Community
    • Login

    Notepad++ release 8.9.3

    Scheduled Pinned Locked Moved Announcements
    11 Posts 6 Posters 5.8k 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.
    • M Andre Z EckenrodeM
      M Andre Z Eckenrode @donho
      last edited by

      Possible bug/shortcoming, or maybe just incorrect online manual info:

      I occasionally use the Column Editor Dialog, but looks like a few things have changed since I last used it. First of all, not sure if this is new or not, but the dialog’s title bar says “Column / Multi-Selection Editor”, while the online manual appears (at a glance, anyway) to only address its use for columnar editing.

      In the dialog, there is a field for “Repeat”. The manual states, “Repeat will repeat the same number n times. Defaults to 1 if left blank.” I do not recall ever having to deal with that field at all before, but when using it in v8.9.3, it won’t allow me to leave it blank.

      Notepad++ v8.9.3 (32-bit)
      Build time: Mar 20 2026 - 00:43:07
      Scintilla/Lexilla included: 5.6.0/5.4.7
      Boost Regex included: 1_90
      pugixml included: 1.15
      nlohmann JSON included: 3.12.0
      Path: C:\Program Files (x86)\Notepad++\notepad++.exe
      Admin mode: OFF
      Local Conf mode: OFF
      Cloud Config: OFF
      WinGUp: present
      disableNppAutoUpdate.xml: absent
      Periodic Backup: ON
      Placeholders: OFF
      Scintilla Rendering Mode: SC_TECHNOLOGY_DIRECTWRITE (1)
      Multi-instance Mode: monoInst
      asNotepad: OFF
      File Status Auto-Detection: cdEnabledNew (for current file/tab only)
      Dark Mode: OFF
      Display Info:
      primary monitor: 1920x1080, scaling 100%
      visible monitors count: 1
      installed Display Class adapters:
      0000: Description - Intel® HD Graphics 620
      0000: DriverVersion - 31.0.101.2111
      0001: Description - NVIDIA GeForce 940MX
      0001: DriverVersion - 30.0.15.1169
      OS Name: Windows 10 Enterprise (64-bit)
      OS Version: 22H2
      OS Build: 19045.6466
      Current ANSI codepage: 1252
      Plugins:
      BetterMultiSelection (1.5)
      ColumnsPlusPlus (1.3.1)
      ColumnTools (1.4.5.1)
      ComparePlus (2.2)
      DSpellCheck (1.5)
      ExtSettings (1.3.1)
      HTMLTag_unicode (1.5.6)
      mimeTools (3.1)
      MultiClipboard (2.1)
      MultiReplace (5.0.0.35)
      NppCalc (1.5)
      NppConverter (4.7)
      NppExport (0.4)
      NPPJSONViewer (2.1.1)
      NppTextFX (1.4.1)
      NppXmlTreeviewPlugin (2)
      PreviewHTML (1.4.3)
      PythonScript (2.1)
      RegexTrainer (1.2)
      SessionMgr (1.4.4)

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @M Andre Z Eckenrode
        last edited by PeterJones

        @M-Andre-Z-Eckenrode said in Notepad++ release 8.9.3:

        Possible bug/shortcoming, or maybe just incorrect online manual info:

        One of each. But neither are unique to v8.9.3.

        In general, when replying to the Announcement posts, make sure that the issue you are brining up really started in the version you comment on: if it started earlier, it really belongs in a separate discussion, and if it’s confirmed, as a normal bug report.


        Quick responses to each:

        The “Column Editor” dialog has actually been renamed to “Column/Multi-Selection Editor” since v8.5.4 in 2023 (in the Changes, it was lumped as part of the “GUI Enhancements”). It’s true that the manual doesn’t use the text of the “/ Multi-Selection” for the dialog title, but the screenshot in the UM has included the more recent dialog for some time. But yes, the manual does need to mention that all those dialog features work in multi-selection mode, too. (You can actually create issues in the user manual repo directly (https://github.com/notepad-plus-plus/npp-usermanual/issues) to point out things like that. {edit: fixed in PR#863}

        For not being able to leave Column Editor entries blank: there was a change to ColumnEditorDlg::getNumericFieldValueFromText() in v8.9.2 where it no longer handles the empty field the same as it used to, creating a regression in v8.9.2 (which carried into v8.9.3). (I will create an issue for this one momentarily. {edit: issue #17912})

        1 Reply Last reply Reply Quote 1
        • xomxX
          xomx @donho
          last edited by

          @donho

          v8.9.3 (Scintilla) EOL regression: #17920

          donhoD 1 Reply Last reply Reply Quote 1
          • donhoD
            donho @xomx
            last edited by

            @xomx said in Notepad++ release 8.9.3:

            v8.9.3 (Scintilla) EOL regression: #17920

            Thank you for the heads up.
            It’s indeed a regression, but not a critical one.
            Let’s wait one more week, if no critical regression or issue is reported, the auto-updater will be triggered for the release v8.9.3.

            donhoD Vitalii DovganV 2 Replies Last reply Reply Quote 0
            • donhoD
              donho @donho
              last edited by

              FYI, auto-update is triggered for v8.9.3.

              1 Reply Last reply Reply Quote 3
              • Vitalii DovganV
                Vitalii Dovgan @donho
                last edited by

                With EOL regression, I better stay on 8.9.2.
                The EOL mismatch often happens when copying and pasting between different apps and web pages. In this situation, the text editor must be a reliable tool of fixing all these mismatches.

                PeterJonesP 1 Reply Last reply Reply Quote 0
                • PeterJonesP
                  PeterJones @Vitalii Dovgan
                  last edited by

                  @Vitalii-Dovgan said in Notepad++ release 8.9.3:

                  With EOL regression, I better stay on 8.9.2.
                  The EOL mismatch often happens when copying and pasting between different apps and web pages. In this situation, the text editor must be a reliable tool of fixing all these mismatches.

                  For you, and anyone else, who needs to fix EOLs in the meantime, even with v8.9.3: regular expression FIND = \r\n|\r|\n REPLACE = \r\n Replace All will do what you want (and can be easily recorded as a macro)

                  1 Reply Last reply Reply Quote 3
                  • H
                    hknet
                    last edited by

                    Hello, we got an issue with the MSI file - trying to go for the gpo installation path - adding the MSI to the softwaredeployment complains that the deployment information can not be read from the package.

                    (we got 8.9.2, 8.9.1 already deployed sing GPOs)

                    any advice is appreciated (or if someone could give the MSI the required information)

                    donhoD 1 Reply Last reply Reply Quote 0
                    • donhoD
                      donho @hknet
                      last edited by

                      @hknet

                      adding the MSI to the softwaredeployment complains that the deployment information can not be read from the package.

                      Could you provide more detailled info?

                      H 1 Reply Last reply Reply Quote 0
                      • H
                        hknet @donho
                        last edited by

                        @donho tryin’ - as usual with a lots of other MSIs we take to the softwareinstallation in the GPO editor, then select “new - package”, select the current npp.8.9.3.Installer.x64.msi file from our GPO deployment path, open it, then select to deploy the package in a customized version (German: Erweitert), but tried all three options in the meantime, all end with the GPO editor reporting that adding the package to the GPO went wrong because the deploymentinformation can not be read (from the package) and we should check if we got the correct softwarepackage…

                        (german screenshot)

                        ed0ae953-cf84-4bb6-acde-0dd5357629bd-image.png

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