ViewManager/ViewManager.py

branch
maintenance
changeset 5979
82adf5340eb0
parent 5949
22657f04f332
child 6004
548a9ba8c970
equal deleted inserted replaced
5955:02c25eed0ff2 5979:82adf5340eb0
1076 1076
1077 self.smartIndentAct = E5Action( 1077 self.smartIndentAct = E5Action(
1078 QCoreApplication.translate('ViewManager', 'Smart indent'), 1078 QCoreApplication.translate('ViewManager', 'Smart indent'),
1079 UI.PixmapCache.getIcon("editSmartIndent.png"), 1079 UI.PixmapCache.getIcon("editSmartIndent.png"),
1080 QCoreApplication.translate('ViewManager', 'Smart indent'), 1080 QCoreApplication.translate('ViewManager', 'Smart indent'),
1081 QKeySequence(QCoreApplication.translate( 1081 0, 0,
1082 'ViewManager', "Ctrl+Alt+I", "Edit|Smart indent")),
1083 0,
1084 self.editActGrp, 'vm_edit_smart_indent') 1082 self.editActGrp, 'vm_edit_smart_indent')
1085 self.smartIndentAct.setStatusTip(QCoreApplication.translate( 1083 self.smartIndentAct.setStatusTip(QCoreApplication.translate(
1086 'ViewManager', 'Smart indent Line or Selection')) 1084 'ViewManager', 'Smart indent Line or Selection'))
1087 self.smartIndentAct.setWhatsThis(QCoreApplication.translate( 1085 self.smartIndentAct.setWhatsThis(QCoreApplication.translate(
1088 'ViewManager', 1086 'ViewManager',

eric ide

mercurial