summaryrefslogtreecommitdiffstats
path: root/editor/plugin_config_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Resize some editor panel minimum sizes on hiDPI displaysHugo Locurcio2018-10-201-1/+1
| | | | | | This also increases the plugin description TextEdit's height, so that 3 lines can be viewed instead of just 2 (leaving a few pixels for the scroll bar).
* PluginConfigDialog: pass subfolder name instead of plugin name on creationmerumelu2018-10-021-2/+5
| | | | Also add `_exit_tree` to the script template
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
|
* Add PluginConfigDialog, EditorPluginSettings GUIWill Nations2018-07-261-0/+230