• Always Append Extension

    2
    1 Votes
    2 Posts
    1k Views
    PeterJonesP

    @brian-d ,

    If I type blah with “append extension” enabled, it calls it blah.txt when saved, which is the exact behavior I would desire.

    And in Windows OS, if you type blah. (with the period), that is the way of telling Windows OS “I want the extension portion to be empty: that is, NO EXTENSION, I MEAN IT” … so if the developer were to take your advice, and say “if the user types period, which is the OS’s defined way of specifying no extension, I should ignore the defined behavior and instead use something that is completely nonstandard after 30+ years of DOS/Windows backward compatibilty”, that seems a rather strange option. Especially since all you have to do is not type the period if you want Notepad++ to apply the extension.

    If you mean, "I want to enter blah.xyz, and have it save it as blah.xyz.txt, then at that point, just type a couple extra characters. It’s not that onerous: but that’s just my opinion – and since this Community Forum is made up of users, and is not official feature-request tracking, that’s all you will get here in the forum, is opinions and workarounds; the FAQ in the forum explains where to go for actually submitting a feature request to the development team.

  • 0 Votes
    4 Posts
    449 Views
    PeterJonesP

    @niente0 ,

    The default Dark Mode theme has the active tab highlight as not a huge difference from the background color, but it makes more contrast than your screenshot shows, at least to my eyes:
    9a989085-efbc-46bb-9fd8-6cdb0bd6f773-image.png

    Maybe you’ll want to start with that theme, rather than starting with “black board” (because “black board”, and the rest of the classical darker themes, were designed with the light UI in mind; default-dark-mode is the only theme that was designed with the Dark Mode UI in mind).

    But yes, as of now, the Document List “highlight” background involves interpolating between the current Settings > Style Configurator > Global Styles > Default Style > Background colour and black… so when Background colour is very dark, there isn’t much contrast (and if it’s black, there is no contrast).

    So yes, your suggestion that Notepad++ look at the background color, and determine whether the “active highlight” in the Document List should go darker or lighter is a good one. We cannot do anything about changing the source code here, as a forum made up of the Community of fellow users.

    There may or may not have been an issue created about that before. If you don’t know where Notepad++ issues are tracked, look in the forum’s FAQ section, which will link you there; then you can search the issues for keywords like “dark mode”, “document list”, “background”, “contrast”, and similar terms, and see if it’s been brought up before. (Might want to check active and closed issues, because maybe it’s been asked and rejected)

  • 0 Votes
    2 Posts
    244 Views
    rodica FR

    I think it all happened when I was copying some movies to D:\\, and I didn’t notice it was full HDD

  • Odd margins around window

    8
    0 Votes
    8 Posts
    1k Views
    Graham MeintjesG

    Restarting Slack fixed the problem for me.

    I sent an email to Slack about this behaviour, and added a comment to this GitHub issue: Random Grey areas appear on UI at startup #9717

  • Dark mode

    1
    0 Votes
    1 Posts
    184 Views
    No one has replied
  • Notepad++ stucks on start

    8
    0 Votes
    8 Posts
    4k Views
    gstaviG

    @alex-trefilov
    The problem is probably for files in network shares.
    Notepad++ tries to open a file which its path refers to a network share, Windows tries to reconnect with the shared folder and if the shared server is not accessible, the networking timeout is long until the file open fails. Since Notepad++ is single threaded timeouts for multiple files (mainly on different shares) can accumulate into a very long delay.

    Notepad++ does not know if a path refers to a local file or to a network share so it can’t really do anything about it.

    The only solution I am aware of is to give up the “Remember current session” and let Notepad++ open empty every time.

  • Syntax highlighting and dark mode

    3
    0 Votes
    3 Posts
    2k Views
    Lionel LagardeL

    Thanks, it works.

  • Great Tool, Maybe a few More Default Plugins would help

    4
    0 Votes
    4 Posts
    375 Views
    Michael VincentM

    @alan-kilborn said in Great Tool, Maybe a few More Default Plugins would help:

    Attempting to distribute plugins authored by others as part of the distro is IMO just asking for trouble.

    Agreed.

    @Geoff-Hoyle
    Welcome to the Notepad++ community!

    Perhaps more clarification? Why do you think more plugins should be added? What do you consider “useful”? What are you trying to do and can’t that a plugin may solve?

    Have a look at this old thread that talks about some “must-have” plugins. The Plugin Admin list is long and there are some 32/64 bit differences so finding what you want probably requires some research. If you have specific questions about plugins or tasks you want that you can’t do - ask here (open a new thread) and I’m sure you’ll get more specific help / answers.

    Cheers.

  • Delete all strings

    3
    0 Votes
    3 Posts
    212 Views
    MassefurM

    @alan-kilborn Sorry for the delay in responding. Thanks for the solution.

  • Installing XML Tools on NPP 8.3.2

    3
    0 Votes
    3 Posts
    10k Views
    Michael VincentM

    @françois-racine said in Installing XML Tools on NPP 8.3.2:

    Xml.Tools.2.4.11.0.x64.Unicode

    Why would you use such an old version? The latest is 3.1.1.12 with 3.1.1.13 a few days away.

    Cheers.

  • Can the tab title font be customized/themed?

    8
    0 Votes
    8 Posts
    457 Views
    PeterJonesP

    @waqqas-s-khokhar

    This is not a generic Windows help forum. I’ll show you a google search which may bear fruit for you (it gives multiple pages which all say the same thing)… but I make no guarantees, and any followons should be made in a generic Windows 11 help forum, not in this Notepad++ forum.

    https://www.google.com/search?q=windows+11+change+font+for+menu+bar

    https://techwiser.com/customize-icons-fonts-resolution-taskbar-windows-11/ https://www.onmsft.com/how-to/change-default-font-in-windows-10-or-windows-11
  • SQL coloration syntiax and meaning

    3
    0 Votes
    3 Posts
    342 Views
    massimo doroM

    @peterjones
    Thank you very much !
    I found the explenation of the gray style for SQl language !
    It is a string !
    Now I have understand my excel import error !

  • File encryption with nppcrypt

    2
    0 Votes
    2 Posts
    2k Views
    EkopalypseE

    @ric-cze said in File encryption with nppcrypt:

    Doesn’t this header make it easier for an attacker to decrypt the encrypted data?

    Simple answer: Yes, if you know which algorithm was used, you don’t have to test any others, at least not in a brute force attack.
    But is that important? Only if the vulnerability is known or the algorithm used is weak anyway.

  • Plugin has 2 dll files

    3
    0 Votes
    3 Posts
    310 Views
    Guido ThelenG

    @ekopalypse thanks. this means there is no requirement form the side of N++ how to handle this.

  • Autocomplete is not working anymore in 8.2.1

    2
    1 Votes
    2 Posts
    202 Views
    Alan KilbornA

    @césar-lozada

    Read release notes for the releases between the version you are upgrading from and the version you are updating to. Understand what has changed in the s/w For your case, suggest doing this:

    e8fa8a6f-1b21-4950-873b-02487c489fa0-image.png

  • Forum posts tagged as spam - failing SPF

    5
    1 Votes
    5 Posts
    1k Views
    Mr-BrunesM

    Just to flag up that I’m still seeing this, with exactly the same headers causing the SPF softfails.

  • ((BOL)) delimiter for UDL (or something like that)

    3
    1 Votes
    3 Posts
    1k Views
    Stefano MiglioranziS

    @peterjones

    Thank you, I just opened this issue:

    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11357

    Regards

    Stefano

  • "Open file in another instance" Shortcut

    5
    0 Votes
    5 Posts
    5k Views
    JamesWebbJ

    @peterjones Many thanks. My fault! I didn’t notice there are more tabs (Shortcut Mapper Window). I did filter it in the “Main Menu” tab (it didn’t find that “Run” option!)

    My apology I am not an NP++ pro user. I use it as a more progressive Notepad on my Win 11.
    NP++ version: v8.3.2 Minimal Portable.

  • Looking for good C code formatter

    10
    0 Votes
    10 Posts
    11k Views
    Michael VincentM

    @bernhard-ege said in Looking for good C code formatter:

    I have a question about the afxres.h removal

    I thought afxres.h was only included in paid for visual studio, not community. My bad if it is. It was failing for me and I know it generally isn’t needed and can simply be replaced with windows.h, but feel free to reject that pull request and just merge the other one which fixes the >2G file issues going forward.

    If GitHub seem to merge the other one, it should be pretty easy to back it out. They were really only two changes, comment out AFXRes.h and add windows.h and the definition for IDC_STATIC

    Happy to help, thanks for supporting Notepad++ plugins!!

    Cheers.

  • Add Notepad++ to new Windows 11 context menu

    2