ViewManager/ViewManager.py

changeset 5956
7276a19ca07a
parent 5913
7ab2293917f8
child 6004
548a9ba8c970
child 6032
5f80be18bcd7
equal deleted inserted replaced
5947:b98595c4d3c2 5956:7276a19ca07a
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