qgis / qgis3_UIX_discussion

Issue list to sum up and discuss UI/UX related issues
1 stars 2 forks source link

Enable multiline capabilities for widget that display expression #8

Open DelazJ opened 7 years ago

DelazJ commented 7 years ago

Expressions can be written, using multilines and comments. But once, the dialog is validated, it's rendered in a single line widget, making it less readable (eg, "Label with", "quick field calculator" in attribute table...). You need to reopen the Expression dialog to see the whole formula.

Having the ability to extend the widget to show the whole expression could be handy.

PS: some comments at https://github.com/qgis/QGIS/pull/3805

DelazJ commented 7 years ago

PS2: I haven't (consciously) noticed it until now but hovering over the widget shows full expression. So I'm no longer sure it's worth the enlargement (except, maybe to ease expression edit?)