IDE framework for a dynamic language?
- by Kevin Reid
Let's say I have a super-wonderful new programming language, and I want there to be an IDE for it. What IDE platform/framework could I use to get this done efficiently? I mean things like:
Collection of files in a project, searching them, tabbed/split editors etc. — the basics.
Syntax highlighting and auto-indent/reformatting.
Providing the user…