Questions tagged [notepad++]

Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

Quoting from the Notepad++ home page:

Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL.

Notepad++ is licensed under the GNU General Public License.

Notepad++ on Wikipedia

2959 questions
421
votes
9 answers

How can I view two files side by side in Notepad++?

I would like to split the Notepad++ window so that I can edit two files side by side. How can I do this in Notepad++?
Jonas
  • 28,660
314
votes
3 answers

Assigning custom extensions to a language's syntax highlighting in Notepad++

In the current version of Notepad++ opening .sql files results in Notepad applying SQL syntax highlighting to it. I'd like Notepad++ to do the same for other extensions as well, is there some setting where I can define this?
304
votes
1 answer

Sorting lines in Notepad++ without the TextFX plugin

The current version of Notepad++ (at the time of this writing) is 6.6.3. Version 6.5.2 is the first that introduced a native (without a plugin) sorting function. At least, that's what they claim; even though we're nine releases after version 6.5.2,…
trejder
  • 12,105
295
votes
6 answers

How to automatically reload modified files in Notepad++

How can one automatically reload modified files in Notepad++? The confirmation step is annoying, and is completely unnecessary in some situations.
mjsr
  • 6,778
284
votes
10 answers

How to use Markdown in Notepad++

I love writing in Markdown and would like to be able to write and preview Markdown content in Notepad++. Are there any WYSIWYG Markdown plugins for Notepad++?
srk
  • 3,041
283
votes
11 answers

Delete all lines in Notepad++ except lines containing a word I need?

I have a text file and want to keep lines started with , and delete all the other lines. How can I do it?
alon
253
votes
5 answers

Notepad++ find and replace string with a new-line

Consider the scenario where you have a specific string that you want to find-and-replace. You want to replace it with a new string that contains a newline character (or character sequence). abc123 xyz456-blah fsafd23 xyz456-green 89hjkf23…
p.campbell
  • 4,478
228
votes
6 answers

How can one turn off spell checking in Notepad++?

Notepad++ recently added built-in support for spell checking, and it is enabled by default. Where can I turn it off?
198
votes
2 answers

How do I disable links in Notepad++?

Since a few months ago, Notepad++ automatically makes clickable links whenever I type a URL. This behaviour makes it much more difficult to edit HTML documents because instead of clicking in the middle of a text URL to change it, it now opens the…
superuser
  • 3,574
  • 8
  • 29
  • 47
176
votes
1 answer

How do I get Notepad++ to associate a file type with a language?

I have associated .wxs files with Notepad++. So far so good. However, it doesn't remember that it should use XML syntax highlighting. How do I associate a file-type with a Language?
fredley
  • 3,457
167
votes
6 answers

Notepad++ is unable to load langs.xml, why?

Whenever I open NotePad++ the following error message appears: --------------------------- Configurator --------------------------- Load langs.xml failed! --------------------------- That obviously means that there is also no syntax…
clamp
  • 1,282
163
votes
3 answers

How do I remove linebreaks in Notepad++?

Is there a simple way of removing linebreaks in Notepad++? For example: This text has been splitted in lines, and it's longer than 3200 words, so it would be great to find and replace line breaks like these.
Gabriel
  • 3,020
161
votes
9 answers

How can the font size be changed in Notepad++?

How can the font size be changed in Notepad++? I just downloaded and installed Notepad++ v5.4.5 (I have been using UltraEdit for the last 11.5 years) and can not find a menu command for changing the screen font. I want to change it to Lucida Console…
153
votes
4 answers

Replace \r\n with newline in Notepad++

How do I replace the string "\r\n" with the same characters? Example: Hello World.\r\nHello World. replaced with: Hello World. Hello World.
C. Ross
  • 6,734
137
votes
9 answers

Open two instances of Notepad++

I want to run Notepad++ twice. Like in this paint printscreen. How I want it: Not what I want: Is this possible?
JochemQuery
  • 1,539
1
2 3
99 100