Add edit-hook for EditPlus editor support
parent
7a6fa3b431
commit
142bc22e00
|
@ -0,0 +1 @@
|
|||
Aaron Schaefer
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
EditPlus editor integration
|
Loading…
Reference in New Issue