Rémi Verschelde
|
0ab11e436d
|
Merge pull request #29656 from nhold/add-remove-option-array-inspector
Add buttons to remove keys\items from dictionaries\arrays.
|
2019-07-02 07:29:22 +02:00 |
|
Nathan Hold
|
bd9cc84fdc
|
Add option to remove array item and button to remove typed array item
|
2019-07-02 12:42:37 +10:00 |
|
JohnJLight
|
38d3bfe971
|
Made use of semicolons more consitent, fixed formatting
|
2019-06-19 15:24:31 +02:00 |
|
Juan Linietsky
|
541422a4a2
|
Clean up and fix issues after merging #21701 , closes #21104
|
2019-01-18 13:01:24 -03:00 |
|
Rémi Verschelde
|
b16c309f82
|
Update copyright statements to 2019
Happy new year to the wonderful Godot community!
|
2019-01-01 12:58:10 +01:00 |
|
MrCdK
|
9c91cc00ea
|
Arrays now parse the hint_string in the new inspector.
Also, if a hint_string is given, when changing the size of an Array the new elements are initialized to the default value of that type hint.
|
2018-12-03 19:05:22 +01:00 |
|
Juan Linietsky
|
a2a606794c
|
Ensure array and dict editors show edited object IDs, fixes #20225
|
2018-11-21 22:10:58 -03:00 |
|
Rémi Verschelde
|
9eb4d4ab2d
|
Add missing copyright headers
|
2018-08-29 22:41:17 +02:00 |
|
Poommetee Ketson
|
f19446622a
|
Fix args count mismatch in property_changed signal
...when editing Dictionary/Array property
|
2018-08-19 03:35:51 +07:00 |
|
Bojidar Marinov
|
8ecef3496c
|
Add proper type information to array property
Part of #19158
|
2018-06-18 22:24:31 +03:00 |
|
Juan Linietsky
|
9b567cc549
|
Dictionary editing support in inspector
|
2018-05-19 17:57:44 -03:00 |
|
Juan Linietsky
|
eded061668
|
Dictionary editing does the comeback to the inspector, fixes #19046
|
2018-05-19 16:10:19 -03:00 |
|