Add support for TED Notepad
parent
cea8b7c2a1
commit
9718a4e176
|
@ -0,0 +1 @@
|
|||
Doug Coleman
|
|
@ -0,0 +1 @@
|
|||
TED Notepad integration
|
|
@ -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
|
Loading…
Reference in New Issue