Skip to main content

Questions tagged [notepad++]

Notepad++ is a free and open source text editor for Windows. It is designed as a replacement for the built-in Notepad application.

87 votes
4 answers
168k views

How to multi-line "Replace in files..." in Notepad++

If the free source code editor Notepad++ has the feature "Find in files...", that is without the files being opened in the editor, does it also have the feature "Replace in files..."? Notepad++ is ...
Rob Kam's user avatar
  • 10.2k
3 votes
8 answers
11k views

Compile lisp / scheme in Notepad++

I'm pretty much into lisp at the moment, and unfortunately i'm only available to code on windows. Is is possible to let Notepad++ take care of the interpreting of my scripts, and display the output in ...
user avatar
39 votes
9 answers
156k views

How to write macro for Notepad++?

I would like to write a macro for Notepad++ which should replace char1, char2, char3 with char4, char5, char6, respectively.
Igor Drincic's user avatar
  • 1,975
32 votes
16 answers
128k views

Using regular expressions to do mass replace in Notepad++ and Vim

So I've got a big text file which looks like the following: <option value value='1' >A <option value value='2' >B <option value value='3' >C <option value value='4' >D It's ...
Mike's user avatar
  • 4,287
99 votes
5 answers
157k views

Using RegEX To Prefix And Append In Notepad++

I have quite a large list of words in a txt file and I'm trying to do a regex find and replace in Notepad++. I need to add a string before each line and after each line.. So that: wordone wordtwo ...
zuk1's user avatar
  • 18.3k
18 votes
16 answers
21k views

Are there any good editors for Lisp programming, other than Emacs? [closed]

I'm looking for an alternative, since I find emacs difficult to use. I'd rather use an editor that supports all the usual shortcuts I'm used to, such as arrow keys to move the cursor around, CTRL+...
Jonathan's user avatar
  • 32.7k
4 votes
6 answers
8k views

PHP IDE--Want to sync local storage with FTP

I currently use Notepad++ for most of my development. I have been checking out other, more full-featured options and would like to switch (I'm in particular a fan of Aptana so far) but there is one ...
Evan's user avatar
  • 3,003
0 votes
4 answers
2k views

Regex token find and replace

Please could someone help me with writing a regex expression to replace 0044 token which will be at the start of the string with a 0. Please note that I do not want to replace all 0044 tokens with 0, ...
user avatar
34 votes
3 answers
31k views

Any Notepad++ plugins to automatically save document versions [closed]

Does anyone know of any notepad++ plugin that saves a version of whatever I'm working on periodically? Ideally, it would save many versions with the automatic version number and the date in the title, ...
Cameron's user avatar
  • 98.1k
45 votes
7 answers
51k views

Streaming log(txt) viewer [closed]

Anybody in the know of a viewer (or Notepad++ plugin) that can read txt files in a streaming way? I would like to see for example the last 10 lines of a txt file that gets appended continiously.
Boris Callens's user avatar
3 votes
2 answers
3k views

Regex to find lines containing sequence but not containing a different sequence

How do I write a regular expression to find all lines containing 665 and not having .pdf I can't seem to find how to do not in regex. This is for Notepad++ syntax if it matters. Thanks
Greg's user avatar
  • 46.5k
338 votes
19 answers
653k views

Find CRLF in Notepad++

How can I find/replace all CR/LF characters in Notepad++? I am looking for something equivalent to the ^p special character in Microsoft Word.
polara's user avatar
  • 4,872
46 votes
5 answers
26k views

How to disable annoying 'parenthesis completion'?

Whenever I type a (, [, or {, Notepad++ completes it with the corresponding closing bracket. I find this 'feature' annoying and would like to disable it. It doesn't seem to be listed in the ...
Sundar R's user avatar
  • 14.5k
37 votes
8 answers
29k views

Notepad++: disable auto-indent after empty lines

I find the autoindent style of Notepad++ a little weird: when I am typing on an indented line, I do want it to indent the next line after I press Enter (this it does properly). However, when I am on ...
Laurent's user avatar
  • 6,104

15 30 50 per page
1
476 477 478 479
480