more details here Shortcut Action File Menu Ctrl + O Open the File Ctrl + N New File Ctrl + S Save File Ctrl + Alt + S Save As Ctrl + Shift + S Save All Ctrl + P Print the File Alt + F4 Exit the File Ctrl + Tab Open the next…
Category: nodepad++
Regexp for searching functions //line containing 'function(' not starting with '}/' ^(?!(.*)\}\/)(.*)function(.+)() better one ^(?!(.*)\}?\/\*?)([^$\n]*)function(.+)\( // note: avoid using comments //or /* after 'function' Adding Line numbers ALT + C Column Editor: Column Editor (Alt + C) provides a way to insert line numbers. Options exist to choose the starting number, interval, and how often…