Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
child 3100
1c86bf655433
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
58 <dd> 58 <dd>
59 emitted if a change of the caption is necessary 59 emitted if a change of the caption is necessary
60 </dd><dt>checkActions(Editor)</dt> 60 </dd><dt>checkActions(Editor)</dt>
61 <dd> 61 <dd>
62 emitted when some actions should be checked 62 emitted when some actions should be checked
63 for their status 63 for their status
64 </dd><dt>cursorChanged(Editor)</dt> 64 </dd><dt>cursorChanged(Editor)</dt>
65 <dd> 65 <dd>
66 emitted after the cursor position of the active 66 emitted after the cursor position of the
67 window has changed 67 active window has changed
68 </dd><dt>editorChanged(str)</dt> 68 </dd><dt>editorChanged(str)</dt>
69 <dd> 69 <dd>
70 emitted when the current editor has changed 70 emitted when the current editor has changed
71 </dd><dt>editorChangedEd(Editor)</dt> 71 </dd><dt>editorChangedEd(Editor)</dt>
72 <dd> 72 <dd>
74 </dd><dt>editorClosed(str)</dt> 74 </dd><dt>editorClosed(str)</dt>
75 <dd> 75 <dd>
76 emitted just before an editor window gets closed 76 emitted just before an editor window gets closed
77 </dd><dt>editorClosedEd(Editor)</dt> 77 </dd><dt>editorClosedEd(Editor)</dt>
78 <dd> 78 <dd>
79 emitted just before an editor window gets closed 79 emitted just before an editor window gets
80 closed
80 </dd><dt>editorLanguageChanged(Editor)</dt> 81 </dd><dt>editorLanguageChanged(Editor)</dt>
81 <dd> 82 <dd>
82 emitted to signal a change of an 83 emitted to signal a change of an
83 editors language 84 editors language
84 </dd><dt>editorLineChanged(str,int)</dt> 85 </dd><dt>editorLineChanged(str,int)</dt>
85 <dd> 86 <dd>
86 emitted to signal a change of an editor's 87 emitted to signal a change of an
87 current line (line is given one based) 88 editor's current line (line is given one based)
88 </dd><dt>editorOpened(str)</dt> 89 </dd><dt>editorOpened(str)</dt>
89 <dd> 90 <dd>
90 emitted after an editor window was opened 91 emitted after an editor window was opened
91 </dd><dt>editorOpenedEd(Editor)</dt> 92 </dd><dt>editorOpenedEd(Editor)</dt>
92 <dd> 93 <dd>
94 </dd><dt>editorSaved(str)</dt> 95 </dd><dt>editorSaved(str)</dt>
95 <dd> 96 <dd>
96 emitted after an editor window was saved 97 emitted after an editor window was saved
97 </dd><dt>editorTextChanged(Editor)</dt> 98 </dd><dt>editorTextChanged(Editor)</dt>
98 <dd> 99 <dd>
99 emitted to signal a change of an editor's text 100 emitted to signal a change of an
101 editor's text
100 </dd><dt>lastEditorClosed()</dt> 102 </dd><dt>lastEditorClosed()</dt>
101 <dd> 103 <dd>
102 emitted after the last editor window was closed 104 emitted after the last editor window was closed
103 </dd><dt>previewStateChanged(bool)</dt> 105 </dd><dt>previewStateChanged(bool)</dt>
104 <dd> 106 <dd>
105 emitted to signal a change in the preview state 107 emitted to signal a change in the
108 preview state
106 </dd><dt>syntaxerrorToggled(Editor)</dt> 109 </dd><dt>syntaxerrorToggled(Editor)</dt>
107 <dd> 110 <dd>
108 emitted when a syntax error is toggled. 111 emitted when a syntax error is toggled.
109 </dd> 112 </dd>
110 </dl> 113 </dl>
279 Private method to close the other editors. 282 Private method to close the other editors.
280 </p><a NAME="Listspace.__contextMenuCopyPathToClipboard" ID="Listspace.__contextMenuCopyPathToClipboard"></a> 283 </p><a NAME="Listspace.__contextMenuCopyPathToClipboard" ID="Listspace.__contextMenuCopyPathToClipboard"></a>
281 <h4>Listspace.__contextMenuCopyPathToClipboard</h4> 284 <h4>Listspace.__contextMenuCopyPathToClipboard</h4>
282 <b>__contextMenuCopyPathToClipboard</b>(<i></i>) 285 <b>__contextMenuCopyPathToClipboard</b>(<i></i>)
283 <p> 286 <p>
284 Private method to copy the file name of the selected editor to the clipboard. 287 Private method to copy the file name of the selected editor to the
288 clipboard.
285 </p><a NAME="Listspace.__contextMenuOpenRejections" ID="Listspace.__contextMenuOpenRejections"></a> 289 </p><a NAME="Listspace.__contextMenuOpenRejections" ID="Listspace.__contextMenuOpenRejections"></a>
286 <h4>Listspace.__contextMenuOpenRejections</h4> 290 <h4>Listspace.__contextMenuOpenRejections</h4>
287 <b>__contextMenuOpenRejections</b>(<i></i>) 291 <b>__contextMenuOpenRejections</b>(<i></i>)
288 <p> 292 <p>
289 Private slot to open a rejections file associated with the selected editor. 293 Private slot to open a rejections file associated with the selected
294 editor.
290 </p><a NAME="Listspace.__contextMenuPrintFile" ID="Listspace.__contextMenuPrintFile"></a> 295 </p><a NAME="Listspace.__contextMenuPrintFile" ID="Listspace.__contextMenuPrintFile"></a>
291 <h4>Listspace.__contextMenuPrintFile</h4> 296 <h4>Listspace.__contextMenuPrintFile</h4>
292 <b>__contextMenuPrintFile</b>(<i></i>) 297 <b>__contextMenuPrintFile</b>(<i></i>)
293 <p> 298 <p>
294 Private method to print the selected editor. 299 Private method to print the selected editor.
371 </dd> 376 </dd>
372 </dl><a NAME="Listspace._initWindowActions" ID="Listspace._initWindowActions"></a> 377 </dl><a NAME="Listspace._initWindowActions" ID="Listspace._initWindowActions"></a>
373 <h4>Listspace._initWindowActions</h4> 378 <h4>Listspace._initWindowActions</h4>
374 <b>_initWindowActions</b>(<i></i>) 379 <b>_initWindowActions</b>(<i></i>)
375 <p> 380 <p>
376 Protected method to define the user interface actions for window handling. 381 Protected method to define the user interface actions for window
382 handling.
377 </p><a NAME="Listspace._modificationStatusChanged" ID="Listspace._modificationStatusChanged"></a> 383 </p><a NAME="Listspace._modificationStatusChanged" ID="Listspace._modificationStatusChanged"></a>
378 <h4>Listspace._modificationStatusChanged</h4> 384 <h4>Listspace._modificationStatusChanged</h4>
379 <b>_modificationStatusChanged</b>(<i>m, editor</i>) 385 <b>_modificationStatusChanged</b>(<i>m, editor</i>)
380 <p> 386 <p>
381 Protected slot to handle the modificationStatusChanged signal. 387 Protected slot to handle the modificationStatusChanged signal.
641 </dd> 647 </dd>
642 </dl><a NAME="StackedWidget.firstEditor" ID="StackedWidget.firstEditor"></a> 648 </dl><a NAME="StackedWidget.firstEditor" ID="StackedWidget.firstEditor"></a>
643 <h4>StackedWidget.firstEditor</h4> 649 <h4>StackedWidget.firstEditor</h4>
644 <b>firstEditor</b>(<i></i>) 650 <b>firstEditor</b>(<i></i>)
645 <p> 651 <p>
646 Public method to retrieve the first editor in the list of managed editors. 652 Public method to retrieve the first editor in the list of managed
653 editors.
647 </p><dl> 654 </p><dl>
648 <dt>Returns:</dt> 655 <dt>Returns:</dt>
649 <dd> 656 <dd>
650 first editor in list (QScintilla.Editor.Editor) 657 first editor in list (QScintilla.Editor.Editor)
651 </dd> 658 </dd>

eric ide

mercurial