Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

settings: document open-at-line syntax, provide url to wiki page

this should be turned into a clickable link later.

Changeset d8dcf12f72ae

Parent 4bf82485214d

by Steve Borho

Changes to one file · Browse files at d8dcf12f72ae Showing diff from parent 4bf82485214d Diff from another changeset...

 
20
21
22
 
23
24
25
 
190
191
192
193
 
 
 
194
195
196
 
20
21
22
23
24
25
26
 
191
192
193
 
194
195
196
197
198
199
@@ -20,6 +20,7 @@
 from PyQt4.QtGui import *    # Technical Debt +# detect URLs in tooltips, make clickable  # stacked widget or pages need to be scrollable  # add extensions page after THG 1.1 is released  # we need a consistent icon set @@ -190,7 +191,9 @@
  ' unspecified, TortoiseHg will use the selected merge tool.'   ' Failing that it uses the first applicable tool it finds.')),   (_('Visual Editor'), 'tortoisehg.editor', genEditCombo, - _('Specify the visual editor used to view files, etc')), + _('Specify the visual editor used to view files. Format:\n' + 'myeditor -flags [$FILE --num=$LINENUM] -moreflags\n\n' + 'See http://bitbucket.org/tortoisehg/thg/wiki/OpenAtLine')),   (_('CLI Editor'), 'ui.editor', genEditCombo,   _('The editor to use during a commit and other instances where'   ' Mercurial needs multiline input from the user. Used by'