Removed the keyboard shortcut for "Smart Indent" because it interfered with "Code Info". maintenance

Fri, 03 Nov 2017 16:14:08 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 03 Nov 2017 16:14:08 +0100
branch
maintenance
changeset 5979
82adf5340eb0
parent 5955
02c25eed0ff2
child 5980
25b57b1621f5

Removed the keyboard shortcut for "Smart Indent" because it interfered with "Code Info".
(grafted from 7276a19ca07a2fde1b7a691271c279015c658a0d)

ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
--- a/ViewManager/ViewManager.py	Fri Nov 03 12:39:48 2017 +0100
+++ b/ViewManager/ViewManager.py	Fri Nov 03 16:14:08 2017 +0100
@@ -1078,9 +1078,7 @@
             QCoreApplication.translate('ViewManager', 'Smart indent'),
             UI.PixmapCache.getIcon("editSmartIndent.png"),
             QCoreApplication.translate('ViewManager', 'Smart indent'),
-            QKeySequence(QCoreApplication.translate(
-                'ViewManager', "Ctrl+Alt+I", "Edit|Smart indent")),
-            0,
+            0, 0,
             self.editActGrp, 'vm_edit_smart_indent')
         self.smartIndentAct.setStatusTip(QCoreApplication.translate(
             'ViewManager', 'Smart indent Line or Selection'))

eric ide

mercurial