Home
last modified time | relevance | path

Searched refs:locationHistory (Results 1 – 8 of 8) sorted by relevance

/dports/editors/o/o-2.46.0/
H A Dlochist.go29 locationHistory := make(map[string]LineNumber)
34 return locationHistory, err
61 locationHistory[filename] = LineNumber(lineNumber)
65 return locationHistory, nil
71 locationHistory := make(map[string]LineNumber)
75 return locationHistory
105 return locationHistory
370 return locationHistory
402 return locationHistory
412 for k, v := range locationHistory {
[all …]
H A Dinitialize.go204 e.locationHistory, err = LoadLocationHistory(locationHistoryFilename)
206 recordedLineNumber, found = e.locationHistory[absFilename]
252 if e.locationHistory == nil {
253 e.locationHistory = make(map[string]LineNumber, 1)
254 e.locationHistory[absFilename] = lineNumber
H A Dcommand.go33 e.SaveLocation(absFilename, e.locationHistory)
H A Deditor.go35locationHistory map[string]LineNumber // location history, for jumping to the last location whe… member
2119 e.SaveLocation(absFilename, e.locationHistory)
H A Dkeyloop.go1695 e.SaveLocation(absFilename, e.locationHistory)
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DLauncherController.hxx80 Q_PROPERTY(RecentLocationsModel* locationHistory READ locationHistory CONSTANT)
147 RecentLocationsModel* locationHistory();
H A DLauncherController.cxx742 RecentLocationsModel *LauncherController::locationHistory() in locationHistory() function in LauncherController
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/qml/
H A DSummary.qml343 model: _launcher.locationHistory
346 _launcher.restoreLocation(_launcher.locationHistory.locationAt(index))