Files
create/src/Gui
tetektoza fcd8354cbf Gui: Force Expression Completer to show drop-down upon clicking on item (#25011)
As the title says - currently if user clicks "Box" from the autocomplete
dropdown, it adds "Box.", but the property drop-down is never resolved
further, so user has to delete the separator and write it by hand.

When a completion ends with '.' or '#' and is being selected by
clicking, code sets `block=true` and calls `slotTextChanged()` which
prevents the `textChanged2` signal from being emitted. This results in
completer being blocked from updating next level of properties.

So, this patch adds a direct call to `completer->slotUpdate()`, which
triggers completer to parse the expression and show the drop-down.
2025-11-03 11:11:55 +01:00
..
2025-10-08 10:49:52 -05:00
2025-09-28 15:10:00 +02:00
2025-10-27 21:06:54 -05:00
2025-10-08 10:56:23 -05:00
2025-10-08 10:28:46 -05:00
2025-07-14 10:18:04 +02:00
2025-02-15 13:33:32 -06:00
2025-01-22 06:12:43 -06:00
2025-08-26 08:46:51 +02:00
2024-02-16 21:38:42 -06:00
2025-02-15 13:33:32 -06:00
2025-01-13 11:22:20 -06:00
2024-02-26 17:38:01 +01:00
2024-07-11 17:39:23 +02:00
2025-02-15 13:33:32 -06:00
2025-01-13 11:22:20 -06:00
2025-03-02 22:59:30 -06:00
2025-02-17 21:10:26 +01:00
2025-03-20 14:23:36 +01:00
2024-11-12 07:59:44 +01:00
2025-01-13 11:22:20 -06:00
2025-09-17 10:43:16 -05:00
2025-09-18 11:45:45 -05:00
2025-02-15 13:33:32 -06:00
2025-07-16 21:55:52 -05:00
2025-01-13 11:22:20 -06:00
2024-03-26 15:57:20 +01:00
2025-10-27 12:16:50 -05:00
2024-02-21 16:19:32 +01:00
2025-07-08 17:59:51 +05:30
2025-03-29 14:14:04 -05:00
2025-09-08 23:16:29 +02:00
2025-02-05 22:13:07 +00:00
2025-01-13 11:22:20 -06:00