• Login
Community
  • Login

Notepad++ v7.9.3 Released

Scheduled Pinned Locked Moved Announcements
61 Posts 25 Posters 13.3k 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
    Michael Shulist @Michael Vincent
    last edited by Feb 22, 2021, 4:47 PM

    @Michael-Vincent, I suppose I should have laid out all I did, so here goes:

    1. I placed the unzipped QuickText folder in the plugins directory
    • result = nothing
    1. Per the README:
    Just copy the QuickText.dll into Notepad++'s plugin directory
    , and the QuickText.ini file into Notepad++'s directory.
    
    • result = nothing
    1. Following the notes in the CHANGELOG (and removed 2)):
    Moved QuickText.ini from \QuickText.ini to \plugins\Config\QuickText.ini
    
    • result = nothing.
    1. I should note that there are two DLLs in the QuickText folder, QuickText.ANSI.dll & QuickText.UNI.dll. So I removed each of those separately and tested to see if anything changed.
    • result = nothing

    I’d certainly be grateful if anyone had other useful suggestions. I got very used to having QuickText in prior versions (latest was 7.8.5) and it would be great to get it working again.

    M 1 Reply Last reply Feb 22, 2021, 4:58 PM Reply Quote 0
    • M
      Michael Vincent @Michael Shulist
      last edited by Feb 22, 2021, 4:58 PM

      @Michael-Shulist said in Notepad++ v7.9.3 Released:

      I should note that there are two DLLs in the QuickText folder, QuickText.ANSI.dll & QuickText.UNI.dll. So I removed each of those separately and tested to see if anything changed.

      Seems you’re using a very dated version of QuickText, though you were using my updated one .

      You can forget ANSI, Notepad++ does not support ANSI plugins anymore. Generically, your DLL name (minus the .dll extension) must match the containing folder in the plugins/ folder.

      SO:

      plugins/QuickText/QuickText.dll
      plugins/QuickText.UNI/QuickText.UNI.dll
      plugins/MyWeirdPluginName/MyWeirdPluginName.dll

      Hope helps clarify.

      Cheers.

      M 2 Replies Last reply Feb 22, 2021, 7:03 PM Reply Quote 2
      • M
        Michael Shulist @Michael Vincent
        last edited by Feb 22, 2021, 7:03 PM

        @Michael-Vincent Ok I think I’ve done it.
        Originally I had used the Quicktext version in my prior installation but updated it to release QT0211 for use in NPP793, however it was from this repo .
        Following your advice I managed to get it properly installed and running. I did stumble across a few minor issues in the repo instructions which I will update at some point.
        Thank you for your help and suggestions.

        1 Reply Last reply Reply Quote 3
        • M
          Michael Shulist @Michael Vincent
          last edited by Feb 22, 2021, 8:19 PM

          @Michael-Vincent Also if it this is the repo that NPP793 uses in the Plugins Admin then of course my original issue relating to the Plugin Hash mismatch still exists.

          M 1 Reply Last reply Feb 22, 2021, 9:22 PM Reply Quote 0
          • M
            Michael Vincent @Michael Shulist
            last edited by Feb 22, 2021, 9:22 PM

            @Michael-Shulist said in Notepad++ v7.9.3 Released:

            Also if it this is the repo that NPP793 uses in the Plugins Admin then of course my original issue relating to the Plugin Hash mismatch still exists.

            I think it’ll be fixed in the next version:

            https://github.com/notepad-plus-plus/nppPluginList/commit/76f9d3a2d5c00eaf097f89ae010aa297f644ec2b

            Cheers.

            1 Reply Last reply Reply Quote 0
            • O
              orenatol
              last edited by orenatol Feb 23, 2021, 6:33 PM Feb 23, 2021, 6:32 PM

              “Find in Files” issue, seems new:

              1. Open the “Find in Files” dialog
              2. Select a directory
              3. Search for files
              4. Close the window
              5. Delete/move the directory from step 2
              6. Open the “Find in Files” dialog again
              7. Try to select another directory using the ellipses (“…”) button

              Expected: Folder selection system dialog appears

              Actual result: nothing.

              Notepad++ v7.9.3 (64-bit)
              Build time : Feb 14 2021 - 03:15:58
              Path : C:\Program Files\Notepad++\notepad++.exe
              Admin mode : OFF
              Local Conf mode : OFF
              OS Name : Windows 10 Enterprise (64-bit)
              OS Version : 1909
              OS Build : 18363.1379
              Current ANSI codepage : 1252
              Plugins : ComparePlugin.dll mimeTools.dll NppConverter.dll NppExport.dll

              M 1 Reply Last reply Feb 23, 2021, 8:23 PM Reply Quote 3
              • M
                mere-human @orenatol
                last edited by Feb 23, 2021, 8:23 PM

                @orenatol said in Notepad++ v7.9.3 Released:

                “Find in Files” issue, seems new:

                Thank you for pointing this out.
                I’ve created an issue for that: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9569

                1 Reply Last reply Reply Quote 3
                • 0
                  0imax
                  last edited by 0imax Feb 27, 2021, 8:48 AM Feb 27, 2021, 8:46 AM

                  1. The document map displays like this:
                    74d0ffec-447b-492d-b93d-6f91370c186d-изображение.png
                  2. The title of the document map window does not respond to changes in language settings, a restart is required.
                  3. JSON syntax has no highlights, using Java syntax instead.
                  1 Reply Last reply Reply Quote 0
                  • W
                    Wissam Katbieh @László Botka
                    last edited by Mar 3, 2021, 9:36 AM

                    @László-Botka I’m facing the same issue, so I revert back to the 7.9.2 version and now working fine.

                    1 Reply Last reply Reply Quote 0
                    • K
                      kosigan5
                      last edited by Mar 5, 2021, 10:30 AM

                      Unable to open files using a UNC path - the leading “\” is changed to just “”. This problem did not exist in 7.9.1. Running on Windows.

                      K A 2 Replies Last reply Mar 5, 2021, 12:10 PM Reply Quote 1
                      • K
                        kosigan5 @kosigan5
                        last edited by Mar 5, 2021, 12:10 PM

                        @kosigan5 - that should be “\\” and “\”

                        1 Reply Last reply Reply Quote 0
                        • A
                          Alan Kilborn @kosigan5
                          last edited by Mar 5, 2021, 12:12 PM

                          @kosigan5 said in Notepad++ v7.9.3 Released:

                          Unable to open files using a UNC path - the leading “\” is changed to just “”. This problem did not exist in 7.9.1. Running on Windows.

                          I believe this is a known issue and will be fixed in the next release.

                          K 1 Reply Last reply Mar 5, 2021, 3:05 PM Reply Quote 3
                          • K
                            kosigan5 @Alan Kilborn
                            last edited by Mar 5, 2021, 3:05 PM

                            @Alan-Kilborn - OK, thank you. I didn’t see it on this list.

                            1 Reply Last reply Reply Quote 0
                            • K
                              kickapoo
                              last edited by Mar 8, 2021, 3:38 PM

                              Dialogues like “File Open” or “Save As” do not open up at all when installed on Windows Server Core 2016, no issue with Server 2016 Core machines where 7.9.2 is still installed.

                              Notepad++ v7.9.3 (64-bit)
                              Build time : Feb 14 2021 - 03:15:58
                              Path : c:\program files\notepad++\notepad++.exe
                              Admin mode : ON
                              Local Conf mode : OFF
                              OS Name : Windows Server 2016 Datacenter (64-bit)
                              OS Version : 1607
                              OS Build : 14393.4225
                              Current ANSI codepage : 1252
                              Plugins : mimeTools.dll NppConverter.dll NppExport.dll

                              M 3 Replies Last reply Mar 8, 2021, 4:29 PM Reply Quote 1
                              • M
                                mere-human @kickapoo
                                last edited by Mar 8, 2021, 4:29 PM

                                @kickapoo said in Notepad++ v7.9.3 Released:

                                Dialogues like “File Open” or “Save As” do not open up at all when installed on Windows Server Core 2016, no issue with Server 2016 Core machines where 7.9.2 is still installed.

                                Ok, I’ll take a look once I get a VM for this OS version.

                                1 Reply Last reply Reply Quote 2
                                • M
                                  mere-human @kickapoo
                                  last edited by Mar 8, 2021, 7:30 PM

                                  @kickapoo said in Notepad++ v7.9.3 Released:

                                  Dialogues like “File Open” or “Save As” do not open up at all when installed on Windows Server Core 2016, no issue with Server 2016 Core machines where 7.9.2 is still installed.

                                  Which way do you use Notepad++? Do you have a desktop?
                                  I’m not very familiar with Windows Server Core, but it seems that by default, it has no desktop GUI:
                                  https://docs.microsoft.com/en-us/windows-server/administration/server-core/what-is-server-core#the-server-core-difference---core-capabilities-without-the-frills

                                  K 1 Reply Last reply Mar 9, 2021, 4:42 AM Reply Quote 0
                                  • M
                                    mere-human @kickapoo
                                    last edited by Mar 8, 2021, 8:21 PM

                                    @kickapoo Here is an issue I’ve created: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9621
                                    Please, post any comments in that issue.

                                    1 Reply Last reply Reply Quote 2
                                    • K
                                      kickapoo @mere-human
                                      last edited by kickapoo Mar 9, 2021, 4:44 AM Mar 9, 2021, 4:42 AM

                                      @mere-human

                                      Thanks, yes, that´s right, Core Editions have no Desktop environment, you only have a commandprompt.

                                      I use the 2016 Core image as it is in AWS EC2, additionally installing .NET 4.8 for testing my applications and also Chocolatey, which is also used to install npp (https://chocolatey.org/packages/notepadplusplus ). Tried also downloading and installing manually, made no difference.

                                      Npp is used for looking at log files, nothing fancy, started via commandprompt simply by typing notepad++.exe. Also the dialogue can be used for file operations to easier copy/move files between the vm and my local machine, as there is also no Windows file explorer like explorer.exe on board.

                                      Note: On „regular“ notepad.exe that comes with Windows, those dialogues open without issues.

                                      1 Reply Last reply Reply Quote 1
                                      • D
                                        donho
                                        last edited by donho Mar 9, 2021, 1:01 PM Mar 9, 2021, 1:00 PM

                                        @0imax said in Notepad++ v7.9.3 Released:

                                        The document map displays like this:

                                        Could you check if your problems in v7.9.3 are solved in v7.9.4 (RC) ?
                                        https://community.notepad-plus-plus.org/topic/20854/notepad-7-9-4-rc

                                        1 Reply Last reply Reply Quote 0
                                        • G
                                          geertsj
                                          last edited by geertsj Mar 10, 2021, 10:59 PM Mar 10, 2021, 10:58 PM

                                          Re: Notepad++ v7.9.3 Released

                                          View --> “Hide Line Number Margin” doesn’t work anymore. The line numbers stay visible, they don’t disappear. In my former version v7.9.1. it works.

                                          Please solve this in v7.9.4. Until then I use v7.9.1.

                                          A 1 Reply Last reply Mar 11, 2021, 12:21 AM Reply Quote 0
                                          32 out of 61
                                          • First post
                                            32/61
                                            Last post
                                          The Community of users of the Notepad++ text editor.
                                          Powered by NodeBB | Contributors