]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/subethaedit/subethaedit.factor
aa1b5f835e868a2511359ef5a3cd54414ebb7fca
[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 subethaedit editor-class set-global
7
8 M: subethaedit editor-command
9     drop
10     [ "open" , "-a" , "SubEthaEdit" , , ] { } make ;