Add support for UltraEdit

release
Doug Coleman 2007-12-03 23:01:34 -06:00
parent 7a6fa3b431
commit f1c6932eaa
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
Doug Coleman

View File

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

View File

@ -0,0 +1,12 @@
USING: editors io.launcher kernel math.parser namespaces ;
IN: editors.ultraedit
: ultraedit ( file line -- )
[
\ ultraedit get-global % " " % swap % "/" % # "/1" %
] "" make run-detached ;
! Put the path in your .factor-boot-rc
! "K:\\Program Files (x86)\\IDM Computer Solutions\\UltraEdit-32\\uedit32.exe" \ ultraedit set-global
[ ultraedit ] edit-hook set-global