Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Admin message
This instance was upgraded to Heptapod 0.40.0 (final) on 2023-12-05
mercurial
TortoiseHg
thg
Wiki
OpenAtLine
OpenAtLine
· Changes
Page history
No commit message
authored
May 28, 2010
by
Steve Borho
No commit message
Hide whitespace changes
Inline
Side-by-side
OpenAtLine.wiki
View page @
ce6e3e7d
...
@@ -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]
}}}
}}}