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

John Benediktsson 2013-04-09 16:49:30 -07:00
parent b2a72ef158
commit 76b8dd5ee0
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