Bug Report for code editor - I have validated in Python and C# languages
Block selection does not work when you are selecting to the LEFT.
Example with this line you put your cursor to the left of this line:
def validPalindrome(self, s: str) -> bool:
then you press: "Shift + Ctrl + Right arrow " and it will do the right thing, it will select the first word "def" and if you repeat the action it will keep selecting the next words.
If you try to to the same from the right side it does not work (Shift+Ctrl + Left Arroy). It will start selecting random words/letter.
This broke with the latest UI changes. It used to work fine.
Bug Report for code editor - I have validated in Python and C# languages
Block selection does not work when you are selecting to the LEFT.
Example with this line you put your cursor to the left of this line:
def validPalindrome(self, s: str) -> bool:
then you press: "Shift + Ctrl + Right arrow " and it will do the right thing, it will select the first word "def" and if you repeat the action it will keep selecting the next words.
If you try to to the same from the right side it does not work (Shift+Ctrl + Left Arroy). It will start selecting random words/letter.
This broke with the latest UI changes. It used to work fine.