Get the recently closed editors stack in chronological order.
readonly closed editors stack.
Add the recently closed editor to the history.
the recently closed editor.
Navigates one back. Returns with the previous location, or undefined
if it could not navigate back.
Checks whether the service can go back
.
Checks whether the service can go forward
.
Clears the total history.
Returns with the current location.
Navigates one forward. Returns with the next location, or undefined
if it could not go forward.
Get the last recently closed editor.
the recently closed editor if it exists.
true
if the two locations are similar.
Returns with the location of the most recent edition if any. If there were no modifications,
returns undefined
.
Returns with all known navigation locations in chronological order.
Returns with the number of navigation locations that the application can handle and manage. When the number of locations exceeds this number, old locations will be erased.
Registers the give locations into the service.
Remove all occurrences of the given editor in the history if they exist.
the uri of the editor that should be removed from the history.
Reveals the location argument. If not given, reveals the current location
. Does nothing, if the argument is undefined
.
Returns with the opener option for the location argument.
The navigation location service. It also stores and manages navigation locations and recently closed editors.