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