]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/xcode/xcode.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / xcode / xcode.factor
1 USING: definitions io.launcher kernel math math.parser parser
2 namespaces prettyprint editors make ;
3 IN: editors.xcode
4
5 SINGLETON: xcode
6 xcode editor-class set-global
7
8 M: xcode editor-command
9     drop
10     [ "open" , "-a" , "XCode" , , ] { } make ;