Alexander Pann
Alexander Pann
Most of the usability issues where fixed in the new unit language `org.iets3.core.expr.typetags.physunits` and the old language should be considered deprecated. That's why the label `wonfix` was added.
We should investigate if this is still an issue.
We should check if this issue is still valid.
@HeikoBecker can this ticket be closed or were all changes reverted?
I don't understand what you mean. After you enter an item, you can press enter to insert one or multiple empty lines: https://user-images.githubusercontent.com/88385944/194805645-7ed43f9e-d146-45d7-93a2-22a4fa6138c0.mov
@lhartl In baselanguage it is indeed an extra literal that extends IntegerLiteral. I don't see it that way in KernelF as it is just another way of entering an integer...
Let's close it. I'll reimplement it. I already have a better idea how to not make this a breaking change.
In your mentioned case: * BACKSPACE = delete character to the left of cursor -> there is no text, so jump to cell to the left and re-execute action *...
Yes, I agree. As far as I can tell, this behavior was implemented for the richtext language in TextCellModifier#modifyIWordCell. The feature you want, sounds like the auto-deletable style item which...