Add edit-hook for EditPlus editor support

release
Aaron Schaefer 2007-12-04 01:05:41 -05:00
parent 7a6fa3b431
commit 142bc22e00
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
Aaron Schaefer

View File

@ -0,0 +1,12 @@
USING: editors io.launcher math.parser namespaces ;
IN: editors.editplus
: editplus ( file line -- )
[
\ editplus get-global % " -cursor " % # " " % %
] "" make run-detached ;
! Put in your .factor-boot-rc
! "c:\\Program Files\\EditPlus\\editplus.exe" \ editplus set-global
[ editplus ] edit-hook set-global

View File

@ -0,0 +1 @@
EditPlus editor integration