all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ebrowse-tags-find-definition
@ 2008-01-16  8:05 Matthias Pfeifer
  0 siblings, 0 replies; only message in thread
From: Matthias Pfeifer @ 2008-01-16  8:05 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

Ebrowse offers the ebrowse-tags-find-definition method. With this method
is it possible to uniquely determine the definition i am interested in?
Meaning in the case given by the following sourceocde

class A
{
void foo(){};
};

class B
{
void foo(){};
};

int main()
{
A a;
a.foo();
}

when the cursor is on the f in foo in main and
ebrowse-tags-find-definition is called is it possible to determine with
ebrowse that object a is of class A and therefore goes to the A::foo()
definition? Currently ebrowse offers me both: A::foo() and B::foo().

matthias

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-16  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16  8:05 ebrowse-tags-find-definition Matthias Pfeifer

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.