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', |