... | @@ -38,6 +38,8 @@ editor = <path\to\>TextPad.exe [$FILE($LINENUM)] |
... | @@ -38,6 +38,8 @@ editor = <path\to\>TextPad.exe [$FILE($LINENUM)] |
|
{{{
|
|
{{{
|
|
[tortoisehg]
|
|
[tortoisehg]
|
|
editor = gvim -f [+$LINENUM $FILE]
|
|
editor = gvim -f [+$LINENUM $FILE]
|
|
|
|
|
|
|
|
[tortoisehg]
|
|
editor = emacs [+$LINENUM $FILE]
|
|
editor = emacs [+$LINENUM $FILE]
|
|
}}}
|
|
}}}
|
|
|
|
|
... | @@ -46,5 +48,7 @@ editor = emacs [+$LINENUM $FILE] |
... | @@ -46,5 +48,7 @@ editor = emacs [+$LINENUM $FILE] |
|
{{{
|
|
{{{
|
|
[tortoisehg]
|
|
[tortoisehg]
|
|
editor = textwrangler --wait [+$LINENUM $FILE]
|
|
editor = textwrangler --wait [+$LINENUM $FILE]
|
|
editor = textmate --wait [--line $LINENUM $FILE]
|
|
|
|
|
|
[tortoisehg]
|
|
|
|
editor = mate --wait [--line $LINENUM $FILE]
|
|
}}} |
|
}}} |