Add support for EmEditor

release
Doug Coleman 2007-12-03 23:31:03 -06:00
parent 9718387289
commit cea8b7c2a1
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
Doug Coleman

View File

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

View File

@ -0,0 +1 @@
EmEditor integration