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