• Error in comments.

    4
    2
    0 Votes
    4 Posts
    552 Views
    EkopalypseE
    @Matthias-Steiner Delimiter work best if they are defined with start/end tags. If other parts are within a delimiter try playing with nesting (available via styler button) to see if this solves your issues.
  • Enable dark screen mode.

    2
    0 Votes
    2 Posts
    557 Views
    PeterJonesP
    @Daniel-Gonçalves-Jr , Please note that this forum is a forum of users of Notepad++. Feature requests are not effective here; but we have a FAQ explaining where and how to make feature requests. I am not 100% sure what you mean by “screen activation functionality”. From a general “dark mode” sense: Please note that there have been multiple requests for a truer “dark mode”, both here and in the correct issues tracker mentioned in the FAQ, with nothing happening on it. A likely reason is that the codebase was created when “dark mode” wasn’t such a thing, so the right hooks weren’t made in the code to make it easy to implement; at this point, it’s probably a huge effort, and the developers have not prioritized such an extreme effort. However, if you search other recent “dark mode” threads, you will see that there are Windows settings that can be changed which will influence the color of the UI portions of Notepad++, which may or may not give you what you want.
  • Find in files: please add option to make window stay open after search

    7
    0 Votes
    7 Posts
    1k Views
    niente0N
    It seems they finally added this option in settings! Nice!!!
  • Parentheses/brackets/braces turn bold on current line? Intentional?

    13
    0 Votes
    13 Posts
    2k Views
    Alan KilbornA
    @Anderwriter said in Parentheses/brackets/braces turn bold on current line? Intentional?: How to obtain this “debug info” you’re referring to Nine days ago @ArkadiuszMichalski told you how to do this: (select in Menu bar ? >> Debug Info…). Isn’t NPP designed to run on current monitors? Not particularly. Notepad++ is a very old codebase. High DPI support is one of its weaknesses because it is difficult to adapt a legacy application to it. Not impossible, it just takes a lot of effort. And since Notepad++ is supported purely by donated time and basically zero funding, it hasn’t been able to keep pace with certain things (fancy Windows theming is another).
  • Help selected lines are blacked out How to fix ?

    3
    0 Votes
    3 Posts
    11k Views
    vmars vernonV
    [because settng the Default Style is usually sufficient for defining the normal plaintext color.] Thanks
  • NPP only fold YAML list if indented

    yaml indentation folding
    3
    0 Votes
    3 Posts
    650 Views
    ArkadiuszMichalskiA
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8244 https://sourceforge.net/p/scintilla/bugs/2174/ Bug exist, you don’t need open new.
  • Setting File Associations

    3
    0 Votes
    3 Posts
    716 Views
    RLN88360R
    The mistake I made was copying just the icon to the desktop for ease of use. Wrong thing to do. I am running it from the original folder where it was installed and it is fine now. File Associations were set up correctly. This issue can be closed.
  • Bug with autodetecting codepage

    4
    0 Votes
    4 Posts
    537 Views
    Alan KilbornA
    @2zesky said in Bug with autodetecting codepage: But autodetect still need to fix Autodetect is a bit of a guessing game. It isn’t likely to get “fixed”.
  • Printing margins

    2
    0 Votes
    2 Posts
    614 Views
    PeterJonesP
    @Michel-Dessaintes , printing double sided Notepad++ (and most other apps) have no notion of “double sided”; that’s a feature of your specific printer driver. Most likely, your solution will be found in printer-specific settings, rather than in Notepad++ itself.
  • Duplicate files in Program Files and in %APPDATA%

    5
    0 Votes
    5 Posts
    688 Views
    David Brigden52D
    Thanks to all three of you. I understand the reasoning now.
  • Default Directory Issue

    3
    0 Votes
    3 Posts
    455 Views
    Alan KilbornA
    @woodrow-smith said in Default Directory Issue: Notepad++ > Settings > Preferences > Default Directory > Follow Current Document I’ve always found this choice to be the most reliable and (thus luckily) the one that makes the most sense to want to use. Maybe there is a “disconnect” about how you think this is supposed to work? Maybe walk us through an example? Otherwise, I think it is working fine for the vast majority of users, so I don’t think there’s anything else anyone can do to help.
  • Count function into Find in Files?

    7
    0 Votes
    7 Posts
    2k Views
    Alan KilbornA
    @Robot-Daneel53 said in Count function into Find in Files?: I shall go into Github Appears to have been done…HERE
  • Where did the old / new text indicator strip go?

    3
    1
    0 Votes
    3 Posts
    399 Views
    TroshinDVT
    Thank you!
  • Sorting with a "column mode" selection

    5
    4 Votes
    5 Posts
    6k Views
    Makwana PrahladM
    Hello,@guy038 Follow this steps,To Sorting with a “column mode” selection Step 1:- Line Up Columns using the TextFX Plugin Step 1 :- Select the pipe (|) character that separates the “columns” and copy it to the clipboard: Step 2 :- Select all the text and use Line up multiple lines by (Clipboard Character): Step 3 :- We have now lined up the text using the pipe (|) character to make it look like a table with columns Step 2:- Move and Sort Columns Step 4:- Use Alt+Mouse Dragging or Alt+Shift+Arrows to select the “colums” you want to move. Step 5:- Drag the columns to the start of the first line. You can also Cut (CTRL+X) the selected columns, move the caret to the start of the first line, then Paste (CTRL+V) the columns there. Step 6:- Select all the text and use Sort Lines Lexicographically Ascending: Step 7:- We have now sorted the text alphabetically by the first “columns”: I hope this information will be usefull for you. Thank you.
  • 7.8.8 does not show the update to 7.8.9

    2
    0 Votes
    2 Posts
    480 Views
    Alan KilbornA
    @Pierre-de-la-Verre said in 7.8.8 does not show the update to 7.8.9: bug or feature? feature, and also a FAQ There’s a delay in time before that gets turned on. This is to prevent mass early adoption in case a huge flaw is discovered in a new release. This has been somewhat mitigated by the “release candidate” approach that has been taken lately, but I suspect only a very small fraction of even those that follow Notepad++ closely even try the “RC”.
  • CSS and Javascript in HTML files

    3
    0 Votes
    3 Posts
    2k Views
    ArkadiuszMichalskiA
    https://sourceforge.net/p/scintilla/bugs/341/ << waiting for this since 2005:)
  • 0 Votes
    2 Posts
    743 Views
    ArkadiuszMichalskiA
    @Tony-Guy-Parker In settings for this plugin you can check: []Persist clipboard list across sessions and all clipboard will be save to NPP\plugins\Config\MultiClipboardSession.dat. You can manually copy/restore this file if necessary (by hand or other tools).
  • Change how Notepad++ handles non existing files from a session

    3
    0 Votes
    3 Posts
    790 Views
    ArkadiuszMichalskiA
    @Hans-v-Buitenen Bug for this https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7931. You should try this plugin https://github.com/funap/npp-explorer-plugin, it has some alert for such case: https://github.com/funap/npp-explorer-plugin/issues/20
  • Deleted the file, how can I restore it?

    4
    0 Votes
    4 Posts
    14k Views
    Scott I. LeeS
    Hi, you can restore the deleted word files for the backup folder, but if the files not there then try a free utility program like recuva, stellar data recovery free edition, tesdisk. These utility programs are able to recover deleted files efficiently. Thanks
  • [BAG] project panel, file path contains "_"

    3
    0 Votes
    3 Posts
    490 Views
    ArkadiuszMichalskiA
    There are cases where Project save wrong path: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6184 @donho It would be worth exploring it because I can see that the more people noticed this :)