API-Tags not working?

View: New views
4 Messages — Rating Filter:   Alert me  

API-Tags not working?

by Andreas Volz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I activated API tags from a library for my project. I would expect
after typing

MyTypeFromLib m;

m->

that a menu pops up and shows me a API tags list like I know it from
Eclipse. Doesn't this work in Anjuta?

regards
Andreas

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Anjuta-list mailing list
Anjuta-list@...
https://lists.sourceforge.net/lists/listinfo/anjuta-list

Re: API-Tags not working?

by Johannes Schmid-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

Not yet, there is work done in the cxxparser branch to allow completion
of members (but as this involves some pretty tricky code parsing it is
not finished yet).

Regards,
Johannes

Am Samstag, den 10.10.2009, 13:39 +0200 schrieb Andreas Volz:

> Hello,
>
> I activated API tags from a library for my project. I would expect
> after typing
>
> MyTypeFromLib m;
>
> m->
>
> that a menu pops up and shows me a API tags list like I know it from
> Eclipse. Doesn't this work in Anjuta?
>
> regards
> Andreas
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list@...
> https://lists.sourceforge.net/lists/listinfo/anjuta-list


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Anjuta-list mailing list
Anjuta-list@...
https://lists.sourceforge.net/lists/listinfo/anjuta-list

signature.asc (204 bytes) Download Attachment

Re: API-Tags not working?

by Andreas Volz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Sat, 10 Oct 2009 14:28:21 +0200 schrieb Johannes Schmid:

Hello Johannes,

have you thought about using ANTLR for parsing C++ grammar? Or another
BNF like tool?

regards
Andreas

> Hi!
>
> Not yet, there is work done in the cxxparser branch to allow
> completion of members (but as this involves some pretty tricky code
> parsing it is not finished yet).
>
> Regards,
> Johannes
>
> Am Samstag, den 10.10.2009, 13:39 +0200 schrieb Andreas Volz:
> > Hello,
> >
> > I activated API tags from a library for my project. I would expect
> > after typing
> >
> > MyTypeFromLib m;
> >
> > m->
> >
> > that a menu pops up and shows me a API tags list like I know it from
> > Eclipse. Doesn't this work in Anjuta?
> >
> > regards
> > Andreas
> >
> > ------------------------------------------------------------------------------
> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> > is the only developer event you need to attend this year. Jumpstart
> > your developing skills, take BlackBerry mobile applications to
> > market and stay ahead of the curve. Join us from November 9 - 12,
> > 2009. Register now! http://p.sf.net/sfu/devconference
> > _______________________________________________
> > Anjuta-list mailing list
> > Anjuta-list@...
> > https://lists.sourceforge.net/lists/listinfo/anjuta-list

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Anjuta-list mailing list
Anjuta-list@...
https://lists.sourceforge.net/lists/listinfo/anjuta-list

Re: API-Tags not working?

by Johannes Schmid-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!


> have you thought about using ANTLR for parsing C++ grammar? Or another
> BNF like tool?

They are not very useful for incomplete expressions (like in an editor).
As I said, from the tag side, we have all the needed information and the
cxxparser branch takes care of finding the correct symbols for the
context.

Regards,
Johannes


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Anjuta-list mailing list
Anjuta-list@...
https://lists.sourceforge.net/lists/listinfo/anjuta-list

signature.asc (204 bytes) Download Attachment