Skip to content

Bug Report for code editor #6065

Description

@krolth

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions