• Login
Community
  • Login

Notepad++ 7.6 & new Plugins Admin

Scheduled Pinned Locked Moved Announcements
94 Posts 32 Posters 139.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.
  • C
    chcg
    last edited by chcg Nov 13, 2018, 8:15 PM Nov 13, 2018, 8:14 PM

    @dinkumoil Thanks for the hint, already forgot that I manually copied GUP to the zip package update folder.

    @donho At https://notepad-plus-plus.org/features/plugin-admin.html the links are still at
    N++ 7.5.9
    https://notepad-plus-plus.org/pluginListTestTools/notepad++.7.5.9.debug.x86.zip
    https://notepad-plus-plus.org/pluginListTestTools/notepad++7.5.9.debug.x64.zip
    and GUP 5.0.3
    https://notepad-plus-plus.org/pluginListTestTools/wingup.5.0.3.release.x32.zip
    https://notepad-plus-plus.org/pluginListTestTools/wingup.5.0.3.release.x64.zip

    which should be updated also to avoid confusion.

    D 1 Reply Last reply Nov 14, 2018, 1:11 PM Reply Quote 0
    • M
      MAPJe71
      last edited by Nov 13, 2018, 10:06 PM

      Up till this version I had both the 32-bit and the 64-bit N++ installed with their plugins installed in C:\Program Files (x86)\Notepad++\plugins and C:\Program Files\Notepad++\plugins respectively. The configuration files were shared and located in C:\Users\%USERNAME%\AppData\Roaming\Notepad++.
      This seems no longer possible as plugins are now loaded from C:\Users\%USERNAME%\AppData\Local\Notepad++\plugins for both 32-bit and 64-bit N++.

      D 1 Reply Last reply Nov 14, 2018, 1:14 PM Reply Quote 2
      • D
        donho @rinku singh
        last edited by Nov 14, 2018, 12:42 PM

        @gurikbal-singh

        settings > import > import plugins (s)
        not working

        It’ll be fixed in the next release.

        1 Reply Last reply Reply Quote 0
        • D
          donho @dinkumoil
          last edited by Nov 14, 2018, 12:49 PM

          @dinkumoil

          File nppPluginList.dll is stored in a folder in the user profile of the user who has installed/updated Npp. Thus other users on the same computer have no plugin list.
          Except the standard plugins installed with Npp installer, already installed plugins are left in Npp install dir, thus they are not available in Npp Plugins menu.
          Plugin Admin displays plugins in an unsorted list.

          The most important is 1., it should be fixed ASAP.

          Why the most important is 1 ?
          OTOH, people will be able to download NppPluginList.dll in the future.

          1 Reply Last reply Reply Quote 1
          • D
            donho @dinkumoil
            last edited by Nov 14, 2018, 1:00 PM

            @dinkumoil

            Solved it. I had only copied all plugin DLL files to the new plugins directory in %LocalAppData%, thus there had been plugin DLL files in the old plugins directory too. Removing these solved the problem.

            Are you telling us that it’s not enough to copy the existing plugins into new PLUGINS HOME, and it necessary to remove existing plugins from their location to make plugins be loaded?

            That’s wired - copying the existing plugins into new PLUGINS HOME by respecting the new plugin folder structure SHOULD BE ENOUGH. The plugins left in the old location are just ignore. Is it not the case?

            D 1 Reply Last reply Nov 14, 2018, 1:09 PM Reply Quote 1
            • D
              dinkumoil
              last edited by Nov 14, 2018, 1:06 PM

              @donho said:

              Why the most important is 1 ?
              OTOH, people will be able to download NppPluginList.dll in the future.

              Point 3. is a comfort feature. Point 2. is nasty for users but will not be changed (useless to discuss about it). Point 1. is also nasty for users because currently they can not download easily a NppPluginList.dll and I already thought you will not refuse to change that.

              D 1 Reply Last reply Nov 14, 2018, 7:45 PM Reply Quote 0
              • D
                donho @chcg
                last edited by Nov 14, 2018, 1:08 PM

                @chcg

                Is it expected/intended behaviour that the plugin admin is not available for the zip/7z package?

                It’s not an expected/intended behaviour that the plugin admin is not available for the zip/7z package, it’s rather a limitation due to the current ziplib used in WinGUp.

                If you know a good alternative lib which is EASY (ie. with the vcxproj) to integrate, please let me know.

                1 Reply Last reply Reply Quote 0
                • B
                  bveldkamp
                  last edited by Nov 14, 2018, 1:08 PM

                  I’m sure I’m missing something obvious, but… How do I open this new plugin manager? I think I checked every menu twice already.

                  D 2 Replies Last reply Nov 14, 2018, 1:29 PM Reply Quote 0
                  • D
                    dinkumoil @donho
                    last edited by Nov 14, 2018, 1:09 PM

                    @donho said:

                    Are you telling us that it’s not enough to copy the existing plugins into new PLUGINS HOME, and it necessary to remove existing plugins from their location to make plugins be loaded?

                    That was my experience. Please note: the problem was with old Plugin Manager plugin, not with Notepad++ itself.

                    1 Reply Last reply Reply Quote 0
                    • D
                      donho @chcg
                      last edited by Nov 14, 2018, 1:11 PM

                      @chcg

                      At https://notepad-plus-plus.org/features/plugin-admin.html the links are still at
                      N++ 7.5.9

                      It should be OK now.

                      https://notepad-plus-plus.org/pluginListTestTools/notepad++.7.5.9.debug.x86.zip
                      https://notepad-plus-plus.org/pluginListTestTools/notepad++7.5.9.debug.x64.zip
                      and GUP 5.0.3
                      https://notepad-plus-plus.org/pluginListTestTools/wingup.5.0.3.release.x32.zip
                      https://notepad-plus-plus.org/pluginListTestTools/wingup.5.0.3.release.x64.zip

                      which should be updated also to avoid confusion.

                      Thank you for your heads up. Will do it ASAP.

                      1 Reply Last reply Reply Quote 2
                      • D
                        donho @MAPJe71
                        last edited by Nov 14, 2018, 1:14 PM

                        @MAPJe71

                        Up till this version I had both the 32-bit and the 64-bit N++ installed with their plugins installed in C:\Program Files (x86)\Notepad++\plugins and C:\Program Files\Notepad++\plugins respectively. The configuration files were shared and located in C:\Users%USERNAME%\AppData\Roaming\Notepad++.
                        This seems no longer possible as plugins are now loaded from C:\Users%USERNAME%\AppData\Local\Notepad++\plugins for both 32-bit and 64-bit N++.

                        I confirm.

                        1 Reply Last reply Reply Quote 0
                        • D
                          dinkumoil @bveldkamp
                          last edited by Nov 14, 2018, 1:29 PM

                          @bveldkamp said:

                          How do I open this new plugin manager?

                          In the english locale there is in the main menu bar an entry Plugins. I don’t know how it is called in your locale, to find it you could switch to english via (menu) Settings -> (register card) General -> (combobox) Localization. In the drop down menu of Pluginsyou will find an entry Plugin Admin.

                          B 1 Reply Last reply Nov 14, 2018, 2:09 PM Reply Quote 0
                          • A
                            Andrew Briggs
                            last edited by Andrew Briggs Nov 14, 2018, 1:32 PM Nov 14, 2018, 1:31 PM

                            I confirm as well. Notepad++ needs to use folder names based on architecture e.g. %USERPROFILE%\AppData\Local\Notepad++\x64\ and %USERPROFILE%\AppData\Local\Notepad++\x86 etc or some other structure that has unique folders for the 2 x64 and x86 architectures.

                            D 1 Reply Last reply Nov 14, 2018, 7:47 PM Reply Quote 2
                            • D
                              dinkumoil @bveldkamp
                              last edited by Nov 14, 2018, 1:42 PM

                              @bveldkamp

                              Forget my last posting, here is a much better advice.

                              1 Reply Last reply Reply Quote 1
                              • B
                                bveldkamp @dinkumoil
                                last edited by Nov 14, 2018, 2:09 PM

                                I see now that the menu is there when I run NP++ ‘As Administrator’, but not for my normal user account. I’d expect it to be available for all users especially now that plugins go into %LOCALAPPDATA%.

                                A complete reinstall didn’t change anything.

                                FWIW, I have installed 7.6 x64

                                M 1 Reply Last reply Nov 14, 2018, 2:46 PM Reply Quote 0
                                • M
                                  Meta Chuh moderator @bveldkamp
                                  last edited by Meta Chuh Nov 14, 2018, 2:47 PM Nov 14, 2018, 2:46 PM

                                  @bveldkamp
                                  %LOCALAPPDATA% is personalized for each user, so if installed as Administrator, all other users won’t see any plugins

                                  the only workaround i found so far for using all plugins for all users is:
                                  install notepad++ to C:\Notepad++ with the option “Do not use %APPDATA%” selected
                                  (don’t install inside C:\Program Files\ when selecting “Dont use %APPDATA%” or you will not see plugins nor the plugins admin)

                                  hope it helps

                                  1 Reply Last reply Reply Quote 0
                                  • Z
                                    Zanzaraaa
                                    last edited by Nov 14, 2018, 2:50 PM

                                    wow guys, this is a big step back.
                                    now its not possible anymore for sysadmins to provide plugins for all users in the notepad++ plugins directory in the program files install folder. now plugins are only in the current users profile? seriously?

                                    M D 2 Replies Last reply Nov 14, 2018, 5:27 PM Reply Quote 4
                                    • M
                                      Meta Chuh moderator @Zanzaraaa
                                      last edited by Nov 14, 2018, 5:27 PM

                                      @Zanzaraaa
                                      i understand your point, but it’s not quite a big step back for np++ imho.

                                      multiuser installs was just something noone of us users had tested thoroughly enough prior to the 7.6 release, so it’s more our fault as “pre release testers”.

                                      the only thing needed to fix this behavior is that a present DoLocalConf.xml overrules the trigger that plugins manager ignores DoLocalConf.xml if the install is within %PROGRAMFILES% or %PROGRAMFILES(x86)%

                                      currently plugins manager and the plugin routine just ignores a DoLocalConf.xml (don’t use %APPDATA% setting at install) if notepad++ lies within %PROGRAMFILES% or %PROGRAMFILES(x86)%

                                      maybe @donho has a fix soon, maybe not, but anyway noone is really forced to use 7.6 instead of 7.5.9 or a later release, so it doesn’t seem that much of a problem

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        donho @dinkumoil
                                        last edited by Nov 14, 2018, 7:45 PM

                                        @dinkumoil said:

                                        Point 1. is also nasty for users because currently they can not download easily a NppPluginList.dll and I already thought you will not refuse to change that.

                                        Which folder is suitable for this enhancement?

                                        D 1 Reply Last reply Nov 14, 2018, 8:08 PM Reply Quote 0
                                        • D
                                          donho @Andrew Briggs
                                          last edited by Nov 14, 2018, 7:47 PM

                                          @Andrew-Briggs said:

                                          I confirm as well. Notepad++ needs to use folder names based on architecture e.g. %USERPROFILE%\AppData\Local\Notepad++\x64\ and %USERPROFILE%\AppData\Local\Notepad++\x86 etc or some other structure that has unique folders for the 2 x64 and x86 architectures.

                                          Please give me a reason that we need that.

                                          N D 2 Replies Last reply Nov 15, 2018, 11:21 AM Reply Quote 1
                                          26 out of 94
                                          • First post
                                            26/94
                                            Last post
                                          The Community of users of the Notepad++ text editor.
                                          Powered by NodeBB | Contributors