Quote Originally Posted by mansellan View Post
That's kinda what I was getting at though. It's FAR easier to make an IDE that connects to an existing compiler and debugger, than it is to add a new (backwards-compatible) compiler and debugger to an existing IDE.
Do you know, I think you may be wrong.

The complexity of the VB6 IDE and what it provides is one of the main stumbling blocks to creating a VB6 replacement. Do not underestimate what it would take to recreate the VB6 IDE. I am sure Olaf could tell you why this is so. It isn't just buttons in the right place with a theme.

If you have skills in code conversion and compilers then it would seem to be the easier route to attach a plugin to the existing IDE. Initially no new IDE needs to be built at all.