Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • thg thg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 834
    • Issues 834
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

This instance will be upgraded to Heptapod 0.31.0 (final) on 2022-05-24 at 14:00 UTC+2 (a few minutes of down time)

  • mercurial
  • TortoiseHg
  • thgthg
  • Wiki
  • OpenAtLine

OpenAtLine · Changes

Page history
No commit message authored May 29, 2010 by Johan Samyn's avatar Johan Samyn
No commit message
Hide whitespace changes
Inline Side-by-side
OpenAtLine.wiki
View page @ 8808b98b
...@@ -15,20 +15,19 @@ More specific examples: ...@@ -15,20 +15,19 @@ More specific examples:
=== Windows === === Windows ===
Tested on Windows 7 Professional : Scite v2.11, Notepad++ v5.6.8, Textpad v5.3.1. Tested on Windows 7 Professional : Scite v2.11, Notepad++ v5.6.8, Textpad v5.3.1.
{{{ {{{
# Scite (the Scintilla example editor) (free) : # 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++ (free) : # NotePad++ :
# I experienced the '-multiInst' option as case-sensitive (at least on Win7).
[tortoisehg] [tortoisehg]
editor = <path\to\>Notepad++.exe ["$FILE" -n$LINENUM] -multiInst editor = <path\to\>Notepad++.exe ["$FILE" -n$LINENUM] -multiInst
}}} }}}
{{{ {{{
# TextPad (shareware) : # TextPad :
[tortoisehg] [tortoisehg]
editor = <path\to\>TextPad.exe [$FILE($LINENUM)] editor = <path\to\>TextPad.exe [$FILE($LINENUM)]
}}} }}}
......
Clone repository
  • BugReport
  • CentOS
  • FixedBugs
  • Home
  • KeySequences
  • Nit
  • OldNews
  • OlderReleaseNotes
  • OpenAtLine
  • ReleaseNotes
  • RoadMap
  • SVN HG
  • SVN
  • Ubuntu
  • developers
    • CommonSignals
View All Pages