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