Merge git://spitspat.com/git/factor
commit
c34fc6464c
|
@ -0,0 +1 @@
|
||||||
|
EditPadPro editor integration
|
|
@ -0,0 +1 @@
|
||||||
|
Emacs editor integration
|
|
@ -0,0 +1 @@
|
||||||
|
gVim editor integration
|
|
@ -0,0 +1 @@
|
||||||
|
Doug Coleman
|
|
@ -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
|
|
@ -0,0 +1 @@
|
||||||
|
Notepad++ editor integration
|
|
@ -0,0 +1 @@
|
||||||
|
SciTE editor integration
|
|
@ -0,0 +1 @@
|
||||||
|
Textmate editor integration
|
|
@ -0,0 +1 @@
|
||||||
|
Vim editor integration
|
Loading…
Reference in New Issue