2007-11-24 21:48:29 -05:00
|
|
|
USING: editors io.launcher math.parser namespaces ;
|
2007-11-24 23:44:47 -05:00
|
|
|
IN: editors.notepadpp
|
2007-11-24 21:48:29 -05:00
|
|
|
|
|
|
|
|
: notepadpp ( file line -- )
|
|
|
|
|
[
|
|
|
|
|
\ notepadpp get-global % " -n" % # " " % %
|
|
|
|
|
] "" make run-detached ;
|
|
|
|
|
|
|
|
|
|
! Put in your .factor-boot-rc
|
|
|
|
|
! "c:\\Program Files\\notepad++\\notepad++.exe" \ notepadpp set-global
|
|
|
|
|
! "k:\\Program Files (x86)\\notepad++\\notepad++.exe" \ notepadpp set-global
|
|
|
|
|
|
|
|
|
|
[ notepadpp ] edit-hook set-global
|