]> gitweb.factorcode.org Git - factor.git/commitdiff
make editors use make
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 12 Sep 2008 15:36:00 +0000 (10:36 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 12 Sep 2008 15:36:00 +0000 (10:36 -0500)
12 files changed:
basis/editors/editpadpro/editpadpro.factor
basis/editors/editplus/editplus.factor
basis/editors/emacs/emacs.factor
basis/editors/emeditor/emeditor.factor
basis/editors/gvim/gvim.factor
basis/editors/notepadpp/notepadpp.factor
basis/editors/scite/scite.factor
basis/editors/ted-notepad/ted-notepad.factor
basis/editors/textmate/textmate.factor
basis/editors/textwrangler/textwrangler.factor
basis/editors/ultraedit/ultraedit.factor
basis/editors/vim/vim.factor

index 9da57e16bfeb457ada24171e7d63e41a466b3d71..09f59f0916be32b0bdb8c4917920f6de6c9a9755 100755 (executable)
@@ -1,6 +1,6 @@
 USING: definitions kernel parser words sequences math.parser
 namespaces editors io.launcher windows.shell32 io.files
-io.paths strings unicode.case ;
+io.paths strings unicode.case make ;
 IN: editors.editpadpro
 
 : editpadpro-path
index 363d202f6cfc1aa77ff4ff8832e290377b2a59c8..8af036f2904cc7e53049f1e3b6dca59fcbcc358f 100755 (executable)
@@ -1,5 +1,5 @@
 USING: editors io.files io.launcher kernel math.parser
-namespaces sequences windows.shell32 ;
+namespaces sequences windows.shell32 make ;
 IN: editors.editplus
 
 : editplus-path ( -- path )
index 966c4f368effbec24f1f63a50c402ddebe85d9ae..1d9f72f8c35eea4540b465963c6edf1a19202f13 100755 (executable)
@@ -1,5 +1,5 @@
 USING: definitions io.launcher kernel parser words sequences math
-math.parser namespaces editors ;
+math.parser namespaces editors make ;
 IN: editors.emacs
 
 : emacsclient ( file line -- )
index 8aecb49ae5cfac8bc5c8d4ed87cca43fdf56d063..9aec22eed1e60b5c1ea7bc6f94fbcec714ff28bb 100755 (executable)
@@ -1,5 +1,6 @@
 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
 
 : emeditor-path ( -- path )
index 4cc9de17a1e2dab05358c8b99708a148425bfa24..ad6fb65cfbde06e7a7f41530e522dfc4419ef95d 100755 (executable)
@@ -1,6 +1,6 @@
 USING: io.backend io.files kernel math math.parser
 namespaces sequences system combinators
-editors.vim vocabs.loader ;
+editors.vim vocabs.loader make ;
 IN: editors.gvim
 
 SINGLETON: gvim
index 959e633cc3e0194f841dbfcb93ab1b31d95455a4..540612aeecc0b2c51b70da39366901b88c514110 100755 (executable)
@@ -1,5 +1,5 @@
 USING: editors io.files io.launcher kernel math.parser
-namespaces sequences windows.shell32 ;
+namespaces sequences windows.shell32 make ;
 IN: editors.notepadpp
 
 : notepadpp-path
index a0bacaabbaa5af06e19d374397b17ac91e8d6b25..aa5c5ef2a1e2f7fd5798dca1e975b057ca527280 100755 (executable)
@@ -9,7 +9,7 @@
 ! if not on the path.
 !
 USING: io.files io.launcher kernel namespaces math
-math.parser editors sequences windows.shell32 ;
+math.parser editors sequences windows.shell32 make ;
 IN: editors.scite
 
 : scite-path ( -- path )
index 9b341dd2a8dfa1f6c1175c649c6603bba29f5b62..b4135c92a0f97465c15a7b0909b8f9a334df8335 100755 (executable)
@@ -1,5 +1,5 @@
 USING: editors io.files io.launcher kernel math.parser
-namespaces sequences windows.shell32 ;
+namespaces sequences windows.shell32 make ;
 IN: editors.ted-notepad
 
 : ted-notepad-path
index 12d45aa19282c4fc0b3779c263f64845255a0a38..8bea085c7fc5aa86cef860f9f8206a2851097e71 100755 (executable)
@@ -1,5 +1,5 @@
 USING: definitions io.launcher kernel math math.parser parser
-namespaces prettyprint editors ;
+namespaces prettyprint editors make ;
 
 IN: editors.textmate
 
index e97dadcdcb0e65986645b7dc121c1b444ab37c9b..f5a33f044d75635aa0276b41ae27d7ea5465b49b 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Ben Schlingelhof.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: definitions io.launcher kernel parser words sequences
-math math.parser namespaces editors ;
+math math.parser namespaces editors make ;
 IN: editors.textwrangler
 
 : tw ( file line -- )
index d0bb789c1b9bc6a2159725afffcc9e9c6c1b34db..7c9c41df7a765dcbedb9207b3616a10262bea1d3 100755 (executable)
@@ -1,5 +1,5 @@
 USING: editors io.files io.launcher kernel math.parser
-namespaces sequences windows.shell32 ;
+namespaces sequences windows.shell32 wne ;
 IN: editors.ultraedit
 
 : ultraedit-path ( -- path )
index bfbb8f15a5dab02fa973e20c34d6fca49d72577c..f07f2578880fed2b83b8fd7c80bb5cda7202d9be 100755 (executable)
@@ -1,5 +1,6 @@
 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
 
 SYMBOL: vim-path