• Login
Community
  • Login

Notepad++ release 8.6.3

Scheduled Pinned Locked Moved Announcements
14 Posts 8 Posters 7.6k 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.
  • A
    Artur Harison @Alan Kilborn
    last edited by Feb 19, 2024, 2:25 PM

    @Alan-Kilborn
    Strange, it doesn’t work for me!
    Works only Multi-Selection in Line.
    In Column resets others carets, always.

    D 1 Reply Last reply Feb 19, 2024, 4:41 PM Reply Quote 0
    • D
      donho @Artur Harison
      last edited by Feb 19, 2024, 4:41 PM

      @Artur-Harison said in Notepad++ release 8.6.3:

      @Alan-Kilborn
      Strange, it doesn’t work for me!
      Works only Multi-Selection in Line.
      In Column resets others carets, always.

      Here is Column Selection to Multi-Editing tutorial:
      https://npp-user-manual.org/docs/editing/#multi-editing-howto

      1 Reply Last reply Reply Quote 3
      • P
        PeterJones @donho
        last edited by PeterJones Feb 19, 2024, 5:57 PM Feb 19, 2024, 5:32 PM

        @donho ,

        Regression: clicking in a file in the other view no longer changes the Active Tab Focused state, and other Panels don’t recognize that you’ve changed active tab (for these Steps to Reproduce, I am using Function List panel, because it’s immediately obvious).

        Steps to Reproduce:

        1. Open two files from your favorite programming language in v8.6.3, move one to the second View.
        2. Turn on Function List, verify that it shows the functions from the Active/Focused tab.
        3. Click inside the editor pane for the other view
          • verify that you can type in that view
          • Regression: tab bar colors don’t swap which is Active/Focused and which is Active/Unfocused
          • Regression: Function List doesn’t update to show the functions in the tab you are typing in
          • screenshots:
            905680b7-5475-46df-b8a8-5df426a8c0c1-image.png 37d1c1d5-0662-42ef-94fc-1a775dcb5a35-image.png abc95da6-0512-4ccb-b720-690c59413b28-image.png
        • If I click on the tab’s title on the tab bar, then the Focused/Unfocused correctly changed, and Function List updates

        I went back to v8.6.2 portable, and the same experiment showed that the Active/Focused and Active/Unfocused colors went to the right place, and the Function List immediately updates to the new – whether I switch views by clicking inside the editor window or whether I click on the tab bar title for the file.

        Notepad++ v8.6.3   (64-bit)
        Build time : Feb 16 2024 - 20:08:05
        Path : C:\usr\local\apps\npp\npp.8.6.3.portable.x64\notepad++.exe
        Command Line : 
        Admin mode : OFF
        Local Conf mode : ON
        Cloud Config : OFF
        OS Name : Windows 10 Enterprise (64-bit)
        OS Version : 22H2
        OS Build : 19045.3930
        Current ANSI codepage : 1252
        Plugins : 
            mimeTools (3.1)
            NppConverter (4.6)
            NppExport (0.4)
        

        I originally discovered this using the Locate Current File button in the Folder as Workspace (FaW) panel, and I noticed it was locating the file from the inactive View, not from the active View – but I thought the steps-to-reproduce were easier to understand with Function List, especially since it’s immediately visible that the functions didn’t change, whereas you have to hit extra buttons to see the problem with FaW.
        66e7f43c-688a-4907-bcd3-5603762ab465-image.png

        Addendum: NPPM_GETCURRENTVIEW also confirms that the internal “current view” state isn’t getting updated (I checked it using PythonScript’s notepad.getCurrentView()). Which means that all plugins that act on the current view’s active file are going to act on the wrong file.

        Addendum 2: It’s also obvious in the Notepad++ title bar in my screenshot above – it’s showing that one.pl is active, even though I am typing in two.pl. (And don’t be confused by the path: I used the same files, both in my v8.6.2 directory, to test on both 8.6.2 and 8.6.3, but the screenshot showing the mismatch was taken while running v8.6.3.)

        Addendum 3: Also, auto-indent doesn’t work correctly when it is in the mismatched state (when I’m typing in two.pl but N++ thinks that one.pl is active, it will not auto-indent; if I then click on two.pl’s tab bar title, auto-indent does work correctly). When it was just Folder as Workspace and Function List, that was annoying, but not critical. But with plugins not seeing the right active file and with basic auto-indent not working unless I remember to click on the tab title, I’m switching back to v8.6.2, because v8.6.3 is unusable for my daily usage.

        M D 2 Replies Last reply Feb 19, 2024, 7:00 PM Reply Quote 3
        • M
          Michael Vincent @PeterJones
          last edited by Feb 19, 2024, 7:00 PM

          @PeterJones said in Notepad++ release 8.6.3:

          Addendum: NPPM_GETCURRENTVIEW also confirms that the internal “current view” state isn’t getting updated (I checked it using PythonScript’s notepad.getCurrentView()). Which means that all plugins that act on the current view’s active file are going to act on the wrong file.

          Could this be related to:

          https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693

          specifically what @rdipardo identifies:
          https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693#issuecomment-1933017296
          https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14693#issuecomment-1936545135

          Cheers.

          1 Reply Last reply Reply Quote 1
          • D
            donho @PeterJones
            last edited by Feb 19, 2024, 9:55 PM

            @PeterJones

            Regression: clicking in a file in the other view no longer changes the Active Tab Focused state, and other Panels don’t recognize that you’ve changed active tab (for these Steps to Reproduce, I am using Function List panel, because it’s immediately obvious).

            Thank you for spotting this regression. The culprit has been identified:
            https://github.com/notepad-plus-plus/notepad-plus-plus/commit/044296eea19873e5d7fd15cfac7dd6776aae8ff3

            The regression will be fixed, and v8.6.4 will be released ASAP.

            D R 2 Replies Last reply Feb 19, 2024, 11:51 PM Reply Quote 3
            • D donho referenced this topic on Feb 19, 2024, 11:02 PM
            • D
              donho @donho
              last edited by Feb 19, 2024, 11:51 PM

              FYI
              Notepad++ v8.6.4 binaries are ready here:
              http://download.notepad-plus-plus.org/repository/8.x/8.6.4/

              The release is in progress. New release will be available in a couple of hours.

              1 Reply Last reply Reply Quote 3
              • D donho unpinned this topic on Feb 20, 2024, 1:04 AM
              • R
                rdipardo @donho
                last edited by Feb 20, 2024, 6:34 AM

                The culprit has been identified:
                https://github.com/notepad-plus-plus/notepad-plus-plus/commit/044296eea19873e5d7fd15cfac7dd6776aae8ff3

                So Scintilla’s maintainer was right all along :

                Notepad++, unlike SciTE, leaves most notifications enabled […]. These may not all be needed but that depends on what features of Notepad++ use notifications.

                (emphasis added)

                E 1 Reply Last reply Feb 20, 2024, 8:10 AM Reply Quote 1
                • E
                  Ekopalypse @rdipardo
                  last edited by Ekopalypse Feb 20, 2024, 8:12 AM Feb 20, 2024, 8:10 AM

                  @donho
                  Am I right in assuming that this change means that plugins will NOT receive the notifications during the replacement action anymore? A quick test seems to confirm this, and that would be a shame, at least for lsp clients that rely on receiving this information.

                  D 1 Reply Last reply Feb 21, 2024, 1:54 AM Reply Quote 3
                  • D
                    donho @Ekopalypse
                    last edited by Feb 21, 2024, 1:54 AM

                    @Ekopalypse

                    I neglected the part of plugins being able to get Scintilla’s notification. Sorry for neglecting it.

                    Ref:
                    https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14685#issuecomment-1955722962

                    1 Reply Last reply Reply Quote 0
                    • D
                      donho @rddim
                      last edited by Feb 25, 2024, 1:05 AM

                      @rddim said in Notepad++ release 8.6.3:

                      There is no localization for
                      Make “copy/cut line while no selection” optional

                      There is. Please check:
                      https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/english.xml#L989

                      1 Reply Last reply Reply Quote 1
                      • M mkupper referenced this topic on Apr 27, 2024, 9:18 PM
                      • P PeterJones locked this topic on Jun 29, 2024, 3:31 PM
                      14 out of 14
                      • First post
                        14/14
                        Last post
                      The Community of users of the Notepad++ text editor.
                      Powered by NodeBB | Contributors