ViewManager/ViewManager.py

changeset 1190
aac32b0fdfb8
parent 1169
36a3bb21e6e6
child 1196
77da430b4080
equal deleted inserted replaced
1188:87c12a25512c 1190:aac32b0fdfb8
2118 QKeySequence(QApplication.translate('ViewManager', 2118 QKeySequence(QApplication.translate('ViewManager',
2119 "Ctrl+Shift+Up", "Search|Goto Previous Method or Class")), 2119 "Ctrl+Shift+Up", "Search|Goto Previous Method or Class")),
2120 0, 2120 0,
2121 self.searchActGrp, 'vm_search_goto_previous_method_or_class') 2121 self.searchActGrp, 'vm_search_goto_previous_method_or_class')
2122 self.gotoPreviousDefAct.setStatusTip( 2122 self.gotoPreviousDefAct.setStatusTip(
2123 QApplication.translate('ViewManager', 2123 QApplication.translate('ViewManager',
2124 'Go to the previous method or class definition')) 2124 'Go to the previous method or class definition'))
2125 self.gotoPreviousDefAct.setWhatsThis(QApplication.translate('ViewManager', 2125 self.gotoPreviousDefAct.setWhatsThis(QApplication.translate('ViewManager',
2126 """<b>Goto Previous Method or Class</b>""" 2126 """<b>Goto Previous Method or Class</b>"""
2127 """<p>Goes to the line of the previous method or class definition""" 2127 """<p>Goes to the line of the previous method or class definition"""
2128 """ and highlights the name.</p>""" 2128 """ and highlights the name.</p>"""
2136 QKeySequence(QApplication.translate('ViewManager', 2136 QKeySequence(QApplication.translate('ViewManager',
2137 "Ctrl+Shift+Down", "Search|Goto Next Method or Class")), 2137 "Ctrl+Shift+Down", "Search|Goto Next Method or Class")),
2138 0, 2138 0,
2139 self.searchActGrp, 'vm_search_goto_next_method_or_class') 2139 self.searchActGrp, 'vm_search_goto_next_method_or_class')
2140 self.gotoNextDefAct.setStatusTip( 2140 self.gotoNextDefAct.setStatusTip(
2141 QApplication.translate('ViewManager', 2141 QApplication.translate('ViewManager',
2142 'Go to the next method or class definition')) 2142 'Go to the next method or class definition'))
2143 self.gotoNextDefAct.setWhatsThis(QApplication.translate('ViewManager', 2143 self.gotoNextDefAct.setWhatsThis(QApplication.translate('ViewManager',
2144 """<b>Goto Next Method or Class</b>""" 2144 """<b>Goto Next Method or Class</b>"""
2145 """<p>Goes to the line of the next method or class definition""" 2145 """<p>Goes to the line of the next method or class definition"""
2146 """ and highlights the name.</p>""" 2146 """ and highlights the name.</p>"""

eric ide

mercurial