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