Difference between revisions of "Notepad++"

From wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
;Where to edit commands in the run-menu
 
;Where to edit commands in the run-menu
 
:C:\Users\<username>\AppData\Roaming\Notepad++\shortcuts.xml
 
:C:\Users\<username>\AppData\Roaming\Notepad++\shortcuts.xml
 +
 +
;Notepad++ it trouble because you opened a very big file
 +
:Remove it from C:\Users\<username>\AppData\Roaming\Notepad++\session.xml (use another text-editor)

Revision as of 21:54, 18 January 2021

Edit-Line Operations-Join Lines
What you would expect (remove line breaks)
Search and replace with regular experssions
Searchbox: ^(.*?)A; Find the first 'A'
Replacebox: \1B; Replace the 'A' with 'B' leave all in front if it untouched.
Where to edit commands in the run-menu
C:\Users\<username>\AppData\Roaming\Notepad++\shortcuts.xml
Notepad++ it trouble because you opened a very big file
Remove it from C:\Users\<username>\AppData\Roaming\Notepad++\session.xml (use another text-editor)