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`...

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...

19 Dec at 14:54

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 ...

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...

16 Jun at 13:18

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...

26 Aug at 10:47

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:/...

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....

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 %}

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...

Auto-indent in Notepad++

Auto-indent in Notepad++ We always write code like this formal: ![Alt text](https://i.stack.imgur.com/dPV7i.jpg) But when I use [Notepad++](http://en.wikipedia.org/wiki/Notepad%2B%2B), the display is:...

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...

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...

5 Apr at 23:46

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...

10 Sep at 18:36

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# ...

27 Jan at 16:38

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...

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...

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...

19 Feb at 19:21

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...

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 ...

16 Aug at 15:49

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...

24 Jul at 17:37