all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ECB: when is a method shown?
@ 2003-10-10 20:52 Thomas Langen
  2003-10-12 13:43 ` Klaus Berndl
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Langen @ 2003-10-10 20:52 UTC (permalink / raw)


I am a newbie with ECB; I just start using it with rather a large 
(existing) project with C++, Java, and CORBA IDL files.

I notice that for some files, visiting them makes ECB parse them and 
show up its methods, for others (with nearly the same structure), no 
methods are shown.

I cannot figure out on what this behaviour depends, nor what I can do to 
  make ECB take notice of the methods in an existing file.

Any idea?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ECB: when is a method shown?
  2003-10-10 20:52 ECB: when is a method shown? Thomas Langen
@ 2003-10-12 13:43 ` Klaus Berndl
  0 siblings, 0 replies; 2+ messages in thread
From: Klaus Berndl @ 2003-10-12 13:43 UTC (permalink / raw)


On Fri, 10 Oct 2003, Thomas Langen wrote:

>  I am a newbie with ECB; I just start using it with rather a large
>  (existing) project with C++, Java, and CORBA IDL files.
>  
>  I notice that for some files, visiting them makes ECB parse them and
>  show up its methods, for others (with nearly the same structure), no
>  methods are shown.
>  
>  I cannot figure out on what this behaviour depends, nor what I can do
>  to make ECB take notice of the methods in an existing file.
>  
>  Any idea?

ECB can parse and display-contents of two different file categories:

1. Semantic supported files: For these files a semantic-parser exists. If
   semantic and the maje-mode-hooks of the related major-modes are setup
   correctly ECB does what you expect it to do - parsing and displaying the
   file-contents. This type of files is the best supported type. See the
   subnode "Setting up Emacs" of the ECB-info-manual (activate it with C-c .
   o). BTW: C++ and Java are semantic supported!

2. Non-semantic- but imenu- or etags-supported files: In general ECB can parse
   all files which can be parsed by speedbar. Do not know if IDL-files are
   supported either by imenu or etags but i know that IDL is not supported by
   semantic.

What are your problems? Are only files of one language not displayed correctly
or arbitrary files regardless of their language?

If a C++- or Java-file is not parsed correctly you can send me this file via
email and i will test it.

BTW: Their is a mailing-list for ECB: ecb-list@lists.sourceforge.net
Please send all bug-reports and questions about ECB to this list. The best way
is to use the command `ecb-submit-problem-report'.

Ciao,
Klaus

-- 
Klaus Berndl			mailto: klaus.berndl@sdm.de
sd&m AG				http://www.sdm.de
software design & management	
Carl-Wery-Str. 42, 81739 Muenchen, Germany
Tel +49 89 63812-392, Fax -220

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-12 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-10 20:52 ECB: when is a method shown? Thomas Langen
2003-10-12 13:43 ` Klaus Berndl

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.