add another default directory for scite
parent
a33c3139a6
commit
861087ab06
|
@ -9,6 +9,11 @@ IN: editors.scite
|
|||
\ scite-path get-global [
|
||||
"Scintilla Text Editor" t
|
||||
[ >lower "scite.exe" tail? ] find-in-program-files
|
||||
|
||||
[
|
||||
"SciTE Source Code Editor" t
|
||||
[ >lower "scite.exe" tail? ] find-in-program-files
|
||||
] unless*
|
||||
] unless* ;
|
||||
|
||||
: scite-command ( file line -- cmd )
|
||||
|
|
Loading…
Reference in New Issue