Bug fixes for lcs.diff2html; xml.writer
[factor/jcg.git] / basis / editors / textwrangler / textwrangler.factor
blobf5a33f044d75635aa0276b41ae27d7ea5465b49b
1 ! Copyright (C) 2008 Ben Schlingelhof.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: definitions io.launcher kernel parser words sequences
4 math math.parser namespaces editors make ;
5 IN: editors.textwrangler
7 : tw ( file line -- )
8     [ "edit +" % # " " % % ] "" make run-process drop ;
10 : tw-word ( word -- )
11     where first2 tw ;
13 [ tw ] edit-hook set-global