Search Results
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 |
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.
0
votes
2
answers
765
views
How to fill marked empty line with specific symbol?
Let say I have an empty line in my text document like line 2 on the screenshot below:
This line has no characters. I can mark some area in this line using Alt keyboard key and left mouse button: colo …
7
votes
Accepted
Dark mode in Notepad++ doesn't work with user defined language
In the Default style group frame of the User Defined Language dialog click on the Styler button. You will see the Styler Dialog:
Font colors Foreground and Background is what used to show text in you …