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.
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.