Search code examples
notepad++

Notepad++ Insert Line Below with Sift + Enter like in Eclipse?


This shortcut should be working even when your cursor is in the middle of the current line. Just like in Eclipse with SHIFT + ENTER.


Solution

  • You could define a macro:

    1. Go to Macro --> Start Recording
    2. Press End, then Enter
    3. Go to Macro --> Stop Recording
    4. Macro --> Save Current Recorded Macro
    5. Choose your hotkey, e.g. Shift+Ctrl+Enter (just Shift+Enter was not possible for me)

    Hope this helps.