editors.cot: moving to editors.coteditor.
parent
3fc1842ac5
commit
eb68676f31
|
@ -1,9 +1,9 @@
|
||||||
USING: editors io.pathnames io.standard-paths kernel make
|
USING: editors io.pathnames io.standard-paths kernel make
|
||||||
math.parser namespaces ;
|
math.parser namespaces ;
|
||||||
IN: editors.cot
|
IN: editors.coteditor
|
||||||
|
|
||||||
SINGLETON: cot
|
SINGLETON: coteditor
|
||||||
cot editor-class set-global
|
coteditor editor-class set-global
|
||||||
|
|
||||||
: find-cot-bundle-path ( -- path/f )
|
: find-cot-bundle-path ( -- path/f )
|
||||||
"com.coteditor.CotEditor" find-native-bundle [
|
"com.coteditor.CotEditor" find-native-bundle [
|
||||||
|
@ -12,5 +12,5 @@ cot editor-class set-global
|
||||||
f
|
f
|
||||||
] if* ;
|
] if* ;
|
||||||
|
|
||||||
M: cot editor-command ( file line -- command )
|
M: coteditor editor-command ( file line -- command )
|
||||||
[ find-cot-bundle-path , "-l" , number>string , , ] { } make ;
|
[ find-cot-bundle-path , "-l" , number>string , , ] { } make ;
|
Loading…
Reference in New Issue