Community
    • Login

    Notepad++ v7.8.5 released

    Scheduled Pinned Locked Moved Announcements
    22 Posts 12 Posters 6.9k 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.
    • Alan KilbornA
      Alan Kilborn @Stefan Travis
      last edited by

      @Stefan-Travis and @guy038

      This commit to the source code made it into version 7.8.5.

      Doing some research on it, it appears that Stefan’s macro must have been recorded using the two-button Find mode’s “downward Find Next” button. The solution is, as Guy said, to change the 1723 to 1.

      Deeper background:

      It appears that, with the introduction of two-button Find mode (back around version 7.5.0-ish), two new but totally unneeded (and indeed, confusing) new macro value commands (1723 and 1724) we introduced. 1723 was for 2-button-find-next and 1724 was for 2-button-find-previous.

      As macros already had direction control (via one of the 1702 messages bit-weightings, and there was already a FindNext (1701 command id = 1) that respected the direction control, nothing more was required.

      It appears from the research I did that the removal of this is part of some future feature of Notepad++?

      Anyway, anyone that recorded macros this way is going to have to rerecord them, or hand edit them to fix them. Here’s how this would be done:

      If the macro uses 1723 in the 1701 message: Change the 1723 to a 1 and make sure that the 1702 message contains a 512 bitweighting.

      If the macro uses 1724 in the 1701 message: Change the 1724 to a 1 and make sure that the 1702 message doesn’t contains a 512 bitweighting.

      For info on “bitweighting”, see Guy’s excellent documentation above.

      Alan KilbornA 1 Reply Last reply Reply Quote 6
      • donhoD
        donho @Stefan Travis
        last edited by

        @Stefan-Travis

        This commit fix your problem and the fix will come with next release:
        https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3ca82bebf1230a56d91c0fc5ca3a53befb853ffa

        1 Reply Last reply Reply Quote 4
        • Alan KilbornA
          Alan Kilborn @Alan Kilborn
          last edited by

          @Alan-Kilborn

          Alan, you’re an idiot: Everywhere in your previous post where you typed 1724, you really meant 1721. That’s the proper id for “Find Previous”. (1724 is the id for the checkbox for two-button-find-mode). Arrrrgh!

          This is substantiated by the following from the source code’s FindReplaceDlg_rc.h file:

          #define IDC_FINDPREV 1721
          #define IDC_FINDNEXT 1723
          #define IDC_2_BUTTONS_MODE 1724
          
          Michael VincentM 1 Reply Last reply Reply Quote 0
          • Michael VincentM
            Michael Vincent @Alan Kilborn
            last edited by

            @Alan-Kilborn said in Notepad++ v7.8.5 released:

            Alan, you’re an idiot

            LOL!!! No you’re not, don’t be so hard on yourself.

            Cheers.

            1 Reply Last reply Reply Quote 1
            • gt-nikG
              gt-nik
              last edited by

              Hi all,

              I’ am getting next error in messagebox popup when i call npp with a session file in commandline.
              Note 1: Any file(s), except sessions, in commandline are loaded normally.
              Note 2: If a click OK on the error popup, then the session is loaded normally without any other errors.
              Note 3: DSpellCheck plugin working as expected, and the error appear not matter if the plugin is enabled or not at npp startup.

              npp 7.8.5 x32 portable (zip)
              DSpellCheck.dll plugin version 1.4.14.0 by Sergey Semushin ( https://github.com/Predelnik/DSpellCheck
              )
              Windows 10 pro x64 v1903


              Plugin Exception

              An exception occurred due to plugin: DSpellCheck.dll
              Exception reason: Access violation

              OK

              gt-nikG 1 Reply Last reply Reply Quote 0
              • gt-nikG
                gt-nik @gt-nik
                last edited by

                I’ am very sorry for my previous post - please ignore it
                i installed the last version of DSpellCheck plugin 1.4.15.0 and there is NO ERROR any more (fixed)
                I’ am very sorry for my previous post - please ignore it

                Best Regards

                1 Reply Last reply Reply Quote 3
                • ans_userA
                  ans_user @PeterJones
                  last edited by

                  @PeterJones
                  With reference to the usermanual PR#75
                  I haven’t the notepad++ icon in the “Volume Mixer”.
                  I use n++ minimalist without installation.
                  Do you think this is my problem?
                  How can I do?

                  Alan KilbornA 1 Reply Last reply Reply Quote 0
                  • Alan KilbornA
                    Alan Kilborn @ans_user
                    last edited by

                    @ans_user said in Notepad++ v7.8.5 released:

                    I haven’t the notepad++ icon in the “Volume Mixer”.

                    I did some experimenting and found that you actually have to run an unsuccessful search (and thus force Notepad++ to make its sound) before it will appear in the “Volume Mixer”. At that point, if you mute Notepad++ in that little applet, it will forevermore be silent on failed searches. A bit strange, but it works, and Windows remembers the choice. Not sure what Windows uses to remember it, though…would one have to do this on any new Notepad++ release? I didn’t care enough to investigate that further. :-)

                    1 Reply Last reply Reply Quote 4
                    • zh0soZ
                      zh0so Banned
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote -8
                      • guy038G
                        guy038
                        last edited by

                        @zh0so,

                        Even an animal, which, at every moment, must fight to eat and not be eaten, would not have the indecency to say such things !

                        In these exceptional times, when the Corrona virus is rampant all over the world, could you, at least once, make yourself useful, instead of wasting your time on such messages ?

                        As for me, as a moderator, I am obliged to ban your account.

                        guy038

                        1 Reply Last reply Reply Quote 4
                        • Norbert KissN
                          Norbert Kiss @donho
                          last edited by

                          @donho

                          “Turn off sound” checkbox to the Settings -> Program Settings -> Other screen?

                          In the middle of the night that sound scares the hell out of us.
                          BTW forcing to turn it off via the Volume Mixer settings of Windows as a workaround is not too professional way of solving it.

                          Alan KilbornA 2 Replies Last reply Reply Quote 0
                          • Alan KilbornA
                            Alan Kilborn @Norbert Kiss
                            last edited by

                            @Norbert-Kiss

                            The sound has always been there for an unsuccessful search!

                            1 Reply Last reply Reply Quote 0
                            • Alan KilbornA
                              Alan Kilborn @Norbert Kiss
                              last edited by

                              @Norbert-Kiss said in Notepad++ v7.8.5 released:

                              BTW forcing to turn it off via the Volume Mixer settings of Windows as a workaround is not too professional way of solving it.

                              Don’t believe there even WAS a way to turn it off before now.

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