• 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
    643 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
    712 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
    534 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
    611 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
    686 Views
    David Brigden52D
    Thanks to all three of you. I understand the reasoning now.
  • Default Directory Issue

    3
    0 Votes
    3 Posts
    450 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
    397 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
    477 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
    741 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
    788 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
    487 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 :)
  • 0 Votes
    2 Posts
    349 Views
    PeterJonesP
    @John-Smith-2 , This sounds like a feature request. This forum is for discussion. Our Feature Request FAQ explains where to go for actual feature requests.
  • 0 Votes
    3 Posts
    459 Views
    Francisco BomfimF
    a imagem é apenas simulada. o código ainda não existe. the image is only simulated. the code does not yet exist.