-
Notifications
You must be signed in to change notification settings - Fork 72
Editor Menu
frostworx edited this page Nov 20, 2021
·
2 revisions
The Editor Menu is a little file selection requester giving some configuration options for selected files and can be opened
- from the Main Menu,
- directly as Start Menu
- or via Command Line.
Available options are:
- the selected files can be opened with a texteditor (see #texteditor)
- the selected files can be hidden from the Editor Menu (a hide file is created which is listed then as well)
- the selected files can be removed (with confirmation requester)
- the directory of the first selected file can be opened with the system file manager using xdg-open
If xdg-open is configured as STLEDITOR
or if the configured editor is not found, steamtinkerlaunch tries to autoconfigure an installed texteditor.
(first trying to find it through 'xdg-mime query', then check binary availability in this order: geany, gedit, leafpad, kwrite)
If a Help-Url is defined, this Url is opened automatically in the browser for the current SteamGame.
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced