Merge git://elasticdog.dnsalias.com/git/factor

release
Doug Coleman 2007-12-04 00:29:31 -06:00
commit a3256d3693
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