Home
last modified time | relevance | path

Searched refs:activeEditor (Results 1 – 25 of 116) sorted by relevance

12345

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/
H A DCellEditorActionHandler.java117 if (activeEditor != null) { in handleEvent()
123 if (activeEditor != null) { in handleEvent()
126 activeEditor = null; in handleEvent()
145 if (activeEditor != null) { in propertyChange()
172 if (activeEditor == null) { in propertyChange()
219 if (activeEditor != null) { in runWithEvent()
220 activeEditor.performCut(); in runWithEvent()
230 if (activeEditor != null) { in updateEnabledState()
511 activeEditor = editor; in addCellEditor()
543 activeEditor = null; in dispose()
[all …]
H A DMultiPageSelectionProvider.java130 IEditorPart activeEditor = multiPageEditor.getActiveEditor(); in getSelection() local
131 if (activeEditor != null) { in getSelection()
132 ISelectionProvider selectionProvider = activeEditor.getSite().getSelectionProvider(); in getSelection()
159 IEditorPart activeEditor = multiPageEditor.getActiveEditor(); in setSelection() local
160 if (activeEditor != null) { in setSelection()
161 ISelectionProvider selectionProvider = activeEditor.getSite().getSelectionProvider(); in setSelection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/Eclipse UI Examples Readme Tool/org/eclipse/ui/examples/readmetool/
H A DDirtyStateContribution.java33 private IEditorPart activeEditor; field in DirtyStateContribution
66 if (activeEditor != null) { in editorChanged()
67 activeEditor.removePropertyListener(this); in editorChanged()
69 activeEditor = part; in editorChanged()
70 if (activeEditor != null) { in editorChanged()
71 activeEditor.addPropertyListener(this); in editorChanged()
90 if (activeEditor != null) in updateState()
91 saveNeeded = activeEditor.isDirty(); in updateState()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DActiveEditorAction.java65 private IEditorPart activeEditor; field in ActiveEditorAction
103 return activeEditor; in getActiveEditor()
160 if (activeEditor == part) { in setActiveEditor()
163 if (activeEditor != null) { in setActiveEditor()
164 editorDeactivated(activeEditor); in setActiveEditor()
166 activeEditor = part; in setActiveEditor()
167 if (activeEditor != null) { in setActiveEditor()
168 editorActivated(activeEditor); in setActiveEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/
H A DSynchronizeVersionsAction.java26 private FeatureEditor activeEditor; field in SynchronizeVersionsAction
33 if (activeEditor.isDirty()) { in ensureContentSaved()
35 IRunnableWithProgress op = monitor -> activeEditor.doSave(monitor); in ensureContentSaved()
47 SynchronizeVersionsWizard wizard = new SynchronizeVersionsWizard(activeEditor); in run()
53 this.activeEditor = editor; in setActiveEditor()
H A DEditorBuildFeatureAction.java31 private FeatureEditor activeEditor; field in EditorBuildFeatureAction
39 if (activeEditor.isDirty()) { in ensureContentSaved()
41 IRunnableWithProgress op = monitor -> activeEditor.doSave(monitor); in ensureContentSaved()
67 this.activeEditor = editor; in setActiveEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/
H A DPerspectiveSwitchTest.java42 private String activeEditor; field in PerspectiveSwitchTest
61 public PerspectiveSwitchTest(String id1, String id2, String activeEditor) { in PerspectiveSwitchTest() argument
62 …super("testPerspectiveSwitch:" + id1 + "," + id2 + ",editor " + activeEditor, BasicPerformanceTest… in PerspectiveSwitchTest()
65 this.activeEditor = activeEditor; in PerspectiveSwitchTest()
101 IFile aFile = getProject().getFile(activeEditor); in test()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dmainwin.cc621 activeEditor->setFocus(); in MainWindow()
627 activeEditor->setFocus(); in openFileFromPath()
629 activeEditor->setFocus(); in openFileFromPath()
1459 tabManager->save(activeEditor); in actionSave()
1464 tabManager->saveAs(activeEditor); in actionSaveAs()
1573 activeEditor->find(textToFind); in findString()
1634 activeEditor->setText(converted); in convertTabsToSpaces()
1756 customizerEditor = activeEditor; in parseTopLevelDocument()
2137 renderedEditor = activeEditor; in actionRenderDone()
3043 activeEditor->displayTemplates(); in on_editActionInsertTemplate_triggered()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dmainwin.cc632 activeEditor->setFocus(); in MainWindow()
638 activeEditor->setFocus(); in openFileFromPath()
640 activeEditor->setFocus(); in openFileFromPath()
1470 tabManager->save(activeEditor); in actionSave()
1475 tabManager->saveAs(activeEditor); in actionSaveAs()
1584 activeEditor->find(textToFind); in findString()
1645 activeEditor->setText(converted); in convertTabsToSpaces()
1767 customizerEditor = activeEditor; in parseTopLevelDocument()
2148 renderedEditor = activeEditor; in actionRenderDone()
3061 activeEditor->displayTemplates(); in on_editActionInsertTemplate_triggered()
[all …]
/dports/math/convertall/ConvertAll/source/
H A Dunitedit.py29 self.activeEditor = False;
36 if not self.activeEditor:
86 self.activeEditor = False;
92 if not self.activeEditor:
93 self.activeEditor = True
/dports/devel/arduino-core/Arduino-b439a77/app/src/processing/app/
H A DBase.java111 Editor activeEditor; field in Base
603 activeEditor = whichEditor; in handleActivated()
609 activeEditor.createTabs(); in handleActivated()
633 if (activeEditor == null) { in nextEditorLocation()
747 if (activeEditor != null) { in handleNew()
748 activeEditor.statusError(e); in handleNew()
1834 if (activeEditor != null) { in handlePrefs()
2250 activeEditor.statusError(e); in handleAddLibrary()
2296 activeEditor.statusError(e); in handleAddLibrary()
2314 return activeEditor; in getActiveEditor()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DActionDelegateHandlerProxy.java310 final Object activeEditor = context.getVariable(ISources.ACTIVE_EDITOR_NAME); in updateDelegate() local
311 if (activeEditor != IEvaluationContext.UNDEFINED_VARIABLE) { in updateDelegate()
312 editorDelegate.setActiveEditor(action, (IEditorPart) activeEditor); in updateDelegate()
315 activeEditor == IEvaluationContext.UNDEFINED_VARIABLE ? null : (IWorkbenchPart) activeEditor); in updateDelegate()
426 final IEditorPart activeEditor; in initDelegate() local
429 activeEditor = null; in initDelegate()
432 activeEditor = page.getActiveEditor(); in initDelegate()
465 editorDelegate.setActiveEditor(action, activeEditor); in initDelegate()
466 updateActivePart(activeEditor); in initDelegate()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/linguist/linguist/
H A Dmessageeditor.cpp248 activeEditor()->setFocus(); in messageModelDeleted()
434 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
722 activeEditor()->document()->undo(); in undo()
727 activeEditor()->document()->redo(); in redo()
734 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
784 activeEditor()->paste(); in paste()
808 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
830 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
831 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
847 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus();
433 QTextEdit *MessageEditor::activeEditor() const
691 activeEditor()->document()->undo();
696 activeEditor()->document()->redo();
703 if (QTextEdit *te = activeEditor()) {
754 activeEditor()->paste();
779 || ((te = activeEditor()) && te->hasFocus()))
801 if (QTextEdit *activeEditor = activeTranslation())
802 overwrite = !activeEditor->isReadOnly()
818 if (QTextEdit *activeEditor = activeOr1stEditor())
[all …]
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp231 activeEditor()->setFocus(); in messageModelDeleted()
433 QTextEdit *MessageEditor::activeEditor() const in activeEditor() function in MessageEditor
691 activeEditor()->document()->undo(); in undo()
696 activeEditor()->document()->redo(); in redo()
703 if (QTextEdit *te = activeEditor()) { in updateUndoRedo()
754 activeEditor()->paste(); in paste()
779 || ((te = activeEditor()) && te->hasFocus())) in selectAll()
801 if (QTextEdit *activeEditor = activeTranslation()) in updateBeginFromSource() local
802 overwrite = !activeEditor->isReadOnly() in updateBeginFromSource()
818 if (QTextEdit *activeEditor = activeOr1stEditor()) in setEditorFocus() local
[all …]

12345