An open API service indexing awesome lists of open source software.

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

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))