... | ... | @@ -17,15 +17,15 @@ Tested on Windows 7 Professional : Scite v2.11, Notepad++ v5.6.8, Textpad v5.3.1 |
|
|
{{{
|
|
|
# Scite :
|
|
|
[tortoisehg]
|
|
|
editor = <path\to\>Scite.exe ["-open:$FILE" -goto:$LINENUM] ["-find:$SEARCH"]
|
|
|
editor = "<path\to\>Scite.exe" ["-open:$FILE" -goto:$LINENUM] ["-find:$SEARCH"]
|
|
|
|
|
|
# NotePad++ :
|
|
|
[tortoisehg]
|
|
|
editor = <path\to\>Notepad++.exe [$FILE -n$LINENUM] -multiInst -nosession
|
|
|
editor = "<path\to\>Notepad++.exe" [$FILE -n$LINENUM] -multiInst -nosession
|
|
|
|
|
|
# TextPad :
|
|
|
[tortoisehg]
|
|
|
editor = <path\to\>TextPad.exe [$FILE($LINENUM)]
|
|
|
editor = "<path\to\>TextPad.exe" [$FILE($LINENUM)]
|
|
|
|
|
|
# (G)VIM, must be in %PATH%
|
|
|
[tortoisehg]
|
... | ... | @@ -33,7 +33,7 @@ editor = gvim -f [-c":set hls" -c"/$SEARCH/"] [+$LINENUM $FILE] |
|
|
|
|
|
# Sublime Text 2
|
|
|
[tortoisehg]
|
|
|
editor = <path\to\>sublime_text.exe [$FILE:$LINENUM]
|
|
|
editor = "<path\to\>sublime_text.exe" [$FILE:$LINENUM]
|
|
|
}}}
|
|
|
|
|
|
=== Linux / Unix ===
|
... | ... | |