]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/subethaedit/subethaedit.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / subethaedit / subethaedit.factor
1 USING: definitions io.launcher kernel math math.parser parser
2 namespaces prettyprint editors make ;
3 IN: editors.subethaedit
4
5 SINGLETON: subethaedit
6
7 editor-class [ subethaedit ] initialize
8
9 M: subethaedit editor-command
10     drop
11     [ "open" , "-a" , "SubEthaEdit" , , ] { } make ;