Merge git://elasticdog.dnsalias.com/git/factor
commit
a3256d3693
|
@ -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