Page 1 of 1

ide with autocomplete for wxwidgets

Posted: Fri Mar 13, 2009 6:47 pm
by mahajanudit
i am new to wxwidgets programming and i am searching for a good ide to assist me. now the buil-in functions as i have seen them have names that are self obvious about what they do. the only problem is knowing them... and each time i need something i have to search the net for it. can any one suggest an ide with autocomplete feature for wxwidget libraries?
thankyou

Posted: Fri Mar 13, 2009 9:53 pm
by NinjaNL
wxDev-C++ http://wxdsgn.sf.net has what you need.

If you decide to go the VS route there is a method of implementing this there too.

Posted: Sat Mar 14, 2009 12:19 pm
by guenni81
Hello,
i find the codelite (http://www.codelite.org) ide fantastic for wxWidgets programming. Show you but even to.

Posted: Sat Mar 14, 2009 8:15 pm
by mahajanudit
thanx.. actually i missed out that i need the ide for linux.. i checked wxdevcpp but its only for window. though codelite seems promising. i have used codeblocks, netbeans, eclipse cdt, anjuta but none have given me the autocomplete i need... i am not sure there even exists a good c++ ide for linux..

Posted: Sat Mar 14, 2009 11:07 pm
by Auria
mahajanudit wrote:thanx.. actually i missed out that i need the ide for linux.. i checked wxdevcpp but its only for window. though codelite seems promising. i have used codeblocks, netbeans, eclipse cdt, anjuta but none have given me the autocomplete i need... i am not sure there even exists a good c++ ide for linux..
If you like autocompletion, I believe CodeLite has one of the strongest available on linux

Posted: Sun Mar 15, 2009 9:26 am
by mahajanudit
thanx. i am using codelite and i think its what i needed. the autocomplete is working fine. now the problem is setting it for use with wxwidgets... how to set build and linker arguments in codelite? i.e. wx-config --cxxflags and wx-config --libs

Posted: Sun Mar 15, 2009 10:40 am
by DavidHart
Hi,

In Linux, Codelite uses the installed wx by default. If you don't have one, or if you wish to use a different wx, see http://codelite.org/LiteEditor/ProjectSettings

Regards,

David

Posted: Sun Mar 15, 2009 2:35 pm
by mahajanudit
thankyou so much everyone. codelite is perfect. there was a problem with the compile and linker argument but now its all configured.. thnx

Posted: Mon Mar 16, 2009 12:24 am
by ollydbg23
You can also try codeblocks. :D

Posted: Mon Mar 16, 2009 1:37 pm
by computerquip
ollydbg23 wrote:You can also try codeblocks. :D
I think the most common setup is Code::Blocks with GCC even on Windows.

And the accepted answer isn't for yourself! Especially when you don't answer your own question! lolol