Merge git://spitspat.com/git/factor

release
Debian User 2007-11-24 21:06:27 -06:00
commit c34fc6464c
9 changed files with 21 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
Doug Coleman

View File

@ -0,0 +1,13 @@
USING: editors io.launcher math.parser namespaces ;
IN: notepadpp
: 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

View File

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

View File

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

View File

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

View File

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