I was asking, in my usual clumsy way, if anyone has tested the POCC and POLINK (etc.) command line tools with a 3rd party source editor, like Crimson or Context.
Sorry, I probably should have understood better. :wink:
One programmers editor I REALLY like is Scite, based on the Scintilla text engine (
http://www.scintilla.org/). It's pretty easy to set it up to use your compiler of choice. As was mentioned, I don't think I'd call it an IDE proper...but a programmers text editor with an output windows which configures easily to use many compilers.
For a full blown IDE, you may want to check out Dev-C++, Ultimate++ or Code::Blocks. I know Code::Blocks is intended to be fairly compiler neutral, not positive about the others.
But personally, I'd just stick with the Pelles C IDE, unless there is a specific feature you're looking for that it doesn't support. I think Pelle is going to be releasing an update before much longer.