* C++ class members completion
@ 2007-10-31 7:58 ring0
2007-10-31 10:05 ` dhruva
2007-10-31 19:52 ` Eli Zaretskii
0 siblings, 2 replies; 4+ messages in thread
From: ring0 @ 2007-10-31 7:58 UTC (permalink / raw)
To: Emacs-devel
Is there a reliable module (.el or with recompilation in C++ mode or new one)
allowing Emacs to
- read include files on-the-fly and record classes structure
- parse the code and record objects declarations
- after typing an object (instance of a class) and `.' (or `->' if it can
deduce it is a pointer) and, say, [C-TAB] would suggest the members of the
class (completion)
- perform other operations, like showing class declaration in another window
etc...
This would be so helpful!
Thanks
Yves
--
View this message in context: http://www.nabble.com/C%2B%2B-class-members-completion-tf4723382.html#a13504433
Sent from the Emacs - Dev mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: C++ class members completion
2007-10-31 7:58 C++ class members completion ring0
@ 2007-10-31 10:05 ` dhruva
2007-10-31 19:52 ` Eli Zaretskii
1 sibling, 0 replies; 4+ messages in thread
From: dhruva @ 2007-10-31 10:05 UTC (permalink / raw)
To: ring0; +Cc: Emacs-devel
Hi,
On 10/31/07, ring0 <itadak@gmail.com> wrote:
>
> Is there a reliable module (.el or with recompilation in C++ mode or new one)
> allowing Emacs to
>
> - read include files on-the-fly and record classes structure
> - parse the code and record objects declarations
> - after typing an object (instance of a class) and `.' (or `->' if it can
> deduce it is a pointer) and, say, [C-TAB] would suggest the members of the
> class (completion)
> - perform other operations, like showing class declaration in another window
> etc...
You could try CEDET (http://cedet.sourceforge.net/)
-dky
--
Dhruva Krishnamurthy
Contents reflect my personal views only!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: C++ class members completion
2007-10-31 7:58 C++ class members completion ring0
2007-10-31 10:05 ` dhruva
@ 2007-10-31 19:52 ` Eli Zaretskii
2007-10-31 20:33 ` Lennart Borgman (gmail)
1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2007-10-31 19:52 UTC (permalink / raw)
To: ring0; +Cc: Emacs-devel
> Date: Wed, 31 Oct 2007 00:58:16 -0700 (PDT)
> From: ring0 <itadak@gmail.com>
> Cc:
>
>
> Is there a reliable module (.el or with recompilation in C++ mode or new one)
> allowing Emacs to
>
> - read include files on-the-fly and record classes structure
> - parse the code and record objects declarations
> - after typing an object (instance of a class) and `.' (or `->' if it can
> deduce it is a pointer) and, say, [C-TAB] would suggest the members of the
> class (completion)
> - perform other operations, like showing class declaration in another window
> etc...
Try the Ebrowse package (bundled with Emacs). It is documented in its
own manual, in case you would like to read about it first.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: C++ class members completion
2007-10-31 19:52 ` Eli Zaretskii
@ 2007-10-31 20:33 ` Lennart Borgman (gmail)
0 siblings, 0 replies; 4+ messages in thread
From: Lennart Borgman (gmail) @ 2007-10-31 20:33 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Emacs-devel, ring0
Eli Zaretskii wrote:
>> Date: Wed, 31 Oct 2007 00:58:16 -0700 (PDT)
>> From: ring0 <itadak@gmail.com>
>> Cc:
>>
>>
>> Is there a reliable module (.el or with recompilation in C++ mode or new one)
>> allowing Emacs to
>>
>> - read include files on-the-fly and record classes structure
>> - parse the code and record objects declarations
>> - after typing an object (instance of a class) and `.' (or `->' if it can
>> deduce it is a pointer) and, say, [C-TAB] would suggest the members of the
>> class (completion)
>> - perform other operations, like showing class declaration in another window
>> etc...
>
> Try the Ebrowse package (bundled with Emacs). It is documented in its
> own manual, in case you would like to read about it first.
Maybe it would be good to complement the manuals with a list over known
tools of this kind for different languages? Or is there already one?
At the moment I wonder if there is such a tool in Emacs for PHP. I
vaugely remember some discussions, but I do not remember the result
right now.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-31 20:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31 7:58 C++ class members completion ring0
2007-10-31 10:05 ` dhruva
2007-10-31 19:52 ` Eli Zaretskii
2007-10-31 20:33 ` Lennart Borgman (gmail)
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.