Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Double-clicking words/operators in GDscript code editor doesn't work as it does in many other text/code editors.
For example, assume that the | character is where the user double-clicks:
In any of these cases, no words/operators are selected. So, most importantly, when clicking on the start of a word, or end of a word, no selection happens.
Also, double-clicking (at least in the middle of) the == or != operators should select the whole operator.
e.g. in Notepad, Intellij IDEA and VSCode, all of these cases work as one would intuitively assume.
Beta Was this translation helpful? Give feedback.
All reactions