wxWidgets and a rising C++ IDE: CodeLite

Because of its loose licence and cross-platform features, wxWidgts has been my faviorite C++ library all the way, but for a long time I cannot find any good tool there for it and general cpp development.

I'm not a vi or emacs enthusiast, and I think most poeple pronounced that they like those two are zhuangbilists, except for few one who really can master them. The two are classic indeed, but just classic.

As for IDE's, many 'historical' open source ones on Linux (by which I mean those GTK or KDE ones) are really not that good, as well as portable. I guess there should be some reason...
And, although VC (and even its express edition) is in fact awesome, many poeple (including me) are always trying to find an IDE other than M$'s stuffs. Besides, using M$'s tools for a long time and you won't learn much other than pressing F5 to compile...

Years ago, we got Dev-Cpp. When this excellent project stalled, wxDevCpp came out to carry it on to something even better. But the latter has also stopped upgrading for one year more. Until recently I learned from its forum that a 7.0 is coming. Aha! BTW, there's no sign indicating this yet but my eager hope: if its debugging facility would become better, wxDevCpp will be many cpp players' choice on windows again~

Months ago, when CodeBlocks released its version 8.02, I thought I finally get an opensource, cross-platform and lightweight IDE with wxWidgets support and good gdb integration. Certainly it is! But Today I found something that might be better: CodeLite. CodeLite was originally an attempt to use ctags and sqlite to assist CodeBlocks' auto code completion (Get excited? no need to use SlickEdit to tag all the 'include' dirs any more, CodeLite can do it too!) , but now it morphed to a complete cpp IDE with almost all that CB has and more!

Well, now still not many people know this IDE yet, but I'm sure sooner they will. It feels good to have so many amazing choices nowadays.

And... one last word, actually I really don't like cpp much. But since I'm still in school and have to meet it frequently, I will learn and use it very well~

Update: When testing new IDEs for my attempt to build my own standard code library for common algorithms, I occasionally appreciated the power of doxygen and graphviz. Any one that make programs should try them out! Really fantastic tools~

posted @ 2008-11-18 19:09  VeryDxZ  阅读(1109)  评论(0编辑  收藏  举报