]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.nova: adding support for Panic's Nova editor.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 10 Nov 2020 21:13:28 +0000 (13:13 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 10 Nov 2020 21:13:28 +0000 (13:13 -0800)
basis/editors/nova/authors.txt [new file with mode: 0644]
basis/editors/nova/nova.factor [new file with mode: 0644]
basis/editors/nova/summary.txt [new file with mode: 0644]

diff --git a/basis/editors/nova/authors.txt b/basis/editors/nova/authors.txt
new file mode 100644 (file)
index 0000000..e091bb8
--- /dev/null
@@ -0,0 +1 @@
+John Benediktsson
diff --git a/basis/editors/nova/nova.factor b/basis/editors/nova/nova.factor
new file mode 100644 (file)
index 0000000..3f065c1
--- /dev/null
@@ -0,0 +1,9 @@
+USING: editors kernel make namespaces ;
+IN: editors.nova
+
+SINGLETON: nova
+nova editor-class set-global
+
+M: nova editor-command
+    drop
+    [ "open" , "-a" , "Nova" , , ] { } make ;
diff --git a/basis/editors/nova/summary.txt b/basis/editors/nova/summary.txt
new file mode 100644 (file)
index 0000000..38f482d
--- /dev/null
@@ -0,0 +1 @@
+Nova editor integration