Difference between revisions of "Notepad++"

From wiki
Jump to navigation Jump to search
m
Line 9: Line 9:
 
: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
+
;Notepad++ in trouble because you opened a very big file
 
:Remove it from C:\Users\<username>\AppData\Roaming\Notepad++\session.xml (use another text-editor)
 
:Remove it from C:\Users\<username>\AppData\Roaming\Notepad++\session.xml (use another text-editor)

Revision as of 14:51, 23 February 2022

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++ in trouble because you opened a very big file
Remove it from C:\Users\<username>\AppData\Roaming\Notepad++\session.xml (use another text-editor)