(2016-09-07, 14:48)Philippe Hurbain Wrote: Wishes of the day...
It is difficult to type in values in all dialog windows.
- As a user, I want to be able to type in negative value easily. If I key in 12.54, I get the correct value. If I key in -12.54, I get 1.2.54 (two times wrong since "value" is positive, and with extra decimal separator). (major issue)
- As a user, I'd like that existing value becomes selected when I click in a field, ready to be wiped out. of course, clicking again at some position in the field should place the insertion cursor there. (annoying but I can live with this...)
- As a user, I'd like to be able to key in .54 instead of 0.54 (this one is really minor!).
Today, I implemented these features (#441).