https://github.com/gdquest/godot-plugin-highlighter
Highlights parts of the editor interface that are under the mouse
https://github.com/gdquest/godot-plugin-highlighter
Last synced: 4 months ago
JSON representation
Highlights parts of the editor interface that are under the mouse
- Host: GitHub
- URL: https://github.com/gdquest/godot-plugin-highlighter
- Owner: GDQuest
- Created: 2023-01-15T18:02:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:15:56.000Z (over 3 years ago)
- Last Synced: 2025-07-26T21:02:24.795Z (11 months ago)
- Language: GDScript
- Size: 8.79 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Editor Highlighter
Highlights parts of the editor interface that are under the mouse. Useful for screencasts and the like.
## How to Use
Press alt+h to highlight the UI item under the mouse. Release to stop highlighting.
## How to Customize
You can edit the plugin options in project settings. The keys will be under `plugins/highlighter`. Make sure to toggle the "show advanced" option.
Options:
- `min depth`: the minimum depth to highlight. Can help avoid highlighting the UI background (levels 1 to 4).
- `max depth`: the maximum depth to highlight. Can help avoid deeply nested items
- `shortcut`: the shortcut to press
- `highlight`: a path to a `StyleBox` resource which is used to draw the highlight.
## License
MIT (file in [`addons/editor-highlighter/LICENSE`](addons/editor-highlighter/LICENSE))