Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 17529

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.

5 votes
3 answers
25k views

Quickly increment selected numbers in Notepad++

I'm working on a plain text configuration file that has a configuration key format of <type name>_<#>_<Subcomponent name>=<value> To be a little more clear, the configuration file refers to a g …
MBraedley's user avatar
  • 2,812
4 votes
Accepted

What is the shortcut key or menu option to evenly space out variable/array declarations in N...

I don't know of a shortcut, but this can be down through the TextFX menu. Select the lines that you want to align, then select TextFX -> TextFX Edit -> Line up multiple lines by (=). In your case, y …
MBraedley's user avatar
  • 2,812
5 votes

Notepad++ new line only inserting CR when opening empty file (0 byte text file created in Wi...

I don't know why part of your file is in Windows format and part of it is in Mac format, but it should be as easy as selecting Edit->EOL Conversion->Windows Format, and the entire file should be conve …
MBraedley's user avatar
  • 2,812
7 votes
Accepted

Use Notepad++ to change under_score_case to CamelCase?

I have a solution that's long and convoluted, but will work in Notepad++. It requires the use of regex, optionally normal search and replace, as well as TextFX. Add a placeholder character to the f …
MBraedley's user avatar
  • 2,812