editors.xcode: adding "open in XCode" support.
parent
03015e7075
commit
b97c16f811
|
@ -0,0 +1 @@
|
|||
John Benediktsson
|
|
@ -0,0 +1 @@
|
|||
Xcode editor integration
|
|
@ -0,0 +1,10 @@
|
|||
USING: definitions io.launcher kernel math math.parser parser
|
||||
namespaces prettyprint editors make ;
|
||||
IN: editors.xcode
|
||||
|
||||
SINGLETON: xcode
|
||||
xcode editor-class set-global
|
||||
|
||||
M: xcode editor-command ( file line -- command )
|
||||
drop
|
||||
[ "open" , "-a" , "XCode" , , ] { } make ;
|
Loading…
Reference in New Issue