Re: Editors
- Posted by jeremy (admin) Jun 16, 2009
- 1147 views
- eFTE 1.0 has been released today which comes with support for Euphoria 4.x include syntax highlighting and function navigation. Automatic indentation was working great for Euphoria but was kicked out of the final release as it has some issues on other languages. It will be included again in the 1.1 release. It includes a Windows installer.
- Minimum Profit is an editor that has not been mentioned here is that supports Euphoria out of the box as well (I wrote the config file and submitted it to the source tree).
- Vim is a very powerful editor. I wrote syntax highlighting and indentation for vim. It is not included with vim, but can be downloaded from: vim-euphoria.tar.gz
- CodeLite is an IDE that uses Scintilla as it's editor widget. I have created syntax highlighting for Euphoria for it as well: lexer_euphoria.xml
- MicroEmacs is a great editor, I'd probably be using this one if eFTE didn't exist. I wrote syntax highlighting, indentation and function browsing for it as well: hkeuphoria.emf
- Joe is a nice, simple editor. I wrote syntax highlighting for it as well: euphoria.jsf
These are just some more that I know of. Of course, it was a shameless plug as well for the release of 1.0 of my own editor
Jeremy