Re: Euphoria 4.x
- Posted by SDPringle Jan 02, 2012
- 1600 views
I recommend you click on the 'SCM' on the "Misc Menu", located on the right hand side of this page. In there, there files for adding support for the language.
The only editor I know of that parses the ex.err file and puts you where the last error occurred is ed.ex but jumping to a specific line is a common command in programming editors. I only use jEdit myself which works on both Linux and Windows. Maybe its time I try out one of these alternatives.
I started using an auto-complete feature in this editor. Unfortunately, the jEdit editor will key-word complete identifiers local to previously finished local routines and it will not complete global/public identifiers that were exported from a dot-e file.
What I like best about jEdit is, it allows multi-file regular-expression search and replace. It has column-based selections. It runs on both Linux. Syntax highlighting is possible with a mode file.