2007-09-20 18:09:08 -04:00
|
|
|
USING: definitions io.launcher kernel math math.parser parser
|
2009-08-04 17:01:40 -04:00
|
|
|
namespaces prettyprint editors make ;
|
2007-09-20 18:09:08 -04:00
|
|
|
IN: editors.textmate
|
|
|
|
|
2011-10-31 14:53:07 -04:00
|
|
|
SINGLETON: textmate
|
|
|
|
textmate editor-class set-global
|
2007-09-20 18:09:08 -04:00
|
|
|
|
2011-10-31 14:53:07 -04:00
|
|
|
M: textmate editor-command ( file line -- command )
|
|
|
|
[ "mate" , "-a" , "-l" , number>string , , ] { } make ;
|