editors.bbedit: adding "open in BBEdit" support.

db4
John Benediktsson 2013-04-09 16:49:30 -07:00
parent b97c16f811
commit 34403c5272
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
John Benediktsson

View File

@ -0,0 +1,9 @@
USING: editors kernel make namespaces ;
IN: editors.bbedit
SINGLETON: bbedit
bbedit editor-class set-global
M: bbedit editor-command ( file line -- command )
drop
[ "open" , "-a" , "BBEdit" , , ] { } make ;

View File

@ -0,0 +1 @@
BBEdit editor integration