make editors use make
parent
88ef60fe1d
commit
efeea92935
|
@ -1,6 +1,6 @@
|
||||||
USING: definitions kernel parser words sequences math.parser
|
USING: definitions kernel parser words sequences math.parser
|
||||||
namespaces editors io.launcher windows.shell32 io.files
|
namespaces editors io.launcher windows.shell32 io.files
|
||||||
io.paths strings unicode.case ;
|
io.paths strings unicode.case make ;
|
||||||
IN: editors.editpadpro
|
IN: editors.editpadpro
|
||||||
|
|
||||||
: editpadpro-path
|
: editpadpro-path
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: editors io.files io.launcher kernel math.parser
|
USING: editors io.files io.launcher kernel math.parser
|
||||||
namespaces sequences windows.shell32 ;
|
namespaces sequences windows.shell32 make ;
|
||||||
IN: editors.editplus
|
IN: editors.editplus
|
||||||
|
|
||||||
: editplus-path ( -- path )
|
: editplus-path ( -- path )
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: definitions io.launcher kernel parser words sequences math
|
USING: definitions io.launcher kernel parser words sequences math
|
||||||
math.parser namespaces editors ;
|
math.parser namespaces editors make ;
|
||||||
IN: editors.emacs
|
IN: editors.emacs
|
||||||
|
|
||||||
: emacsclient ( file line -- )
|
: emacsclient ( file line -- )
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
USING: editors hardware-info.windows io.files io.launcher
|
USING: editors hardware-info.windows io.files io.launcher
|
||||||
kernel math.parser namespaces sequences windows.shell32 ;
|
kernel math.parser namespaces sequences windows.shell32
|
||||||
|
make ;
|
||||||
IN: editors.emeditor
|
IN: editors.emeditor
|
||||||
|
|
||||||
: emeditor-path ( -- path )
|
: emeditor-path ( -- path )
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
USING: io.backend io.files kernel math math.parser
|
USING: io.backend io.files kernel math math.parser
|
||||||
namespaces sequences system combinators
|
namespaces sequences system combinators
|
||||||
editors.vim vocabs.loader ;
|
editors.vim vocabs.loader make ;
|
||||||
IN: editors.gvim
|
IN: editors.gvim
|
||||||
|
|
||||||
SINGLETON: gvim
|
SINGLETON: gvim
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: editors io.files io.launcher kernel math.parser
|
USING: editors io.files io.launcher kernel math.parser
|
||||||
namespaces sequences windows.shell32 ;
|
namespaces sequences windows.shell32 make ;
|
||||||
IN: editors.notepadpp
|
IN: editors.notepadpp
|
||||||
|
|
||||||
: notepadpp-path
|
: notepadpp-path
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
! if not on the path.
|
! if not on the path.
|
||||||
!
|
!
|
||||||
USING: io.files io.launcher kernel namespaces math
|
USING: io.files io.launcher kernel namespaces math
|
||||||
math.parser editors sequences windows.shell32 ;
|
math.parser editors sequences windows.shell32 make ;
|
||||||
IN: editors.scite
|
IN: editors.scite
|
||||||
|
|
||||||
: scite-path ( -- path )
|
: scite-path ( -- path )
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: editors io.files io.launcher kernel math.parser
|
USING: editors io.files io.launcher kernel math.parser
|
||||||
namespaces sequences windows.shell32 ;
|
namespaces sequences windows.shell32 make ;
|
||||||
IN: editors.ted-notepad
|
IN: editors.ted-notepad
|
||||||
|
|
||||||
: ted-notepad-path
|
: ted-notepad-path
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: definitions io.launcher kernel math math.parser parser
|
USING: definitions io.launcher kernel math math.parser parser
|
||||||
namespaces prettyprint editors ;
|
namespaces prettyprint editors make ;
|
||||||
|
|
||||||
IN: editors.textmate
|
IN: editors.textmate
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2008 Ben Schlingelhof.
|
! Copyright (C) 2008 Ben Schlingelhof.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: definitions io.launcher kernel parser words sequences
|
USING: definitions io.launcher kernel parser words sequences
|
||||||
math math.parser namespaces editors ;
|
math math.parser namespaces editors make ;
|
||||||
IN: editors.textwrangler
|
IN: editors.textwrangler
|
||||||
|
|
||||||
: tw ( file line -- )
|
: tw ( file line -- )
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: editors io.files io.launcher kernel math.parser
|
USING: editors io.files io.launcher kernel math.parser
|
||||||
namespaces sequences windows.shell32 ;
|
namespaces sequences windows.shell32 wne ;
|
||||||
IN: editors.ultraedit
|
IN: editors.ultraedit
|
||||||
|
|
||||||
: ultraedit-path ( -- path )
|
: ultraedit-path ( -- path )
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
USING: definitions io io.launcher kernel math math.parser
|
USING: definitions io io.launcher kernel math math.parser
|
||||||
namespaces parser prettyprint sequences editors accessors ;
|
namespaces parser prettyprint sequences editors accessors
|
||||||
|
make ;
|
||||||
IN: editors.vim
|
IN: editors.vim
|
||||||
|
|
||||||
SYMBOL: vim-path
|
SYMBOL: vim-path
|
||||||
|
|
Loading…
Reference in New Issue