This has been discussed before, but not recently.... Has there been any progess in making uv3 not open all its windows when using the -b command line option? It is rather annoying when all you want to do is compile from within emacs and it insists on waisting all that time opening 10s if windows for no reason at all....
I ... find the IDE terrible a kindred spirit - finally. I would, however rephrase to "I find any IDE terrible". I think the Keilers have done a decent job making the wrong concept work to some extent and - at least - they have not made it mandatory to use it, like some unmentionable company has. Erik PS: never used UNIX, that is not my reason, I just hate someone (in this case the IDE designer) telling me that (s)he knows better than me what I want.
I would, however rephrase to "I find any IDE terrible". :-) We are getting off topic, but... You might actually like emacs then. Its kind of an IDE without actually being an IDE. Its got all the usual tools of an IDE, like compiling, goto next error, cross referencing, an interface to debuggers, access to documentation, code repository tools etc. It does not implement these functions itself, it uses other tools to do it. eg searching is normally done with grep and find, spelling checking is normally done by ispell or aspell, compiling is normally done by calling make, etc. But you get to choose what tools it uses so you can use whatever tool you think is the best. Emacs as also been around a long time, 20 years, so its pritty mature unlike most IDEs. The version in cygwin seems to work best on M$ platforms.