Community
    • Login

    Notepad++ v8.4.1 release

    Scheduled Pinned Locked Moved Announcements
    11 Posts 8 Posters 7.2k 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.
    • dleborgneD
      dleborgne
      last edited by

      Hello !
      I just filed issue 11661 about a regression in Notepad++ 8.4 with MIME Tools plugin 2.7 and Base 64 Encoding.
      Thank you for Notepad++ !

      Michael VincentM 1 Reply Last reply Reply Quote 1
      • Michael VincentM
        Michael Vincent @dleborgne
        last edited by

        @dleborgne said in Notepad++ v8.4.1 release:

        I just filed issue 11661 about a regression in Notepad++ 8.4 with MIME Tools plugin 2.7 and Base 64 Encoding.

        @donho

        Probably due to the Scintilla API change that now excludes the trailing NUL character - which would make each string one character shorter?

        https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10504#issuecomment-1010295809

        Cheers.

        1 Reply Last reply Reply Quote 5
        • Lycan ThropeL
          Lycan Thrope @donho
          last edited by Lycan Thrope

          @donho
          Well I seem to have found one. Not sure if this is just regarding UDL’s Function List, but whenever a tab is picked, and then goes back to the original document that is UDL defined, the FunctionList is no longer working…ie, the FunctionList is empty of the Function List definitions for that file.
          The following screenshots are titled accordingly, InitialDocOpen, PostDarkModeUDL selected, change doc tab and switch back to UDL tab.
          Notice the final pic, that shows the FunctionList is empty after switching tabs.

          My debug info:
          Notepad++ v8.4.1 (64-bit)
          Build time : May 8 2022 - 19:51:18
          Path : C:\Users\camilee\Documents\Development Tools Downloads\Notepad++ Versions\npp.8.4.1.portable.x64\notepad++.exe
          Command Line :
          Admin mode : OFF
          Local Conf mode : ON
          Cloud Config : OFF
          OS Name : Windows 10 Home (64-bit)
          OS Version : 2009
          OS Build : 19044.1706
          Current ANSI codepage : 1252
          Plugins : mimeTools.dll NppConverter.dll NppExport.dll

          InitialopenOfUDLDocument.PNG
          PostDarkModeLanguageSelected.PNG
          Switchtodifferent_tab.PNG
          SwitchBackToUDLTAB.PNG

          Michael VincentM 1 Reply Last reply Reply Quote 0
          • Michael VincentM
            Michael Vincent @Lycan Thrope
            last edited by

            @lycan-thrope said in Notepad++ v8.4.1 release:

            Not sure if this is just regarding UDL’s Function List, but whenever a tab is picked, and then goes back to the original document that is UDL defined, the FunctionList is no longer working…ie, the FunctionList is empty of the Function List definitions for that file.

            I cannot reproduce this.

            Cheers.

            Lycan ThropeL 1 Reply Last reply Reply Quote 0
            • Lycan ThropeL
              Lycan Thrope @Michael Vincent
              last edited by Lycan Thrope

              @michael-vincent Sigh…never mind. Apparently my fingers screwed up the typing in the overrideMap.xml file that I was switching to. I don’t know how, but it was misspelled on the letter that the cursor was on. I looked at it closer and noticed it was spelled “Dard” rather than “Dark” which is what the name was. What’s wierd is it actually showed it briefly, under regular dBASE…apparently the switch redrew it so even though it showed in the first Dark mode setting, when the tabs were switched and then refocused on it,…it didn’t read it…until I just corrected the spelling in the overrideMap.xml file. Sorry for the false alarm. :( (egg on face)

              1 Reply Last reply Reply Quote 1
              • djeydjey95D
                djeydjey95
                last edited by

                Hello, please color between “style” tags in php sheets, regards
                Capture d’écran 2022-05-22 095025.png

                1 Reply Last reply Reply Quote 0
                • PeterJonesP PeterJones referenced this topic on
                • donhoD
                  donho @donho
                  last edited by donho

                  FYI:
                  There are still some regressions in this version, so this release will be triggered for the auto-updating.
                  I feel more confident about the stability of v8.4.2 for the auto-updating.

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User
                    last edited by A Former User

                    Hi! Please check this issue. Thank you.

                    v8.4.1 x86 installed.
                    Using TextFX Characters v0.2.6 plugin -> UPPER CASE
                    Word Changed: “Blue Colour” to " BLUE COLOU"
                    Missing one letter.

                    v8.3.3 x86 installed.
                    Using TextFX Characters v0.2.6 plugin -> UPPER CASE
                    Word Changed: “Blue Colour” to " BLUE COLOUR"
                    No letter missing.

                    v8.1 x86 installed.
                    Using TextFX Characters v0.2.6 plugin -> UPPER CASE
                    Word Changed: “Blue Colour” to " BLUE COLOUR"
                    No letter missing.

                    PeterJonesP rdipardoR 2 Replies Last reply Reply Quote 0
                    • PeterJonesP
                      PeterJones @A Former User
                      last edited by PeterJones

                      @fazhan-nur-rezza-fauzi said in Notepad++ v8.4.1 release:

                      Please check this issue.

                      That plugin has not been updated in years. It is no longer fully compatible with modern Notepad++'s API.

                      Besides, Notepad++ has had “make uppercase” for years. See the edit menu

                      1 Reply Last reply Reply Quote 3
                      • rdipardoR
                        rdipardo @A Former User
                        last edited by

                        @fazhan-nur-rezza-fauzi,
                        the problem with v8.4.1 (and v8.4) is the Scintilla API version it uses. Scintilla 5.1.5 changed the return value of its APIs to not count the terminating NULL in the total length of the string. Obviously TextFx was programmed to expect a string length + 1.

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