Add a new blank line above or below in Notepad++
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.
More Posts related to NotepadPlusPlus,
- Add Custom header and footer to Windows Notepad file
- Enabling Notepad++ Dark Theme
- Notepad++ is about to exit prompt message
- Go to Line Number option in Windows Notepad
- How to Convert CSV file to SQL Script using Notepad++
- How to un-hide tab bar in notepad++
- Notepad++ display files on tab bar as horizontal instead of vertical
- Compare two text files in Notepad++
- Column Mode Editing in Notepad++
- Convert SQL to CSV in Notepad++
- List of Programming Languages Supported by Notepad++
- Keyboard shortcut to close tab in Notepad++
- How to open a new tab in Notepad++
- How to Enable spellcheck Notepad++
- Prettify JSON in Notepad++
- Word count in Notepad++
- How to create MD5 digest in Notepad++
- Notepad++ delete lines above or below
- Unable to edit file in Notepad++
- Word wrap text in Notepad++
- Notepad++ Editor alternatives for Mac OS X
- Launch Notepad++ html document in any web browser
- Convert text to random case using Notepad++
- Show Notepad++ tabs in multiple lines instead of scroll on tab bar
- 97 Useful Notepad++ Keyboard Shortcuts
- Base 64 Encoding Decoding In Notepad++
- Where are Notepad++ temp unsaved files stored?
- How to add Date and Time to Windows Notepad File
- How to Apply Themes to Notepad++
- Multiple line editing in Notepad++
- Add comma or semicolon at end of each line Notepad++
- How to know Notepad++ is 32-bit or 64-bit Version
- Notepad++ do not show CRLF characters
- Notepad++ select all above or below lines
- Change default language highlighting in Notepad++
- How to check about details of Notepad++ text editor
- Setting up Cloud feature with Notepad++
- Add Blank Lines Between Each Lines in Notepad++
- How to zoom-in or zoom-out in Windows Notepad
- Replace tabs by spaces or comma Notepad++
- [Nopepad++] How to add text at end of each line
- Using Document Map in Notepad++
- Notepad++ insert a blank line above or below the current line example
- Portable Notepad++ for windows
- How to format or prettify XML in Notepad++
More Posts:
- Android Emulator] ##KBD: Full queue, lose event Error Logs - Android
- PHP drag and drop file upload tutorial using dropzone.js - PHP
- Column Mode Editing in Notepad++ - NotepadPlusPlus
- Gmail Unable to upload because it is a folder or a package (like an application bundle or RTFD document) - HowTos
- Android Shared Preferences API tutorial - Android
- Notepad++ Dark Theme - NotepadPlusPlus
- Change Mouse Scrolling in Mac OS X - Mac-OS-X
- Android Studio java.net.NoRouteToHostException - Android-Studio
- Error : Invalid key hash.The key hash does not match any stored key hashes - Android
- JSON Schema and Hyper-Schema : JSON Tutorial - Json-Tutorial
- 'Edit Document' Requires a Windows Sharepoint Services-compatible application and Microsoft Internet Explorer 6.0 or higher - SharePoint
- Remove Trailing zeros BigDecimal Java - Java
- Android Studio : Connection Error : Failed to download patch file - Android-Studio
- Find Java JRE Installation location Mac OS X - Mac-OS-X
- Go to Line Number option in Windows Notepad - NotepadPlusPlus