Home
last modified time | relevance | path

Searched refs:openEditorOnFileStore (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/
H A DOpenIDELogFileAction.java46 IDE.openEditorOnFileStore(page, fileStore); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/systeminplaceeditor/
H A DOpenSystemInPlaceEditorTest.java92 IEditorPart editor = IDE.openEditorOnFileStore(page, EFS.getStore(file.toURI())); in testExternalFile()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/
H A DEditorUtils.java212 return IDE.openEditorOnFileStore( WorkspaceUtils in openEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/
H A DLaunchTerminationStatusHandler.java83 IDE.openEditorOnFileStore(page, fileStore); in openInEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/
H A DOpenLocalFileAction.java100 IDE.openEditorOnFileStore(page, fileStore); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/
H A DEditorAreaDropAdapter.java134 IDE.openEditorOnFileStore(page, fileStore); in asyncDrop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/
H A DIDE.java1361 …public static IEditorPart openEditorOnFileStore(IWorkbenchPage page, IFileStore fileStore) throws … in openEditorOnFileStore() method in IDE