tagged [notepad++]
Searching multiple files for multiple words
Searching multiple files for multiple words I have to search trough a huge amount of `.txt` files. I know I can do multiple words search, but here's my problem. I want my results to only be the `.txt`...
- Modified
- 26 Jul at 07:18
Source code editor for Windows with a feature like Embedded terminal on Gedit
Source code editor for Windows with a feature like Embedded terminal on Gedit I am looking for Notepad++-like source code editor with built-in Command prompt. I did not like plugin for Notepad++ becau...
What are the advantages of Sublime Text over Notepad++ and vice-versa?
What are the advantages of Sublime Text over Notepad++ and vice-versa? Lots of friends have suggested me to start using Sublime Text instead of Notepad++, but I've been happy so far with Notepad++. I ...
- Modified
- 9 Sep at 09:44
Using Notepad++ to validate XML against an XSD
Using Notepad++ to validate XML against an XSD Can someone explain how to use Notepad++ to validate an xml file against an xsd. There are no options in the "XML Tools" plugin dropdown that provides fo...
Regex for remove everything after | (with | )
Regex for remove everything after | (with | ) I was trying to find a solution for my problem. Input: Output: I want to remove everything comes after " | " using simple regex on notepad++ It seems to b...
A hex viewer / editor plugin for Notepad++?
A hex viewer / editor plugin for Notepad++? I have had a look through the plugins as well as searched the forum for Notepad++ and have not seen a solution to editing data as hex in [Notepad++](https:/...
- Modified
- 30 Oct at 15:18
Find duplicates and delete all in notepad++
Find duplicates and delete all in notepad++ I have multiple email addresses. I need to find and delete all (including found one). Is this possible in notepad++? example:`epshetsky@test.com, rek4@test....
- Modified
- 11 Feb at 01:15
Formatting code in Notepad++
Formatting code in Notepad++ Is there a keyboard shortcut to format code in Notepad++ ? I'm mainly working with HTML, CSS and Python code. For example: To: ``` {% block title %} {% endblock %}
- Modified
- 23 Aug at 19:20
Does Notepad++ show all hidden characters?
Does Notepad++ show all hidden characters? In Notepad++ I have set "replace tab with 2 spaces". When coding in Python I copy-pasted some code from the web and it appeared indented correctly. But runni...
- Modified
- 26 Jun at 18:45
Auto-indent in Notepad++
Auto-indent in Notepad++ We always write code like this formal:  But when I use [Notepad++](http://en.wikipedia.org/wiki/Notepad%2B%2B), the display is:...
- Modified
- 23 May at 12:34
Notepad++ Multi editing
Notepad++ Multi editing How can I have multiple cursors in Notepad++? I will have a couple of tab delimited values . I need to write a query for all of these values. For example, if I get an Excel fil...
- Modified
- 21 Mar at 18:24
Regex: Matching character set specific number of times
Regex: Matching character set specific number of times Ok so this is likely a ridiculously stupid question but I can't seem to find a workable answer so please forgive my ignorance if the answer is ob...
Removing "NUL" characters
Removing "NUL" characters I have got characters like that in my notepad++ [](https://i.stack.imgur.com/n9gfa.png) When i am trying to copy whole line, i am actually copying everything until "NUL": Wha...
Is is possible to export functions from a C# DLL like in VS C++?
Is is possible to export functions from a C# DLL like in VS C++? In VS C/C++ you could use `extern "C" __declspec(dllexport) -function declaration-`. How do I accomplish this in a C# dll? Is there C# ...
How do I indent multiple lines at once in Notepad++?
How do I indent multiple lines at once in Notepad++? In many text editors that are aimed at programmers, if the user has a selection that spans more than 1 line and presses the key, those lines are in...
- Modified
- 19 Jul at 17:21
Add quotation at the start and end of each line in Notepad++
Add quotation at the start and end of each line in Notepad++ I have a list (in a .txt file) which I'd like to quickly convert to JavaScript Syntax, so I want to take the following: and convert it to a...
- Modified
- 13 Jan at 10:57
How to copy marked text in notepad++
How to copy marked text in notepad++ I have a part of HTML source file that contains strings that I want to select and copy at once, using the regex functionality of Notepad++. Here is a part of the t...
How do I format XML in Notepad++?
How do I format XML in Notepad++? I have [Notepad++](http://en.wikipedia.org/wiki/Notepad%2B%2B) and I got some XML code which is very long. When I pasted it in Notepad++ there was a long line of code...
- Modified
- 6 Apr at 01:35
Windows.Form c# without visual studio
Windows.Form c# without visual studio I am trying to learn Windows.Forms, and while I have Visual Studio (edit, my mistake obviously), I feel that I learn much more effectively by doing everything in ...
How to format JSON in notepad++
How to format JSON in notepad++ I want to format JSON String in notepad++. Kindly guide me how to do so. I looked into this solution [Notepad ++ JSON Format](https://stackoverflow.com/questions/156046...