... | ... | @@ -15,20 +15,19 @@ More specific examples: |
|
|
=== Windows ===
|
|
|
Tested on Windows 7 Professional : Scite v2.11, Notepad++ v5.6.8, Textpad v5.3.1.
|
|
|
{{{
|
|
|
# Scite (the Scintilla example editor) (free) :
|
|
|
# Scite :
|
|
|
[tortoisehg]
|
|
|
editor = <path\to\>Scite.exe ["-open:$FILE" -goto:$LINENUM] ["-find:$SEARCH"]
|
|
|
}}}
|
|
|
|
|
|
{{{
|
|
|
# NotePad++ (free) :
|
|
|
# I experienced the '-multiInst' option as case-sensitive (at least on Win7).
|
|
|
# NotePad++ :
|
|
|
[tortoisehg]
|
|
|
editor = <path\to\>Notepad++.exe ["$FILE" -n$LINENUM] -multiInst
|
|
|
}}}
|
|
|
|
|
|
{{{
|
|
|
# TextPad (shareware) :
|
|
|
# TextPad :
|
|
|
[tortoisehg]
|
|
|
editor = <path\to\>TextPad.exe [$FILE($LINENUM)]
|
|
|
}}}
|
... | ... | |