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.

27 votes
5 answers
34k views

Open with Notepad++ as Administrator Context Menu

I'd like to add an "Open with Notepad++ as Administrator" context menu for all files to Windows 7. I've tried the solutions listed here: Run a program from context menu with admin priveledges (vista ...
wulftone's user avatar
  • 973
4 votes
1 answer
964 views

Notepad++ Find/Replace

I am looking for a way to do a find/replace within a doc that will replace a variable with fields from another doc. So on doc one there are multiple instances of the following: int <x/y> int &...
john's user avatar
  • 41
-1 votes
1 answer
181 views

What is most important feature you miss from Notepad++? [closed]

What is the feature you are missing the most on Notepad++?
24 votes
6 answers
134k views

Strikethrough in Notepad++

Is there anyway I can have text with strikethrough style in Notepad++? I use Notepad++ for my to-do lists, and being able to assign strikethrough to the highlighted text (especially if it could be on ...
Dan's user avatar
  • 698
0 votes
2 answers
1k views

Notepad++ remove character 10 to 20 for example

the title says it all, I can't find a option in notepad+ for removing for example character 10 to 20. Do I miss something or is there a other option for it? Example: original line: <div id="...
Chris's user avatar
  • 1,123
1 vote
3 answers
484 views

Replicate lines containing specific words

I want to edit a file using Notepad++, in such a way that I can copy(replicate) a line containing a specific word with some minor changes -- Example -- if the file has -- lASER_BALL COMET_BALL ... ...
user avatar
1 vote
2 answers
2k views

Convert .haml to .html in Notepad++?

How do I set up Notepad++ to automatically run the console line "haml [filename.haml] [filename.html]" every time I update and save a .haml file?
Sonja's user avatar
  • 33
106 votes
6 answers
82k views

Vertical line for the the right margin in Notepad++

Does anyone know if Notepad++ can display a vertical line on the right margin to indicated that the text will or will not fit on a printed page? I have looked but I cannot find it. Word wrap does ...
ubiquibacon's user avatar
  • 8,156
13 votes
0 answers
5k views

Reverse line order in Notepad++ [duplicate]

Is there a way to reverse the line order (considering \r\n line break) of a file using Notepad++? Input: Line 1 Line 2 Line 3 Required Output: Line 3 Line 2 Line 1 Any plugin/macro ...
xtracto's user avatar
  • 201
7 votes
5 answers
12k views

Notepad++ not launching in Windows 7

On my Windows 7 64-bit, Notepad++ nor its PortableApps.com equivalent won't launch. The process and the splash appear, but beyond that it doesn't work, splash doesn't disappear. It's been like that ...
Tuminoid's user avatar
  • 181
11 votes
4 answers
14k views

How to turn on/off fonts anti-aliasing in Notepad++?

Is there a way to turn on/off anti-aliasing in Notepad++, either through settings or a certain plug-in?
Dan7's user avatar
  • 411
18 votes
2 answers
5k views

Notepad++ ignoring search results on same line

When you perform a search of a bunch of files in Notepad++, if it finds the text you were looking for in the same line multiple times, the search results window will display the same line multiple ...
David A.'s user avatar
  • 427
9 votes
4 answers
4k views

Notepad++ Changebar

Notepad++ used to have a changebar (similar to the Microsoft code editor in Visual Studio) that would change color, if the line of text was changed. It was taken out some time ago, but I really liked ...
Jim Fell's user avatar
  • 5,976
10 votes
4 answers
44k views

How to launch a program from Notepad++?

Some text editors, like Notepad2, have the ability to run the file that's being edited. Can this be done with Notepad++?
tony_sid's user avatar
  • 14.5k
0 votes
2 answers
575 views

help me in codes of notepad++ [closed]

im a beginner in learning PHP, im starting with HTML in notepad++, i wrote some codes to creat a simple table, but i dont know how to run it and what s wrong .
novin's user avatar
  • 1
2 votes
2 answers
2k views

Regex search in text editors UltraEdit or Notepad++

I would like to find the above code and replace with my own code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <...
John's user avatar
  • 21
27 votes
3 answers
22k views

Notepad++ Jump between opening and closing html tags

If I've currently got a html tag highlighted in Notepad++, is there a way to automatically jump to the closing tag and vice-versa?
keith's user avatar
  • 373
1 vote
2 answers
1k views

associate extension with app (Windows XP)

I want to open my ini-files automatically with Notepad++. So I right-click a .ini-file, choose "Open with..." and "choose program". Since Notepad++ is not listed I click "Browse" and select it there. ...
stevenvh's user avatar
  • 1,187
1 vote
4 answers
4k views

Set up notepad++ so that clicking on the close button will only close the current tab

Is this possible? I often happen to have opened more than one document and after editing one I click on close without remembering that I actually just wanted to close that tab.
Tobias Kienzler's user avatar
19 votes
7 answers
28k views

Use Notepad++ from Cygwin without having the shell wait for an exit code

I'm running Cygwin and would like to use Notepad++ as the main shell editor, kind of like what I have on my Mac, where I can type mate whatever to open up an instance of TextMate. In my ~/.bashrc file ...
Andrew's user avatar
  • 2,499
3 votes
2 answers
3k views

Version 5.7 of autoindent Python in Notepad++ half works

Autoindenting doesn't work on Notepad++ correctly. I can't find the equivalent SciTE file. menu Settings -> Preferences -> MISC -> Auto-indent is checked. I can't find any other Python indent settings ...
monkey's user avatar
  • 265
12 votes
5 answers
128k views

In Notepad++, how can I launch my HTML files in Google Chrome through the Run menu?

I have Notepad++ 5.4.3 and I have Google Chrome installed. In Notepad++, I know I can click on the Run menu; then browse for the .exe. But unfortunately, the only chrome.exe file I can find seems to ...
Geoffrey's user avatar
  • 1,049
0 votes
3 answers
4k views

Notepad++: Find & replace with regular expressions

I have a file full of lines like this: <td>123.456</td> that I want to convert to: <td class="num">123.456</td> I tried using the advanced find/replace (with regular ...
Loris's user avatar
  • 101
5 votes
1 answer
8k views

How do I edit or add to Notepad++ HTML/CSS autocomplete?

Could anyone tell me how to go about editing the existing CSS and/or HTML autocomplete language in Notepad++? My Google-fu has let me down and I can't find an answer. In essence, I want to add some ...
JoeP's user avatar
  • 61
17 votes
7 answers
28k views

How can I reverse a line in Notepad++?

Is it possible to reverse a single line in Notepad++? Example: Hello world Would change to dlrow olleH Should I install a plugin for such functionality? UPDATE: I'd like to keep the clipboard in ...
Ron Klein's user avatar
  • 381
6 votes
4 answers
21k views

How to make variables auto-complete in Notepad++?

How do I make variables auto-complete in Notepad++? Many editors have it. I'm working on a program scan file. For every string that begins with a $ character, as soon as I type $, it would show me a ...
rsk82's user avatar
  • 1,452
4 votes
6 answers
25k views

Embed Powershell in notepad ++

after playing about with Ubuntu 10.04, one of the interesting things I noticed was that you could embed a terminal in gedit. Is there a similar plugin that would enable me to embed a Powershell (or a ...
richzilla's user avatar
  • 2,423
28 votes
8 answers
50k views

Why does Notepad++ disable the HexEditor plugin?

Notepad++ is a great editor... The regular expression facility is stunted, but I can live with that. It is OK for most find/replace situations, and for the occasional others I'll just hop across to ...
Peter.O's user avatar
  • 3,053
5 votes
1 answer
12k views

Replace With Same Expressions in Notepad++

Let's say I have a text file with two columns of numbers separated by a single tab: 23 45 456 872 1569 489 78 357 789 94 and I want to be able to add an additional tab between the columns. For ...
user42669's user avatar
6 votes
1 answer
4k views

How to create a desktop shortcut to an existing session in Notepad++?

I saved a session in notepad++ and I know how to load that session from notepad++ using the "Load Session..." option. But how do I create a shortcut to open that session when notepad++ starts? My ...
Brian's user avatar
  • 488

15 30 50 per page