Home
last modified time | relevance | path

Searched refs:lastOpenFiles (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/
H A DQuickSearchContext.java55 private static Collection<IFile> lastOpenFiles = Arrays.asList(); //Empty list to start with. field in QuickSearchContext
126 lastOpenFiles = files; in getOpenFiles()
130 return lastOpenFiles; in getOpenFiles()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/
H A DActions.java74 …MenuItem[] lastOpenFiles = MainProgram.getInstance().getMenuAdmin().getMainMenuBar().getFileMenu()… in openLastSimulation() local
76 if (lastOpenFiles != null && lastOpenFiles.length > 0) { in openLastSimulation()
77 File selectedFile = new File(lastOpenFiles[0].getText()); in openLastSimulation()