]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.bluefish: adding Bluefish editor support
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Aug 2022 02:43:53 +0000 (19:43 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Aug 2022 02:43:53 +0000 (19:43 -0700)
basis/editors/bluefish/authors.txt [new file with mode: 0644]
basis/editors/bluefish/bluefish.factor [new file with mode: 0644]
basis/editors/bluefish/summary.txt [new file with mode: 0644]

diff --git a/basis/editors/bluefish/authors.txt b/basis/editors/bluefish/authors.txt
new file mode 100644 (file)
index 0000000..e091bb8
--- /dev/null
@@ -0,0 +1 @@
+John Benediktsson
diff --git a/basis/editors/bluefish/bluefish.factor b/basis/editors/bluefish/bluefish.factor
new file mode 100644 (file)
index 0000000..29d8b85
--- /dev/null
@@ -0,0 +1,10 @@
+USING: editors kernel make namespaces ;
+IN: editors.bluefish
+
+SINGLETON: bluefish
+
+editor-class [ bluefish ] initialize
+
+M: bluefish editor-command
+    drop
+    [ "open" , "-a" , "Bluefish" , , ] { } make ;
diff --git a/basis/editors/bluefish/summary.txt b/basis/editors/bluefish/summary.txt
new file mode 100644 (file)
index 0000000..1706116
--- /dev/null
@@ -0,0 +1 @@
+Bluefish editor integration