Notepad++ Setting for Disabling Auto-open Previous Files
How do I stop Notepad++ from loading all files from the past session? Every time I open a file I have 10 other … Read more
How do I stop Notepad++ from loading all files from the past session? Every time I open a file I have 10 other … Read more
How can I find/replace all CR/LF characters in Notepad++? I am looking for something equivalent to the ^p special character in Microsoft Word. … Read more
Notepad++ keeps inserting tabs which later messes up my code. This doesn’t just happen when I hit the tab key, but other times … Read more
How can I replace empty lines in Notepad++? I tried a find and replace with the empty lines in the find, and nothing … Read more
I have a long document of commands. Using Notepad++ or regex, I want to delete all lines containing “help” including keyboard_help, etc. How … Read more
I’m using Notepad++ and I can’t figure this out : I have numerous lines all starting with http. I need to add some … Read more
Is it possible to remove duplicated rows in Notepad++, leaving only a single occurrence of a line? 16 s 16 Since Notepad++ Version … Read more
Is there a way to re-indent a block of code? I’m looking for something similar to Ctrl+Shift+F in Eclipse (Auto-Format/Indent). To be clear, … Read more
I need Notepad++ to take a json string from this {“menu”: {“id”: “file”,”value”: “File”,”popup”: {“menuitem”: [{“value”: “New”, “onclick”: “CreateNewDoc()”},{“value”: “Open”, “onclick”: “OpenDoc()”},{“value”: “Close”, … Read more
How do I convert tabs to spaces in Notepad++? I found a webpage that suggests it’s possible, but I couldn’t find any information … Read more