help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ebrowse-tags-find-definition


From: Matthias Pfeifer
Subject: ebrowse-tags-find-definition
Date: Wed, 16 Jan 2008 09:05:13 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20060911)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]