Re: Better IDE
- Posted by mattlewis (admin) Aug 18, 2011
- 2437 views
irv said...
What point would there be to having an IDE which didn't address a user interface? Wouldn't that be called a "text editor"?
There is more to integration than just UI. For example:
- Error / warning checking and highlighting
- Auto-complete that's aware of the way euphoria's include system works
- Automated refactoring
- Integrated debugger (maybe possible with 4.1)
- Integrate with eudis for analyzing euphoria IL / bytecode
- Translator, binder, eudist integration
- Testing integration (eutest, eucoverage)
Some editors already do some of this.
Matt