Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • thg thg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 846
    • Issues 846
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to a massive storm of spam, registration on this instance now requires explicit administrator approval. Sorry for the added friction, we're also looking into automatic filtering options.

  • mercurialmercurial
  • TortoiseHgTortoiseHg
  • thgthg
  • Wiki
  • OpenAtLine

OpenAtLine · Changes

Page history
No commit message authored May 28, 2010 by Steve Borho's avatar Steve Borho
No commit message
Hide whitespace changes
Inline Side-by-side
OpenAtLine.wiki
View page @ 330be015
......@@ -17,7 +17,7 @@ More specific examples:
* For Scite (the Scintilla example editor) (tested with v2.11) (free, open source) :
{{{
[tortoisehg]
editor = <path\to\>Scite_2.11.exe ["-open:$FILE" -goto:$LINENUM]
editor = <path\to\>Scite_2.11.exe ["-open:$FILE" -goto:$LINENUM]["-find:$SEARCH"]
}}}
The quotes are mandatory, as I experienced. Scite is also available on Linux.
......@@ -44,6 +44,12 @@ editor = gvim -f [-c':set hls' -c'/$SEARCH/'] [+$LINENUM $FILE]
editor = emacs [+$LINENUM $FILE] [--eval '(highlight-regexp "$SEARCH")']
}}}
Scite also runs on Linux
{{{
[tortoisehg]
editor = scite [-open:$FILE -goto:$LINENUM]["-find:$SEARCH"]
}}}
=== OS X Editors ===
{{{
......
Clone repository
  • BugReport
  • CentOS
  • FixedBugs
  • Home
  • KeySequences
  • Nit
  • OldNews
  • OlderReleaseNotes
  • OpenAtLine
  • ReleaseNotes
  • RoadMap
  • SVN HG
  • SVN
  • Ubuntu
  • developers
    • CommonSignals
View All Pages