dabo Commit
Revision 4654
Date: 2008-11-03 20:34:26 -0800 (Mon, 03 Nov 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4654
Changed:
U branches/paul_ss/ide/Editor.py
Log:
Improved the Jump To Line method to set focus to and select the line number
when the dialog is shown.
Diff:
Modified: branches/paul_ss/ide/Editor.py
===================================================================
--- branches/paul_ss/ide/Editor.py 2008-11-03 18:17:15 UTC (rev 4653)
+++ branches/paul_ss/ide/Editor.py 2008-11-04 04:34:26 UTC (rev 4654)
@@ -810,6 +810,8 @@
hs.append(self.txtLine, valign="middle")
self.Sizer.append(hs, 1, halign="center")
self.layout()
+ self.txtLine.setFocus()
+ self.txtLine.selectAll()
currEditor = self.CurrentEditor
dlg = LineNumberDlg(self)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]