Add support for TED Notepad

release
Doug Coleman 2007-12-03 23:44:21 -06:00
parent cea8b7c2a1
commit 9718a4e176
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
Doug Coleman

View File

@ -0,0 +1 @@
TED Notepad integration

View File

@ -0,0 +1,10 @@
USING: editors io.launcher kernel math.parser namespaces ;
IN: editors.ted-notepad
: ted-notepad ( file line -- )
[
\ ted-notepad get-global % " /l" % #
" " % %
] "" make run-detached ;
[ ted-notepad ] edit-hook set-global