-
Notifications
You must be signed in to change notification settings - Fork 0
Editor Menu
360900 edited this page Aug 2, 2026
·
2 revisions
The Editor Menu is a small file selection requester that gives configuration options for the selected files. It 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 text editor (see #texteditor)
- the selected files can be hidden from the Editor Menu (a hide file is created, which is then listed 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, TinkerGame tries to auto-configure an installed text editor.
(it first tries 'xdg-mime query', then checks binary availability in this order: geany, gedit, leafpad, kwrite)
If a Help-Url is defined, it 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