Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Michael FuerstM

      Sorting the pull down list of open files

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      114 Views
      Terry RT

      @Michael-Fuerst

      As you have probably determined already, the initial list is in terms of “time opened”. However once you use the “Sort By” option it will present the open tabs in the order you want select (using options available). That is then saved as the new order of tabs, even if Notepad++ is closed and re-opened.

      This was asked for recently and the thought is that it’s unlikely to be added as an option, but if you read the FAQ posts you could present a request.

      Terry

    • venkatewarash reddyV

      Vertical Sidebar for Open Documents in Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      2
      0 Votes
      2 Posts
      132 Views
      PeterJonesP

      View > Document List

      https://npp-user-manual.org/docs/views/#built-in-panels

      –

      update: once someone replies, DO NOT DELETE YOUR POST. It has been restored.

    • Mario SpiruM

      Context menu in Windows Explorer

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      106 Views
      PeterJonesP

      @Mario-Spiru ,

      When Notepad++ is installed normally, it registers the NppShell.dll, which is what adds the normal “Edit with Notepad++” entry in the context menu. The User Manual’s Right Click - Edit with Notepad++ page has a section which explains how to manually unregister or register that DLL. So, to remove that context menu entry, you have to unregister the DLL. (Please note: you may need to be in an Admin command window to get it to unregister; and you may need to log out and back in for the unregister to take effect.)

      If you manually created some other “Edit with Notepad++” entry, unregistering the DLL will do nothing, and you will have to reverse whatever manual steps you took to create the entry in the first place.

    • JCBJ

      2 Minor Requests

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      2
      0 Votes
      2 Posts
      155 Views
      PeterJonesP

      @JCB said in 2 Minor Requests:

      It would be nice to have a cancel option in the Create File dialog when trying to open NP++ with a nonexistent file.

      In what way is the “no” button not sufficient for your needs?

      a60caeed-04ac-48d1-b18d-186caea59100-image.png

      Also (since Windows is not real wonderful about restoring all my drive mappings on startup) if a file in the recently used list is on one of those drives, please do not remove it from the recently used list (or give me the option to keep it). Thanks.

      As described in User Manual > Preferences > Recent Files History:
      1340b2c4-4dbb-4fa0-9d9a-64a0ff6077bd-image.png

      Checkmark that option. Then, when Notepad++ launches, it will not remove missing files from the Recent Files History list.

    • C BaccaC

      NP v8.8.6: How to save on lose focus?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      112 Views
      C BaccaC

      @C-Bacca Yep, just install the Autosave plugin. Then in the plugin turn on autosave on losing focus.

    • Eric YE

      Random insertion of " ` " in my files

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      109 Views
      PeterJonesP

      @Eric-Y ,

      has anyone else seen this?

      I have not.

      If it were just randomly typing it where your cursor/caret is, I would say that maybe you have a dirty or flakey keyboard. But since it seems to be happening in random locations, even though your caret/cursor is not there, I might blame a flakey plugin, or maybe you have a broken AutoHotKey or similar external program that’s incorrectly injecting keystrokes into Notepad++.

      To debug a Plugin as the possible issue, see our Crash FAQ: Possible Culprit: Plugin – the FAQ focuses on crashes, but really that section of the FAQ applies for debugging any problem that might be caused by a plugin.

      unfortunately, we cannot really help you debug AHK or other external programs.

    • Cheok SCC

      15sec freeze with word wrap

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      110 Views
      PeterJonesP

      @Cheok-SC said in 15sec freeze with word wrap:

      Is Word Wrap really that heavy of a performance cost?

      Yes.

      There’s a reason that Settings > Preferences > Performance automatically deactivates word-wrap for large files, when all the other performance issues start with the checkboxes off, so you have to decide to also deactivate other features for large files. Word wrap and syntax highlighting are the two biggest performance costs, because they involve processing the entire file

    • guy038G

      Change of the selection mode

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      1 Votes
      2 Posts
      206 Views
      PeterJonesP

      @guy038 said in Change of the selection mode:

      Open the search dialog ( Ctrl + F )

      I just tried that. Then I tried doing just a Ctrl+A to select all the text more simply, and the Alt+Shift+UpArrow trick still worked to turn that stream into a zero-width column. That’s actually useful, as I often like getting a column at the beginning of the line. (It’s useful for going the other way – using the column editor to insert the line numbering.)

      But be warned: if the final line of the file doesn’t have a newline, then my method will end up selecting a rectangle from the end of the last line to the beginning of the first line:
      5380904c-9ee6-4c11-a985-d3ba42f4f6c9-image.png
      The regex version avoids that by making sure it only selects lines that end with a newline.

      This usually won’t be a problem for me, since I usually have a newline at the end of my file. I’ve just created a macro of the Ctrl+A then Alt+Shift+UpArrow sequence, and assigned a shortcut. It might just enter my standard workflow. So thanks, @guy038.

      Actually, I just found another difference. @guy038’s regex vesion will only select a “paragraph” worth, since it will stop at the first blank line. So if you have

      intro 1. blah 2. blah 10. blah ending

      If your cursor is on intro or the line after, the regex will select the list. But if you’re on line 1. blah, then it will only select 2 and 10. And if you’re on the last line of the list, then it will actually select the ending paragraph.

      So it depends on what quirks you want, and whether you want “paragraph” or “whole document”, whether you should record the macro with my Ctrl+A or @guy038’s regex, or a slightly modified regex to match your most common use case(s). Since macros record searches, any of those could be made into a macro for a single-keystroke for what you want.

    • Tony FT

      Please recommend encryption plug-in

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      5
      0 Votes
      5 Posts
      2k Views
      PeterJonesP

      @Justin-Brown said in Please recommend encryption plug-in:

      @PeterJones I know this is an old thread, but it is precisely what I was looking for. But I am curious if you are concerned about the ability to “undelete” the temp file when you use your script. Does rm fully remove the file, including overwriting bits? Or has Windows improved it’s undelete such that it is no longer a concern?

      I hadn’t noticed I used rm. That’s an old win32 port of the gnu linux rm command (from the gnuwin32 bundle; hasn’t been updated in years). I have never looked into the source code, so I don’t know for sure if it overwrites first, but it’s doubtful.

      I also no nothing about the advanced features of windows del or the powershell equivalent. However, I don’t know whether microsoft has made those secure deletes, either. (A Notepad++ forum isn’t the best place to research about windows features, especially the more esoteric aspects.)

      If research in appropriate places doesn’t give you the answers you want or hope for with regard to windows file deletion, you might look into installing a secure command-line-based file deleter; it would very much surprise me if such a utility didn’t exist, but I have never gone looking for it, so I have no specific recommendations. But if you find such a utility that you trust, then use it (with its appropriate command-line options) in place of the rm -rf that I used in the script

    • donhoD

      Notepad++ v8.8.6 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      3
      4 Votes
      3 Posts
      1k Views
      Lycan ThropeL

      @donho,
      Or, as in my case, have been busy with IRL work and projects and haven’t had the time yet to torture test the release. Trying to beat the weather for outdoor projects to get finished, so testing hasn’t been a priority lately, sorry. :-)

    • Tim ProninT

      Alt key interferes with work

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      12
      0 Votes
      12 Posts
      2k Views
      PeterJonesP

      @Wester said in Alt key interferes with work:

      Same problem here – I’m studying the software and taking notes in Notepad in both Russian and English, and every time this stupid layout pops up and blocks input.

      As @Michael-Vincent said 3 years ago, hitting Alt is used as an accelerator to keyboard-access menu bars in almost every win32-api-based Windows application. Include Microsoft’s own notepad.exe.

      Who even came up with this?

      A small company called Microsoft has been using that feature in their operating system for decades. I am sorry this bothers you.

      The devs of a program whose only purpose is text input didn’t consider that pressing Alt would ruin typing when switching languages? Or did no one think that there are not only Americans but also people who actually use multiple keyboard layouts? And what are all these weirdos even writing here?

      And then you switch to full on insult mode, being rude to people who had nothing to do with that design decision that happened decades ago. Brilliant, and well argued. (That last sentence was sarcasm, in case you couldn’t tell.)

    • bigplayer-aiB

      notepad++ store version for windows 11?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      11
      0 Votes
      11 Posts
      8k Views
      PeterJonesP

      @DoktorDemento said in notepad++ store version for windows 11?:

      but is there any chance of a Microsoft Store listing for N++?

      Essentially 0% chance. The developer does not want to go through the hoops required for the MS store, regardless of whether they now allow EXE installers or not. He has rejected the suggestion multiple times.

    • donhoD

      Fighting Malicious Ads on Download Pages

      Watching Ignoring Scheduled Pinned Locked Moved Security
      44
      3 Votes
      44 Posts
      36k Views
      PeterJonesP

      @MarcCMcC said in Fighting Malicious Ads on Download Pages:

      There are definitely still giant, green “Download” button ads:

      Posting screenshots here isn’t helpful, at this point.

      And it is better if you just email the malicious links directly to don.h@free.fr , as has been said repeatedly in this discussion.

      –

      I am locking this thread, as there isn’t anything new to say about this topic

      –

      If you came here to report a malicious/dangerous download link (and NOTE: not all ads with “download” are malicious or dangerous), then

      e-mail the URLs for malicious or dangerous advertising links on that page directly to don.h@free.fr
    • Pulp SendoP

      libcurl < 8.14.1 CVE-2025-5399

      Watching Ignoring Scheduled Pinned Locked Moved Security
      2
      0 Votes
      2 Posts
      180 Views
      xomxX

      @Pulp-Sendo
      Already fixed for the upcoming N++ v8.8.6.

    • donhoD

      FYI: Notepad++ v8.8.8 Release Candidate will be available in 1 week

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      1 Votes
      1 Posts
      151 Views
      No one has replied
    • EkopalypseE

      Strange crash - but I can't believe it's because of Npp

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      1
      0 Votes
      1 Posts
      56 Views
      No one has replied
    • PohliP

      Show no-break space

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      8
      1 Votes
      8 Posts
      41k Views
      Laurie StearnL

      Just a heads up for recent N++ users, search for the text no-break space in Windows Character Map, select it at top left and copy/paste into a UTF encoded N++ window with Word wrap and View>Show Non-Printing Characters ticked, it shows up as NBSP highlighted.
      Or, the character is pasted here on the next line:
       
      Works at least in the unposted forum edit box - but not in the preview pane it seems.

    • BUILMOND interactiveB

      Strong Flickering

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      6
      0 Votes
      6 Posts
      386 Views
      Harold hoangH

      @BUILMOND-interactive same problem on Snapdragon Windows Laptops - once changed to GDI the flickering across the screen is gone - seems the flickering has to do /w the cursor position flicker

    • ilya zabelinI

      EV GLOBAL SIGN BROCKEN

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      229 Views
      PeterJonesP

      UPDATE: With the release of v8.8.7, Notepad++ is once again signed by a GlobalSign-issued certificate, as well as the Notepad++ self-signed certificate.

    • A

      File Open is bugged in versions later than 8.8.2

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      12
      0 Votes
      12 Posts
      767 Views
      PeterJonesP

      UPDATE: With the release of v8.8.7, Notepad++ is once again signed by a GlobalSign-issued certificate, as well as the Notepad++ self-signed certificate.

      The certificate instructions (above) are still appropriate for confirming the self-signed certificate, but with the GlobalSign-issued certificate, the procedure is not as critical on v8.8.7 and newer.