ide with autocomplete for wxwidgets Topic is solved

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
mahajanudit
Earned a small fee
Earned a small fee
Posts: 17
Joined: Fri Mar 13, 2009 6:06 pm

ide with autocomplete for wxwidgets

Post 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
NinjaNL
Moderator
Moderator
Posts: 899
Joined: Sun Oct 03, 2004 10:33 am
Location: Oosterwolde, Netherlands

Post 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.
Follow the development of my screenplay authoring program at http://wxscreenplaywriter.blogspot.com/
guenni81
Earned a small fee
Earned a small fee
Posts: 10
Joined: Wed Dec 31, 2008 4:58 pm

Post by guenni81 »

Hello,
i find the codelite (http://www.codelite.org) ide fantastic for wxWidgets programming. Show you but even to.
best regards,
Günni
mahajanudit
Earned a small fee
Earned a small fee
Posts: 17
Joined: Fri Mar 13, 2009 6:06 pm

Post 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..
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post 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
mahajanudit
Earned a small fee
Earned a small fee
Posts: 17
Joined: Fri Mar 13, 2009 6:06 pm

Post 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
DavidHart
Site Admin
Site Admin
Posts: 4252
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Post 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
mahajanudit
Earned a small fee
Earned a small fee
Posts: 17
Joined: Fri Mar 13, 2009 6:06 pm

Post 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
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

Post by ollydbg23 »

You can also try codeblocks. :D
computerquip
Experienced Solver
Experienced Solver
Posts: 72
Joined: Fri Feb 20, 2009 7:13 pm
Location: $(#wx)\src

Post 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
Post Reply