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
    • S

      PythonScript: "New Script" not shown

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

      @snafu423 said in PythonScript: "New Script" not shown:

      after creating some random file, it does neither show up under
      => Plugins => Python Script => Scripts

      I had never noticed before, but I just tried the experiment: when you first create an empty file that way, it doesn’t show up. But as soon as you put any text in that script and save it (whether it’s just the initial from Npp import editor line, or even a simple # comment line), after you’ve saved it with content, then it does show up in the Scripts sub-menu. (One more experiment: I created a new file, then typed a space then a backspace, and saved it, and it still showed up. So it just takes an active save after creating the empty file for PythonScript to add it to the menu.)

    • Phil ShearerP

      Download Status Page Out of Date

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

      @Phil-Shearer,

      It’s not out of date. The download page doesn’t show a new version as being ready until it’s been “triggered for auto-update”.

      The forum has a FAQ on “Most Recent Version” and why that’s not a useful phrase. And the User Manual has a few paragraphs on No New Version Found: Safety Delay

      Specifically, right now: v8.9.1 was the last to be triggered for auto-update, so it’s the “most recent” according to that download-version checker. v8.9.2 had critical regressions, so was never triggered for auto-update (don’t want to auto-update and cause Notepad++ to start crashing on unsuspecting users). v8.9.3 is looking reasonably stable; but, according to this post, it still has another week, until the Developer will trigger it for auto-update.

      That is the right status URL. It is behaving exactly as expecting, not advertising a new version until it’s been triggered for auto-update.

    • D

      Showing EOL characters

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

      @DougB-MFY ,

      Not exactly, but you might get “close enough”

      With keyboard+mouse, the shift+scrollwheel would allow you to horizontally scroll without clicking (but having to use the scrollwheel isn’t truly “keyboard”) [END] [space] [backspace] seems to work for me, but it introduces a “fake edit” to get it, so that might annoy you

      One of those might be “close enough” for you. But there isn’t a keystroke that does it on its own

    • CletosC

      Notepad++: Lost all open txt files and left panel after restart – how to recover them?

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

      @Cletos ,

      Depending on what version of Notepad++ you were running, and what’s happened since you last opened Notepad++:

      Exit Notepad++ Use Windows Explorer to go %AppData%\Notepad++ You will have session.xml and hopefully a file called session.xml.inCaseOfCorruption.bak . Rename session.xml to session.after.xml Rename session.xml.inCaseOfCorruption.bak to session.xml

      Depending on the state, and how little you’ve done since you had the problem, and what version of Notepad++ you are running, that backup session might contain the ~100 txt files.

      If not (if there’s no session.xml.inCaseOfCorruption.bak , or if the copy there was written after your session got messed up), there is nothing we can do for you, as the backup session isn’t there. (Hopefully, those 100 txt files were all real files, not new 1 … new 100 with no saved changes ever – if they were, you can look in the backup subdirectory, but again, no guarantees the files are there).

    • rinaldi6109R

      Can't change backup path under Settings->Preferences->Backup->Session snapshot and periodic backup

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

      As a reminder to all readers of this Topic, the Community Forum is “The Community of users of the Notepad++ text editor”, as it says in the footer of every single page here (emphasis added). As such, this is just users, talking about Notepad++ and helping each other other. Feature Requests are not tracked here. So all of these “I cannot believe it’s still this way” are effectively just complaining to other users; if that’s theraputic to you, fine; but it won’t tell the developer how many people are interested in that feature being implemented, so it’s just spitting in the wind, so to speak.

      We have a FAQ that explains where the Feature Request tracker is. And you could search there (in both open and closed requests) if you want to find the official issue(s) tracking such a request, and see how the developer has responded to such requests, if at all.

    • D

      I don't want grouped files when I open the download folder in Windows 11.

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

      @Diederik858 said in I don't want grouped files when I open the download folder in Windows 11.:

      When I open the file explorer from Notepad++, I don’t want to have grouped files (day, month, etc.).

      When you open the file explorer from Notepad++, you are being directed into a Windows application, the Explorer. And, as such, it follows the Explorer settings for how any individual directory should look. It is exactly identical to you using Windows’ Win+R key and launching explorer "%UserProfile%\Downloads"

      As such, you would change the Explorer settings for the Download directory the same way you would from any explorer window (Explorer’s Sort > Group By > (None)) – but this isn’t Notepad++ advice, this is general Windows advice; as such, a Notepad++ forum isn’t the best place for further discovering Windows Explorer features.