ViewManager/ViewManager.py

changeset 3034
7ce719013078
parent 3031
ed2eaa573ca5
child 3039
8dd0165d805d
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
241 sbEol, sbZoom): 241 sbEol, sbZoom):
242 """ 242 """
243 Public method to transfer statusbar info from the user interface to 243 Public method to transfer statusbar info from the user interface to
244 viewmanager. 244 viewmanager.
245 245
246 @param sbLine reference to the line number part of the statusbar 246 @param sbLine reference to the line number part of the statusbar
247 (QLabel) 247 (QLabel)
248 @param sbPos reference to the character position part of the statusbar 248 @param sbPos reference to the character position part of the statusbar
249 (QLabel) 249 (QLabel)
250 @param sbWritable reference to the writability indicator part of 250 @param sbWritable reference to the writability indicator part of
251 the statusbar (QLabel) 251 the statusbar (QLabel)
2871 QKeySequence(QApplication.translate( 2871 QKeySequence(QApplication.translate(
2872 'ViewManager', "Ctrl+Shift+H", "Search|Quicksearch extend")), 2872 'ViewManager', "Ctrl+Shift+H", "Search|Quicksearch extend")),
2873 0, 2873 0,
2874 self.searchActGrp, 'vm_quicksearch_extend') 2874 self.searchActGrp, 'vm_quicksearch_extend')
2875 self.quickSearchExtendAct.setStatusTip(QApplication.translate( 2875 self.quickSearchExtendAct.setStatusTip(QApplication.translate(
2876 'ViewManager', \ 2876 'ViewManager',
2877 'Extend the quicksearch to the end of the current word')) 2877 'Extend the quicksearch to the end of the current word'))
2878 self.quickSearchExtendAct.setWhatsThis(QApplication.translate( 2878 self.quickSearchExtendAct.setWhatsThis(QApplication.translate(
2879 'ViewManager', 2879 'ViewManager',
2880 """<b>Quicksearch extend</b>""" 2880 """<b>Quicksearch extend</b>"""
2881 """<p>This extends the quicksearch text to the end of the word""" 2881 """<p>This extends the quicksearch text to the end of the word"""
2986 self.searchActions.append(self.gotoNextDefAct) 2986 self.searchActions.append(self.gotoNextDefAct)
2987 2987
2988 self.searchActGrp.setEnabled(False) 2988 self.searchActGrp.setEnabled(False)
2989 2989
2990 self.searchFilesAct = E5Action( 2990 self.searchFilesAct = E5Action(
2991 QApplication.translate( 'ViewManager', 'Search in Files'), 2991 QApplication.translate('ViewManager', 'Search in Files'),
2992 UI.PixmapCache.getIcon("projectFind.png"), 2992 UI.PixmapCache.getIcon("projectFind.png"),
2993 QApplication.translate('ViewManager', 'Search in &Files...'), 2993 QApplication.translate('ViewManager', 'Search in &Files...'),
2994 QKeySequence(QApplication.translate( 2994 QKeySequence(QApplication.translate(
2995 'ViewManager', "Shift+Ctrl+F", "Search|Search Files")), 2995 'ViewManager', "Shift+Ctrl+F", "Search|Search Files")),
2996 0, 2996 0,

eric ide

mercurial