Claus Pedersen
Member³
I have the following code in an editor:
I have the setting Editor -> Keyword case = Uppercase.
I now place the cursor before the comma after the variable name and hold Shift down to begin marking some text.
I simultaniously press the Down arrow key followed by the End key to go to the end of the last line in the method call.
Now my marking disappears and name is converted into uppercase NAME.
When I press Ctrl-Z to undo the change, I cannot get NAME into lowercase again.
When I press Ctrl-Z down, name is shown shortly in lowercase, but when I release Ctrl-Z again, it is reverted back into uppercase NAME again.
When I press and hold Ctrl-Z, I can revert NAME into lowercase, but a lot of other changes are reversed as well caused by repeating keyboard strokes.
This case can also be reproduced just by typing begin, which is converted into uppercase, but you can not undo typing 'begin' by using Ctrl-Z.
So we have two issues:
1) the text marking disappears when text is changed into uppercase
and
2) Ctrl-Z can not be used when text is inverted into uppercase
This is also a problem in version 10 beta.
Code:
doSomething (param1 => name,
param2 => schema);
I have the setting Editor -> Keyword case = Uppercase.
I now place the cursor before the comma after the variable name and hold Shift down to begin marking some text.
I simultaniously press the Down arrow key followed by the End key to go to the end of the last line in the method call.
Now my marking disappears and name is converted into uppercase NAME.
When I press Ctrl-Z to undo the change, I cannot get NAME into lowercase again.
When I press Ctrl-Z down, name is shown shortly in lowercase, but when I release Ctrl-Z again, it is reverted back into uppercase NAME again.
When I press and hold Ctrl-Z, I can revert NAME into lowercase, but a lot of other changes are reversed as well caused by repeating keyboard strokes.
This case can also be reproduced just by typing begin, which is converted into uppercase, but you can not undo typing 'begin' by using Ctrl-Z.
So we have two issues:
1) the text marking disappears when text is changed into uppercase
and
2) Ctrl-Z can not be used when text is inverted into uppercase
This is also a problem in version 10 beta.