Skip to main content

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.

23 votes
3 answers
50k views

Adding a new language to Notepad++

What's the easiest way to add a custom language to Notepad++ for highlighting support? After some research, I see two ways: User-Defined Language: simple way of adding a new language based on tokens, ...
jjkparker's user avatar
  • 945
89 votes
2 answers
46k views

Is it possible to have Notepad++ show two rows of file tabs?

Is it possible to have Notepad++ show two rows of file tabs? I wasn't able to find such a setting.
Tal Galili's user avatar
  • 3,395
5 votes
5 answers
13k views

Notepad++ "Find in files" not searching in

I'm doing a search for a term "BasePlugins" in a directory using the "Find in Files" feature of Notepad++. If I use Windows XP's search function in this directory, it will find several HTML files ...
user avatar
27 votes
4 answers
71k views

How to make Notepad++ use proxy with username and password?

This has been a frustration for a while - I am trying to figure out how to configure Notepad++ (now at v5.6.8 Unicode) to use a proxy server with a specific username and password when connecting to ...
AJH's user avatar
  • 373
2 votes
2 answers
22k views

Opening huge files in notepad++

Sometime I have problems opening huge log files(700mb) or so in np++. I'm running Win2k8 R2 x64 OS. For eg, the file's Last modified time is: 16:48 but when I open the file in notepad++, the file is ...
SyncMaster's user avatar
  • 1,869
57 votes
11 answers
81k views

Is there a way to manage tabs efficiently in Notepad++

Is there a way to group tabs in Notepad++? I frequently end-up with 30 or more tabs (files) opened, and it's becoming quite hard to figure out which tab I want to switch to. If I could group them ...
JB Hurteaux's user avatar
105 votes
4 answers
32k views

How can I tell Notepad++ to always use a particular language with a particular file extension

I've associated .xul with Notepad++ so if I double-click on a .xul file, it will open in Notepad++. But Notepad++ doesn't know that XUL is just a particular type of XML, so I then have to manually ...
Tyler's user avatar
  • 1,443
1 vote
1 answer
483 views

Regular Expressions find/replace

How to I do a search for @anydomain.anyTLD using regular expressions?
binaryorganic's user avatar
37 votes
1 answer
50k views

Notepad++ and sFTP Support

Anyone knows of a sFTP plugin for Notepad++ ? I just checked FTP_syncrhonize and it doesnt support sFTP. (please no "use filezilla/winscp/putty" answers).
Iraklis's user avatar
  • 503
1 vote
3 answers
1k views

Notepad++ or other application to replace string with numeric function

I am using Notepad++ and attempting to replace all numeric strings within a specific tag (xxxxof my XML document with a new string which has been modified by a specific variable. Here's an example: &...
user38963's user avatar
21 votes
6 answers
53k views

NotePad++ - Why does finding ^ not work?

I am trying to move away from TextPad, and I just can't get regular expressions like ^ and $ to be replaced. I have definitely ticked the regular expression box. What am I doing wrong? I am trying ...
Jack Kada's user avatar
  • 877
32 votes
9 answers
37k views

Use Windows default icon with Notepad++

I do like Notepad++, but I hate its icon. I'm very happy with Windows icons for txt/ini/... files, and would like to keep them. How can I associate Notepad++ with all supported filetypes without ...
Clément's user avatar
  • 950
47 votes
2 answers
73k views

EOL in Notepad++ and Notepad

I'm using Notepad++ to create some text file, but I noticed when the generated file is opened in Windows Notepad, the file contents get mal-formated due to the fact that Notepad++ use LF and EOL ...
Hadi Eskandari's user avatar
6 votes
4 answers
35k views

manage TO-DO list in Notepad++

Is there a way a do it in Notepad++, as in Eclipse?
bks's user avatar
  • 221
18 votes
6 answers
45k views

Notepad2 or Notepad++ and why? [closed]

Why should I choose one over the other, or should I go another way?
lox's user avatar
  • 679
2 votes
3 answers
4k views

Text editor which enables real-time spell checking

Is there a text editor which enables real-time spell checking like the rich tech editor in Gmail or even typing anything using Firefox? is there a Notepad++ plugin?
iceman's user avatar
  • 2,460
2 votes
1 answer
2k views

notepad++ how to choose word autocomplete suggestion by pressing TAB not RETURN (default )?

i just enalbed autocomplete in notepad++ but when the suggestions come up, you have to hit RETURN key to choose it...is there any way to make TAB autocomplete ? also, it seems like curly brackets ...
codeigniterrocks's user avatar
2 votes
2 answers
4k views

Is it possible to make Notepad++ support Tamil language functionality?

Notepad++ (from v2.3) supports the multilanguage functionality by means of a translated XML file (from english.xml). Normally you don't need it if you install Notepad++ by its installer. You may need ...
ACP's user avatar
  • 1,589
83 votes
7 answers
82k views

How to migrate Notepad++ settings?

I am trying to portabilize every program I use if possible, and Notepad++ is on the list. The only problem is that I've had a native installation until now so that I'm not totally sure which settings ...
NoCatharsis's user avatar
  • 3,149
71 votes
6 answers
50k views

Switching to tabs to the right or left of the current tab in Notepad++

How can I switch to the document to the left or right of the current document in Notepad++? For example, if I have documents A, B, and C open, and I'm currently editing B, I would like a shortcut to ...
user avatar
3 votes
1 answer
2k views

How to run Java in Notepad++ command window to accept input

I'm don't know how to use the command line with Notepad++ to accept input and display output.
user avatar
3 votes
2 answers
2k views

load langs.xml failed also after fix

I have the same error as stated on: Notepad++ is unable to load langs.xml, why?. I have also applied the fix listed there. I delete the langs.xml file. Then when I reboot notepad++.exe a new langs.xml ...
Remy's user avatar
  • 31
2 votes
2 answers
7k views

Notepad++ Search & Replace with Regular Expressions

I know its simple, but I can't get it to work... I have a strings like {span style="display:none"}123{/span} and {span style="display:none"}456{/span} and {span style="display:none"}789{/span} ...
Jeremy's user avatar
  • 153
113 votes
13 answers
97k views

Disable auto-update in Notepad++

Is it possible to configure Notepad++ to stop checking for new versions each time it is run? Every time Nodepad++ is started a dialog pops with: An update package is available, do you want to ...
Keyslinger's user avatar
  • 1,751
59 votes
1 answer
100k views

HTML Tag Auto Complete in Notepad++?

I would like for Notepad++ to add the closing tag when I finish typing the open tag. I know there is a plugin to do this for XML but it doesn't work on my HTML files and I have yet to find one that ...
Kredns's user avatar
  • 3,027
4 votes
3 answers
9k views

Strange characters in Notepad++

From this morning something strange is happening to my Notepad++ editor. When I press ↵ Enter on the keyboard I get some strange symbols: What can I do to fix this?
user24795's user avatar
  • 191
4 votes
1 answer
3k views

How to add auto-completion to Notepad++ for Objective-C?

Auto-completion XML files exist for Notepad++ in the notepad++\plugins\apis folder. However I can't find Objective-C there. Does anyone have an XML file for Objective-C auto-completion, or perhaps ...
Özgür's user avatar
  • 143
1 vote
1 answer
2k views

Open text file in notepad/notepad++ based on size

When i double click a text document, if that text file is more than 1MB(or some specified size) I want that text file to be opened in Notepad++ while the files that are smaller should be opened in ...
SyncMaster's user avatar
  • 1,869
41 votes
4 answers
69k views

Converting CSV to fixed-width in Notepad++?

Is there a way in Notepad++ to convert a comma-separated file to fixed width columns? This feature exists in UltraEdit and explained in Working with CSV files, but I am happy with my Notepad++, and I ...
ercan's user avatar
  • 833
32 votes
5 answers
35k views

Converting text to Title case in Notepad++

Is there a way to convert a block of text to title case in Notepad++? It should turn asdf ASDF aSdF into Asdf Asdf Asdf I see upper case and lower case on the edit menu, but those aren't ...
recursive's user avatar
  • 967

15 30 50 per page