Rémi Verschelde
8437869434
Merge pull request #112615 from YeldhamDev/inspector_props_size_fix
...
Fix issues with property height in the inspector
2025-12-04 15:52:40 +01:00
Adam Scott
10c7cb878a
Add new monospace related hint strings
...
- Add hint string `monospace` for `PROPERTY_HINT_{NONE,PASSWORD,PLACEHOLDER_TEXT}` to set the `LineEdit` font monospaced.
- Add hint string `monospace` for `PROPERTY_HINT_MULTILINE_TEXT` to set the `TextEdit` font monospaced.
- Add hint string `no_wrap` for `PROPERTY_HINT_MULTILINE_TEXT` to make the `TextEdit` not wrap lines automatically.
Also:
- Fix issue with `EditorPropertyMultilineText` not updating font properly.
- Add `EditorPropertyMultilineText` tweak flags.
- Add support with GDScript `@export_multiline`.
2025-12-03 12:57:40 -05:00
Michael Alexsander
034942557e
Fix issues with property height in the inspector
2025-12-01 23:14:33 -03:00
Thaddeus Crews
11dd67108d
Merge pull request #112174 from kleonc/editor_property_layers_grid_allow_drag_toggling
...
Allow drag setting flags in layers property editor
2025-11-17 10:56:44 -06:00
Thaddeus Crews
356fd8fc62
Merge pull request #108479 from timothyqiu/static-clipboard
...
Make editor property clipboard static
2025-11-14 14:22:46 -06:00
kleonc
2e7c2da2a0
Allow drag setting flags in layers property editor
2025-11-13 00:46:18 +01:00
kleonc
c31b92ba19
Fix layers property editor last bit value in tooltip
2025-11-12 14:59:24 +01:00
kleonc
fb5a299a60
Fix TileSet editor crash on terrain pick in paint mode
2025-11-03 20:31:29 +01:00
Thaddeus Crews
2568505535
Merge pull request #108065 from lodetrick/range-hint-cleanup
...
Clean up numeric EditorProperty `setup()` methods
2025-10-13 19:28:34 -05:00
Logan Detrick
7998b5e8d2
Cleanup EditorProperty setup methods
2025-10-08 15:52:46 -07:00
kobewi
8d91f83244
Ensure correct metadata for enum items
2025-10-03 11:31:16 +02:00
Thaddeus Crews
6f3c5088ae
Merge pull request #110492 from KoBeWi/pro 🍐 _languages
...
Improve editor language selector
2025-09-30 18:35:03 -05:00
Michael Alexsander
f16ff829f0
Allow to use sliders for integers in EditorSpinSlider
2025-09-22 11:23:15 -03:00
kobewi
a3cb0bd2a3
Improve editor language selector
2025-09-16 01:11:42 +02:00
Haoyu Qiu
0c52406758
Make editor property clipboard static
2025-09-15 15:25:28 +08:00
kobewi
4753ca4219
Fix export path "leaking" between presets
2025-07-10 15:18:34 +02:00
A Thousand Ships
f11aff3841
Editor: Restructure editor code
...
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00