| Sun Microsystems Laboratories Experimental Stuff | [Fortress-interest] Tiny Fortress editor for Eclipse |
Hi, I wrote a small Eclipse plugin that allows editing Fortress code in Eclipse. Basically it is just a syntax highlighter (comments, strings, keywords) with support for code completion on keywords and some ASCII abbreviations for Unicode characters such as the Greek alphabet (e.g. LAMBDA) and general Unicode names such as GREEK_SMALL_LETTER_IOTA_WITH_DIALYTIKA_AND_TONOS. To use the editor, create a new file that ends with .fss, set the encoding to UTF-8 and open the file with the "Fortress Editor". It is also possible to automatically invoke the interpreter after saving a source file. To enable this feature, go to Window-Preferences-Fortress and set the path to the directory containing the Fortress interpreter (the root directory containing the scripts, LICENSE..). The output of the interpreter will be printed to the Eclipse console. To try it out, use the following update site: http://n.ethz.ch/student/gmarkus/download/update/ Markus
|
This page is: http://www.experimentalstuff.com/pipermail/fortress-interest/2007-January/000098.html Last Modified: Wed, 31 Jan 2007 18:43:02 GMT copyright (c) 2000-2007, Sun Microsystems |