If you are a developer I am sure you would be looking for a way to enter a new blank line just above or below the line you are in Notepad++ Text editor, I looked for it and could not find any short cut so thought of creating a macro for it, you need to import it in your shortcuts.xml.
To add a blank line below the current line: <Macro name="New Line below" Ctrl="yes" Alt="yes" Shift="yes" Key="40">
<Action type="0" message="2451" wParam="0" lParam="0" sParam="" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="
" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="
" />
</Macro>
Press Ctrl + Alt + Shift + Down to add a new line just below the current line. The macro will go to the end of the line for the current line and press enter!
To add a blank line above the current line: <Macro name="Add Line above" Ctrl="yes" Alt="yes" Shift="yes" Key="38">
<Action type="0" message="2451" wParam="0" lParam="0" sParam="" />
<Action type="0" message="2302" wParam="0" lParam="0" sParam="" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="
" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="
" />
</Macro>
Press Ctrl + Alt + Shift + Down to add a new line just below the current line.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!