Code Editor 2: autocompleting constructor
makes pressing enter after typing {
move the cursor right instead of making a new line
#9457
Milestone
Description
See attached video and steps below:
ce2-constructor-keyword-makes-enter-move-instead-of-newline-on-brackets.mp4
Steps To Reproduce
|
indicates cursor position:function Ctor() c|
constructor
keyword. Note that a selection box appears as well:function Ctor() constructor |
{
to begin the scope (CE2 will autocomplete the}
):function Ctor() constructor {|}
function Ctor() constructor {}|
Notice how all that happens is the cursor is moved over by one.
Expected behaviour, by comparison:
function Ctor() constructor { | }
This does not appear to happen without accepting the autocomplete for
constructor
.Which version of GameMaker are you reporting this issue for?
IDE v2024.1300.0.743 Runtime v2024.1300.0.753
Which operating system(s) are you seeing the problem on?
Linux Arch Linux kernel 6.13.2.1
a9f1e0c7-affe-48c1-81c4-91ce4a26e3d1
The text was updated successfully, but these errors were encountered: