Deepak Gupta wrote:
I was wondering which Editor/IDE people use for
reactos sources.
Under Windows, most people use Visual C++/Visual Studio, because our build
system can generate project files for it and they can already be used to
compile and debug some modules comfortably.
For all other operating systems, Code::Blocks may be a good alternative. It
should also be able to read the generated .vcproj files, though direct
compilation and debugging might not (yet) work.
Best regards,
Colin