|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
help with anjuta..Hello i am a newbie to anjuta.I don't know whats it name is but i want parameters to be shown for a operation say fopen(), fprintf() etc..etc.. please help..i m using 2.24.
regards CodeZer0 |
|
|
Re: help with anjuta..Hi!
There are some bugs which prevent that from working with anjuta 2.24 and you should update to at least 2.26.2 to fix this. Anyway, the standard C function are not scanned currently (there is a bug report about this) but you can scan most other libraries available on your system. Regards, Johannes Am Dienstag, den 27.10.2009, 20:28 -0700 schrieb CodeZer0: > Hello i am a newbie to anjuta.I don't know whats it name is but i want > parameters to be shown for a operation say fopen(), fprintf() etc..etc.. > please help..i m using 2.24. > > regards > CodeZer0 ------------------------------------------------------------------------------ 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: help with anjuta..Well i installed the 2.26.2.2 but still its not working.. will calltips for fopen(),chmod() etc etc will be shown if i dont go via creating a project but just a simple file like say hello.c??
regards |
|
|
Re: help with anjuta..HI, i also updated to 2.26.2 . but when i was using fopen() fseek() etc etc there was no calltip display.
For calltip functionality do i need to go via process of creating a new project and then stuff stuff or just opening a new file from statrt and using name.cxx will do?? regards |
|
|
Re: help with anjuta..Hi,
CodeZer0 a écrit : > HI, i also updated to 2.26.2 . but when i was using fopen() fseek() etc etc > there was no calltip display. fopen, fseek and so on are part of the standard C library, it is a enhancement request reported here: https://bugzilla.gnome.org/show_bug.cgi?id=566979 > For calltip functionality do i need to go via process of creating a new > project and then stuff stuff or just opening a new file from statrt and > using name.cxx will do?? You need to open a project. It doesn't work on a single C file, because the symbol db plugin ask the project manager to know all libraries used. So you need to create a new project with the project wizard or import an already existing project. Anjuta should read autotools project (with configure.in or configure.ac and a Makefile.am in each directory). Regards, Sébastien ------------------------------------------------------------------------------ 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 |
| Free embeddable forum powered by Nabble | Forum Help |