You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretend the "|" character is the character that is blinking when you're entering text. For the life of me I can't think of the name. It looks just like it. It's a vertical blinking line that shows up when text is involved.
Basically when
|"Hello World"
^
+------------------ Here, when you want to just go to the next line but you want to make a new line, in every single other IDE (Netbeans, Eclipse, Visual Studio.. etc...) all you have to do is press Shift-Enter and voila!
It becomes like this
"Hello World"
|
But when trying to do the same thing with this IDE, the program drags down the "Hello World" onto the next line instead of just skipping over it and creating a new line.
The text was updated successfully, but these errors were encountered:
It's the caret :)
I've never really missed this feature (or didn't even know it existed in other IDEs tbh) + The component that cares about editor shortcuts is out of my responsibility.. I've taken SharpDevelop's editor in D-IDE :)
Pretend the "|" character is the character that is blinking when you're entering text. For the life of me I can't think of the name. It looks just like it. It's a vertical blinking line that shows up when text is involved.
Basically when
|"Hello World"
^
+------------------ Here, when you want to just go to the next line but you want to make a new line, in every single other IDE (Netbeans, Eclipse, Visual Studio.. etc...) all you have to do is press Shift-Enter and voila!
It becomes like this
"Hello World"
|
But when trying to do the same thing with this IDE, the program drags down the "Hello World" onto the next line instead of just skipping over it and creating a new line.
The text was updated successfully, but these errors were encountered: