Re: [Anjuta-list] "On the fly" symbol lookup



Hmm - I wasjust reading the info on the web page - seems impressive
stuff. Unfortunately, it is only available for Windows.

Some of the things Anjuta will do in the near future (hopefully) - but
some advanced stuff (line method name completion based on dynamic
analysis of the variable type for C++) is pretty difficult.

On Fri, 2001-09-28 at 16:24, nielsenj mail tele dk wrote:
> Hi ..
> 
> Are there any plans on implementing <subj> in anjuta ??..
> 
> At work i use Source Insight (www.sourceinsight.com) a lot, and i just love the symbol lookup function. 
> I.e. if you write a fucntion name, the lookup window automaticly jumps to the implementation (not prototype) of that particular function... click on any symbol name, and the lookup window will just to the definition of that particular symbol... 

This should be easy to implement - in fact, the infrastructure is
already there.
> 
> If you click a struct var, it first jumps to the definition of that variable, pauses for a few secs, and then jumps to the struct typedef.
This is trickier - should be OK for within-file lookups but when the
variable existis in another file (maybe a class variable that is defined
in it's header) - it gets messy.

I've just started on a generic code-completion and calltips module (the
current one is hard-coded) - let's see how far I can get.

- Biswa.

> 
> I know it's a lot of text, but i  just wanted to give you an idea of how it works ;)
> 
> btw.. I know i've been lazy with the danish translation... I'll hurry up and finish it.
> 
> Jimmy
> 
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list






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