diff --git a/basis/editors/cot/authors.txt b/basis/editors/coteditor/authors.txt similarity index 100% rename from basis/editors/cot/authors.txt rename to basis/editors/coteditor/authors.txt diff --git a/basis/editors/cot/cot.factor b/basis/editors/coteditor/coteditor.factor similarity index 70% rename from basis/editors/cot/cot.factor rename to basis/editors/coteditor/coteditor.factor index 60741e10aa..e7bb45cb2b 100644 --- a/basis/editors/cot/cot.factor +++ b/basis/editors/coteditor/coteditor.factor @@ -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 ; diff --git a/basis/editors/cot/summary.txt b/basis/editors/coteditor/summary.txt similarity index 100% rename from basis/editors/cot/summary.txt rename to basis/editors/coteditor/summary.txt diff --git a/basis/editors/cot/tags.txt b/basis/editors/coteditor/tags.txt similarity index 100% rename from basis/editors/cot/tags.txt rename to basis/editors/coteditor/tags.txt