godot-editor-icons-previewer icon indicating copy to clipboard operation
godot-editor-icons-previewer copied to clipboard

Plugin to preview all available icons in Godot Editor.

Results 6 godot-editor-icons-previewer issues
Sort by recently updated
recently updated
newest added

I needed this in 4.0, so did some initial port: [editor_icon_previewer.zip](https://github.com/Xrayez/godot-editor-icons-previewer/files/8459829/editor_icon_previewer.zip) Not everything works, but it does the job at least: ![image](https://user-images.githubusercontent.com/2223172/162637985-01eb7df6-3dfc-4aa7-9f8f-ad26b4c124e5.png)

enhancement

## NOTE: This PR is targeted at the gd4 branch, but should probably be targeted to a new branch based off of gd4 if approved. It seems 4.2 bumped the...

Try to use it to make a custom tool, but seems that no icon were found, and also don't know if it search resources inside the project. ![image](https://github.com/Xrayez/godot-editor-icons-previewer/assets/23432929/db3034a0-2537-4761-ada2-dd31d62b466c)

When enabling the plugin in the newly released Godot 4 stable, I get this error: ` res://addons/editor_icon_previewer/editor_icon_previewer.gd:14 - Invalid get index 'update_request' (on base: 'AcceptDialog ()'). Node not found: "OptionButton"...

1. it always saves the file as `select any icon..png` instead of `{icon_name}.png` or something similar 2. you have to manually put the save path in order to save and...

Hi, this is the first time I tried your plugin, and it works well, but I had to make a one-line change in `Godot v4.4.dev3.official [f4af8201b]`. (I haven't tried if...