• Login
Community
  • Login

Notepad++ v8.4.6 Release

Scheduled Pinned Locked Moved Announcements
54 Posts 25 Posters 23.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P
    PeterJones @C VDSP
    last edited by Oct 7, 2022, 8:50 PM

    @C-VDSP said in Notepad++ v8.4.6 Release:

    mailto URI is not working anymore since several versions

    It works just fine if you use mailto:username@domain.com per the mailto URI standard. So if you use correct syntax, Notepad++ still knows what to do with it.

    db4a4344-cd87-4753-8104-ef1a952d8f7c-image.png

    1 Reply Last reply Reply Quote 4
    • P PeterJones referenced this topic on Oct 8, 2022, 4:42 PM
    • D
      donho @donho
      last edited by Oct 9, 2022, 11:49 PM

      FYI: Auto-update has been triggered for v8.4.6.

      1 Reply Last reply Reply Quote 2
      • M
        Michał Łętowski @BillDavison
        last edited by Oct 10, 2022, 9:20 AM

        @BillDavison
        It’s “Change history” feature. Disable it and printing goes back to normal.

        B 1 Reply Last reply Oct 10, 2022, 12:19 PM Reply Quote 0
        • B
          BillDavison @Michał Łętowski
          last edited by Oct 10, 2022, 12:19 PM

          @Michał-Łętowski Thanks. I mentioned that in my post, though maybe not prominently.

          This is being tracked on the “issues” forum. I should have posted there originally, but didn’t know better at the time.

          A 1 Reply Last reply Oct 10, 2022, 12:26 PM Reply Quote 0
          • A
            Alan Kilborn @BillDavison
            last edited by Oct 10, 2022, 12:26 PM

            @BillDavison said in Notepad++ v8.4.6 Release:

            This is being tracked on the “issues” forum.

            I think possibly here: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12281

            I should have posted there originally, but didn’t know better at the time.

            IMO you posted in the correct place. This current thread is for (new) problems specifically with this release.

            1 Reply Last reply Reply Quote 1
            • P PeterJones referenced this topic on Oct 10, 2022, 1:10 PM
            • P PeterJones referenced this topic on Oct 11, 2022, 9:14 PM
            • M
              mausalimi
              last edited by Oct 13, 2022, 9:30 AM

              why isn’t the setting:

              backup -> enable session snapshot and periodic backup

              remembered?

              every time i restart np++ i have to set this again.

              A 1 Reply Last reply Oct 13, 2022, 11:55 AM Reply Quote 0
              • A
                Alan Kilborn @mausalimi
                last edited by Oct 13, 2022, 11:55 AM

                @mausalimi said in Notepad++ v8.4.6 Release:

                why isn’t the setting:
                backup -> enable session snapshot and periodic backup
                remembered?
                every time i restart np++ i have to set this again.

                You’re probably using multiple instances. That setting is automatically turned off in a second instance. If you quit the first instance first, then quit the second instance, the settings of the second instance are remembered.

                M 1 Reply Last reply Oct 13, 2022, 3:29 PM Reply Quote 2
                • M
                  mausalimi @Alan Kilborn
                  last edited by Oct 13, 2022, 3:29 PM

                  @Alan-Kilborn
                  indeed it works now with only one instance.

                  cool, thanks @all

                  1 Reply Last reply Reply Quote 2
                  • T Terry R referenced this topic on Oct 14, 2022, 12:33 AM
                  • N
                    Neil Schipper @donho
                    last edited by Oct 14, 2022, 3:45 PM

                    @donho said in Notepad++ v8.4.6 Release:

                    @Alan-Kilborn
                    Thank you for pointing out the real problem.

                    NPPM_GETBOOKMARKID has been add in the master:
                    https://github.com/notepad-plus-plus/notepad-plus-plus/commit/4d5069280900ee249d358bc2b311bdb4b03f30a9

                    and the new API will be available in the next release.

                    cc: @Iton-Horn @mattesh @Alan-Kilborn @Michael-Vincent

                    FYI, Mr. Dook has implied he will update the plugin when the new API is available (see here).

                    1 Reply Last reply Reply Quote 2
                    • P PeterJones referenced this topic on Oct 14, 2022, 6:39 PM
                    • S
                      Steve Simpson
                      last edited by Oct 17, 2022, 11:10 PM

                      Revamp tab context menu #12147 removed lots of useful features.

                      The deal breaker is the removal of copy filename / directory name, full filename to clipboard. I use these on a daily basis, eg. #include “just_the_filename.h”

                      N 1 Reply Last reply Oct 17, 2022, 11:39 PM Reply Quote 0
                      • N
                        Neil Schipper @Steve Simpson
                        last edited by Oct 17, 2022, 11:39 PM

                        @Steve-Simpson

                        Not removed, but rather, moved into a submenu, so one extra click each use.

                        And there’s also the option of assigning the action(s) you care about most to shortcuts.

                        1 Reply Last reply Reply Quote 3
                        • D
                          Danjel Jungersen @Alan Kilborn
                          last edited by Nov 2, 2022, 6:51 AM

                          @Alan-Kilborn I agree, the feature is great, but try to print out the file, the output can be very hard to read. I turn this feature on and off. On when editing, and off when I need to print, then back on…

                          A 1 Reply Last reply Nov 2, 2022, 11:51 AM Reply Quote 0
                          • A
                            Alan Kilborn @Danjel Jungersen
                            last edited by Nov 2, 2022, 11:51 AM

                            @Danjel-Jungersen said in Notepad++ v8.4.6 Release:

                            the feature is great

                            The change-history feature IS great, but it is new to Notepad++, and like a lot of new non-trivial features, it will have its share of minor troubles until it is mature. The currently-known issues with it are slated to be fixed with the release of 8.4.7.

                            1 Reply Last reply Reply Quote 2
                            • R
                              rebber2 @guy038
                              last edited by Nov 6, 2022, 10:54 PM

                              @guy038 Is there a way to make that preference stick?

                              I turn off that option, then when I create a new document it’s on again. Wft

                              FYI, I don’t want to see it when I type. It’s not just about printing. It’s majorly distracting to me.

                              P 1 Reply Last reply Nov 6, 2022, 11:44 PM Reply Quote -1
                              • P
                                PeterJones @rebber2
                                last edited by Nov 6, 2022, 11:44 PM

                                @rebber2 ,

                                I turn off that option, then when I create a new document it’s on again. Wft

                                See my reply your other post.

                                1 Reply Last reply Reply Quote 1
                                • Alex PovolotskyA
                                  Alex Povolotsky
                                  last edited by Nov 7, 2022, 6:59 AM

                                  Is it safe to use Notepad++ in Russia? Don’t make political declaration, please just confirm “I am participating in warware” or “I am not”

                                  xomxX 1 Reply Last reply Nov 7, 2022, 7:57 AM Reply Quote 0
                                  • xomxX
                                    xomx @Alex Povolotsky
                                    last edited by Nov 7, 2022, 7:57 AM

                                    @Alex-Povolotsky

                                    I am just curious - what do you precisely mean by “safe”?

                                    rdipardoR 1 Reply Last reply Nov 7, 2022, 10:08 AM Reply Quote 0
                                    • rdipardoR
                                      rdipardo @xomx
                                      last edited by Nov 7, 2022, 10:08 AM

                                      @xomx,

                                      I am just curious - what do you precisely mean by “safe”?

                                      It’s called “protestware”.

                                      The guy’s implying that Notepad++ could be booby-trapped with politically motivated exploit code.

                                      Don’t try to be cheeky with a troll; just point them to the Boycott Notepad++ topic next time.

                                      xomxX Alex PovolotskyA 2 Replies Last reply Nov 7, 2022, 11:12 AM Reply Quote 0
                                      • xomxX
                                        xomx @rdipardo
                                        last edited by Nov 7, 2022, 11:12 AM

                                        @rdipardo said in Notepad++ v8.4.6 Release:

                                        It’s called “protestware”.

                                        Did not know that, thanks. Stupid idea.

                                        Alex PovolotskyA 1 Reply Last reply Nov 11, 2022, 6:52 AM Reply Quote 0
                                        • Land MarketL
                                          Land Market
                                          last edited by Nov 10, 2022, 1:06 AM

                                          this may be a better version, for best performance, v8.3.3 is prone to crashes. I open about 30 tabs with core i7 gen 9 configuration and the speed is really slow. Hope that gets better with v8.4.6

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          The Community of users of the Notepad++ text editor.
                                          Powered by NodeBB | Contributors