Categories

  • Announcements regarding our community
    279 Topics
    5k Posts
  • Frequently Asked Questions and Guides (about Notepad++ and this Forum)

    36 Topics
    61 Posts
    PeterJonesP
    Update

    As of Notepad++ v8.7.6 in January 2025, the Shortcut Mapper should now list the keys based on the keyboard layout that was active when you started Notepad++. You should no longer need this FAQ, unless you are choosing to use an older version of Notepad++.

  • Notepad++ discussions that don’t fit in other Categories

    4k Topics
    22k Posts
    PeterJonesP

    @garrett-carey said in Question(s):

    Also is there a setting in notepad++ to change default zoom?

    @Jonathan-Johansen replied with,

    Your current zoom level is restored between sessions, so it is the default zoom level.

    I was dubious about that reply, but was able to confirm it. Since I’ve always used zoom as a temporary thing (and Ctrl+Num/ to reset), I don’t remember ever noticing that the zoom is actually saved in the preferences (config.xml > GUIConfig name="ScintillaPrimaryView" > Attributes zoom and zoom2 – which is kindof funny that there are two, since N++ forces both zooms to be the same, so if I exit with two views visible, externally edit config.xml to set zoom="0" zoom2="60" and open again, both views will be at full zoom; however, if I exit with only primary view visible, set zoom="0" zoom2="60" and open again, it will open no zoom (ie, 100%); ooh, fun, I can confuse it: if I had 0/60 when I loaded with one View, then open or clone a file into the other View to get it to show both, then it will use different zoom sizes that run; if I exit and rerun in that condition, it will use the 60-zoom for both, and save the config.xml with both zooms at 60 next time.)

    But back to @garrett-carey’s question: Setting “default” zoom actually seems unneeded to me. If you really want to start with a different text size as your normal text size, instead of using “Zoom”, why not just change your default font size? Settings > Style Configurator > Language: Global Styles > Style: Default Style and set Font Style > Font Size: ___ to something bigger. This way, 100%-zoom will be relative to the font size you actually want. (Most themes correctly inherit all the indvidual styles’s font-size from the Default Style for that font, so it should, in general, work across normal text and all the languages in your chosen theme.)

  • 10k Topics
    53k Posts
    Liam WrightL

    @guy038 said in Maintain Indent While Pasting Multiple Lines:
    This thread is a bit dated, the setting is now under
    Settings > Preferences > Indentation
    Everything else is as @guy038 said.

  • Technical discussion of building or contributing to Notepad++ or Plugin codebases

    1k Topics
    9k Posts
    Vitalii DovganV

    @Coises
    Thank you, I understand the reasoning behind marking NPPM_GETOPENFILENAMES as deprecated. I’m updating NppExec to not use NPPM_GETOPENFILENAMES.

    My last question was rather related to NPPM_GETFULLCURRENTPATH, NPPM_GETCURRENTDIRECTORY and the other messages from the same family. These messages:

    are internally limited by MAX_PATH; do not provide ability to request/retrieve the length required for the returned path/name.

    These two issues seem to look very close to the ones resolved by the usage of NPPM_GETFULLPATHFROMBUFFERID instead of NPPM_GETOPENFILENAMES.
    So, to me, it looks completely logical to consider the following changes as well:

    use PathCchRemoveFileSpec for NPPM_GETCURRENTDIRECTORY and so on to remove the internal limit of MAX_PATH; provide the ability to call NPPM_GETFULLCURRENTPATH(0, NULL) to request/retrieve the length required for the returned path. The same with NPPM_GETCURRENTDIRECTORY and so on.
  • Security shouldn't be the privilege of rich people
    51 Topics
    224 Posts
    Mark OlsonM

    @donho
    v8.8.1 looks good to me!

    b4ca5135-c6fa-4b98-9223-374ae6b5204a-image.png

  • All the issues (publications/questions) about binary translation
    72 Topics
    462 Posts
    Alan KilbornA

    @PeterJones

    Ah…

  • Say fuck to Notepad++ here, and only here
    88 Topics
    507 Posts
    Klein KlayK

    95399cd5-c897-4efe-8260-dd45d7397047-image.png

  • No support request and bug report here, only unconditional praise and worship

    1 Topics
    3 Posts
    T

    @martaisty I agree, this is a pretty awesome idea! I actually forgot there was a war going on.

    I’m a new user of Notepad++ and I already love it very much, both the politics and the software itself.

    It’s nice to see Don Ho has provided several ways I can help stop this damn war.

    As he suggested, I wanted to donate to one of the reliable organizations “Dronators” which is to help Ukraine assemble an army of drones but that project is already over and it’s no longer possible to donate.

    Anyways, I don’t think they will need my $50 as the project has collected $1,443,157,017! Impressive, but the war didn’t stop, what a bummer!

    In the end I chose to donate to the National Bank of Ukraine which is reliable as it is the national bank of Ukraine. Don Ho says this is to “help people suffering” and funding the military always leads wars to stop, eventually.

  • Blog posts from individual members
    58 Topics
    217 Posts
    OliverO

    As a developer, I often use Notepad++ when I’m traveling or working remotely. Recently, I took a cruise vacation, and it inspired me to jot down thoughts — not just code, but also motivational cruise quotes that help me stay creative.

    Here are a few cruise quotes that spark joy and clarity — just like clean code:

    “You can’t control the wind, but you can adjust the sails.”

    “Cruise life: where work ends and waves begin.”

    “Let your dreams set sail.”

    If you’re a developer who enjoys travel, you might enjoy reading my full list of inspiring cruise quotes here.

    Bonus tip: I used Notepad++ during my trip to take notes, edit scripts offline, and even write some travel logs!

    Let me know — do you code while cruising?


    moderator deleted external link

  • Computer/Programming Jokes are welcome here

    53 Topics
    170 Posts
    ThosRTannerT

    From here https://xkcd.com/2347/ - I think the author understands our digital infrastructure only too well.