]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/xcode/xcode.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / xcode / xcode.factor
1 USING: editors kernel make namespaces ;
2 IN: editors.xcode
3
4 SINGLETON: xcode
5
6 editor-class [ xcode ] initialize
7
8 M: xcode editor-command
9     drop
10     [ "open" , "-a" , "XCode" , , ] { } make ;