Whenever I'm doing some coding in Notepad++ i need to add some lines at the bottom so if i scroll down, the code doesn't stop at the bottom at the window. The problem is that I sometimes forget to take out the lines :/.

I need to know if there's some kind of plugin or feature that I may have missed that adds some vertical space at the bottom without being actual lines.

Or I have it all wrong and i should just resize the window?

link|improve this question
1  
Is having a little whitespace really that bad? (Unless you're coding in whitespace, of course, then your program's screwed) – Phoshi Oct 15 '09 at 18:16
What's wrong with the extra few empty lines? – hasen j Nov 7 '09 at 8:36
they don't show up nicely in version control and while doing compares :D – Prozaker Dec 23 '09 at 20:17
feedback

2 Answers

up vote 3 down vote accepted

Scroll past end of file plugin has been updated.

link|improve this answer
OMG OMG OMG YES, IT WORKS tyvm sir, how did you find it? lol – Prozaker Dec 23 '09 at 20:13
Unfortunately this plugin has not been updated for Npp 5.9 – Joel Mueller Jun 3 '11 at 19:58
feedback

What about setting up a macro in Notepad++ ?

Maybe you can record : Ctrl+end, enter, enter, enter, enter etc

Either that or create a batch/shell script that appends blank lines to your file(s)?

Hope this helps

link|improve this answer
1  
yeah maybe i can try some autohotkey macro that does it. ty – Prozaker Oct 23 '09 at 22:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.