Yuri D'Elia schrieb: > I think the only real alternative for decent code refactory is, sadly, > Eclipse.
Yes, I love it! Just the new Eclipse Ganymede with CDT 5 (C/C++ Delevopment Tool) appeared (http://www.eclipse.org/downloads/packages/ -> "Eclipse IDE for C/C++ Developers") and it's great! The IDE needs a lot of ressources (fast PC required), but it is helpful in many ways, not only refactory. The content assist saves me from a lot of typing, it is easy to navigate through code (current edit place, find declarations, outline overview of code, switching between body and header of classes), search for text in all projects, easy management of projects and several workspaces, syntax coloring, debugging and a lot of more features. I'm using it for years and finally I'm very pleased. Oh, by the way, it is also possible to use FLUID directly out of project view, buy clicking onto the FLUID file. It is necessary to learn some things and put time in understanding of eclipse, but finally it saves a lot of time. Some screenshots for making fltk usable by eclipse under windows you can find at the end of http://www.tantec.de/komponenten/cpp/index.html Ed _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

