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