editors.cot: moving to editors.coteditor.

db4
John Benediktsson 2014-12-01 07:15:14 -08:00
parent 3fc1842ac5
commit eb68676f31
4 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
USING: editors io.pathnames io.standard-paths kernel make
math.parser namespaces ;
IN: editors.cot
IN: editors.coteditor
SINGLETON: cot
cot editor-class set-global
SINGLETON: coteditor
coteditor editor-class set-global
: find-cot-bundle-path ( -- path/f )
"com.coteditor.CotEditor" find-native-bundle [
@ -12,5 +12,5 @@ cot editor-class set-global
f
] if* ;
M: cot editor-command ( file line -- command )
M: coteditor editor-command ( file line -- command )
[ find-cot-bundle-path , "-l" , number>string , , ] { } make ;