David Megginson wrote: > > Christian Mayer writes: > > > Oh, BTW, EMACS and VI/VIM are no option for me (vim is great to change > > a file, but not to have a overview over a big project) > > What kind of an overview do you need?
Well, all the stuf a modern IDE gives you. So stuff like syntax higlighting, keyword completion, integrated debugger, automatic view of different versions of the same function (e.g. foo(int bar), foo(int bar_1, double bar_2)), ..., as well as the "overview" stuff I talked above. That's stuff like where you've got with MSVC all parts of the project (in our case the different directories) in a window, where you can easily browse through the structure. Or the posibility to go directly to the declaration or definition of a function just by using a entry in the context sensitive menu. All that should come together with easy to use standard features (search in current file, search in all project relevant files, replace, auto indent (and re-auto indent for selected code), ... CU, Christian PS: If you know JBuilder, you'll know *some* of the functionality. -- The idea is to die young as late as possible. -- Ashley Montague Whoever that is/was; (c) by Douglas Adams would have been better... _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
