I am using Notepad ++ and when I press "Enter" it inserts a new line. My current situation is that my line contains 100+ characters and I want to put some characters under without having to scroll all the way to the right.
Not sure if I am making sense, but it basically looks like this:
line 54: //code
*space: // line 54 code
*space: // line 54 code
line 55: //code
I tried split line, but that didn't do anything for me (CTRL + I).
Do you have Word wrap (View > Word wrap) turned on? That makes lines wrap nicely onto one page so you don't have to scroll across long lines.