Community
    • Login

    New Plugins Home (Round 2)

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    57 Posts 18 Posters 57.0k 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.
    • PeterJonesP
      PeterJones
      last edited by

      @Shamu35-NPP ,

      This doesn’t work!

      No need to yell at me. I’m a volunteer, spending my own time to try to help fellow users of Notepad++. I’m trying my best, but since I’m not on your computer, I cannot tell what problems you may or may not have.

      Ignoring the UAC issue right now (that seems like a bug in the installer, to me; it shouldn’t need UAC to install in a non-program-files location, but we can come back to that). When you say “additionally, it needs doLocalConf.xml” when you installed into a non-protected area, what did you mean by that? What didn’t work if you don’t doLocalConf.xml?

      Currently I’m not able to upgrade NPP to Version =>7.6

      So is there a reason you can’t just stick with v7.5.9? With some apps, like internet-facing browsers, it’s good to always stay on top of updates for security reasons. But for an app like a fancy text editor, it’s not so dangerous to just stay on a version that already works for you. Turn off auto-updates, and stick with the version that’s “good enough”, that does what you want, even if it’s not the latest-and-greatest. There haven’t been a lot of killer-features added, mostly just incremental changes recently. Personally, if i weren’t trying to help people on the forum, I would still be on 7.5.8 right now.

      1 Reply Last reply Reply Quote 4
      • Vitaliy DovganV
        Vitaliy Dovgan
        last edited by

        I have a tricky question. What if one wants to create a plugin named “Doc” or “Config”? This plugin should reside in a folder with the corresponding name, right? ;)

        Meta ChuhM V S RawatV 2 Replies Last reply Reply Quote 3
        • Meta ChuhM
          Meta Chuh moderator @Vitaliy Dovgan
          last edited by

          @Vitaliy-Dovgan

          you’ve just made my day 👍

          😂😂😂

          1 Reply Last reply Reply Quote 2
          • V S RawatV
            V S Rawat @Vitaliy Dovgan
            last edited by

            @Vitaliy-Dovgan said:

            :-)

            1 Reply Last reply Reply Quote 1
            • alexhassA
              alexhass
              last edited by

              @donho: When are you fixing the plugins per user feature you have broken? Are you able to answer?

              • If auto-update files are not installed the PluginAdmin does not load. So nobody can install “per User” plugins.
                NPP auto-update cannot disabled per machine.
              • Per user plugins cannot enabled in setup any longer. Why the hell?

              I need:

              • Notepad++ auto-update disabled (per Machine). A config.xml in notepad.exe folder seems not working (tested).
              • PluginAdmin is required
              • PluginAdmin with Automatic Update
              • Plugins need to be installed “per User” to %APPDATA% (and not to %ProgramData% where users have no access what causes an UAC)
              • Need to be able to disable automatic-updates for specific plugins. e.g. AutoUpdate=0 in global config .ini files.
              • Plugins do not install per architecture. That means you cannot run x86 and x64 on same machine. Per user plugins currently colides. The folder structure need to be adjusted to have “%APPDATA%\Notepad++\x86” and “%APPDATA%\Notepad++\x64” folders.

              Please repair Notepad++ ASAP so it can be used in Enterprise environments.

              1 Reply Last reply Reply Quote 1
              • narutardsN
                narutards
                last edited by

                I’m admin in an enterprise environment and we’ve been using Notepad++ for a while. But with the latest changes I can no longer update the application because it would break basically every installation/“usage pattern” our users have adapted to.

                We’ve been deploying Notepad++ updates with Microsoft SCCM and then placing the “allowAppDataPlugins.xml” file in the program directory under “%ProgramFiles%\Notepad++”, allowing our users to install whatever plugin they want in their own profile under “%AppData%\Notepad++\plugins”. We do that because obviously we don’t want to give users admin privileges to install plugins in the program directory. We also don’t want to install plugins for the users ourselves. The support overhead would “kill” us.

                Is there any way to get this functionality back?

                • Load global plugins from “%ProgramFiles%\Notepad++\plugins”
                • Additionally load user installed plugins from “%AppData%\Notepad++\plugins” when “allowAppDataPlugins.xml” exists in “%ProgramFiles%\Notepad++”
                Meta ChuhM 1 Reply Last reply Reply Quote 0
                • Meta ChuhM
                  Meta Chuh moderator @narutards
                  last edited by

                  @narutards

                  this recent thread >>> install notepad++ plugin without admin rights <<< covers how to deploy/install 7.6.3 and above, so that users are able to install plugins without admin rights.

                  it also includes a working deployment batch script as example.
                  also feel free to open a separate new topic on your case, if you need different information or examples.

                  if your questions don’t differ much from the original poster’s, you can comment on the same thread from above as well.

                  1 Reply Last reply Reply Quote 1
                  • Vitaliy DovganV
                    Vitaliy Dovgan
                    last edited by Vitaliy Dovgan

                    With the new structure of the plugins folder, I’m wondering whether an archive with a new version of a plugin should reflect this new structure?
                    Let’s take NppExec plugin as an example. The old structure of its archive (NppExec_*_dll.zip) is:

                    doc\NppExec…
                    NppExec*.h
                    NppExec.dll

                    Should it now be changed to the following? -

                    doc\NppExec\…
                    NppExec\NppExec\*.h
                    NppExec\NppExec.dll

                    Such structure will reflect the current Notepad++'s expectations regarding its plugins and will need the new Plugin Manager’s script that deploys NppExec to be modified accordingly.
                    Is it what is expected? Just want to clarify this in advance.

                    Meta ChuhM 1 Reply Last reply Reply Quote 2
                    • Meta ChuhM
                      Meta Chuh moderator @Vitaliy Dovgan
                      last edited by Meta Chuh

                      @Vitaliy-Dovgan

                      this is a very good question.

                      my first (unconfirmed and untested) thought is, that if the plugin’s release .zip structures are altered, they will be extracted as is, resulting in a doubled subfolder for each plugin (e.g. NppExec\NppExec\NppExec.dll).

                      also as there is probably no possibility, that all plugin developers change the structure at the same time, plugins admin would need to have an intelligence, to be able to know where the plugin’s .dll is located within the plugin release zip’s folder structure.
                      (alternatively, plugins admin would need some kind of extra bool flag, which tells it something like: newFolderStructure=true)

                      very tricky everything is, intriguing and interesting and very tricky.

                      Alan KilbornA 1 Reply Last reply Reply Quote 0
                      • Alan KilbornA
                        Alan Kilborn @Meta Chuh
                        last edited by

                        @Meta-Chuh said:

                        very tricky everything is, intriguing and interesting and very tricky

                        …and totally worth it…one little ad…

                        1 Reply Last reply Reply Quote 1
                        • Vitaliy DovganV
                          Vitaliy Dovgan
                          last edited by

                          I know what to do. Two versions of the *dll.zip will be created: one with the old and another one with the new folder structure inside. So the Plugins Manager will be able to use either one. And finally, as time passes, just one version of the *dll.zip will survive.

                          V S RawatV 1 Reply Last reply Reply Quote 4
                          • V S RawatV
                            V S Rawat @Vitaliy Dovgan
                            last edited by

                            @Vitaliy-Dovgan said:

                            I know what to do. Two versions of the *dll.zip will be created: one with the old and another one with the new folder structure inside. So the Plugins Manager will be able to use either one. And finally, as time passes, just one version of the *dll.zip will survive.

                            I think Plugin Manager will still cater to old plugin arrangement.

                            It is plugin Admin that is managing pluings as per new arrangement.

                            1 Reply Last reply Reply Quote 2
                            • jayJ
                              jay
                              last edited by

                              @donho said:

                              The applied plugin folder structure <PLUGINS_HOME>\myNicePlugin\myNicePlugin.dll remaines the same.

                              To be clear you are saying plugins no longer load from <PLUGINS_HOME>? For example <PLUGINS_HOME>\myNicePlugin.dll is not supposed to work? I have several plugins in <PLUGINS_HOME> and none will load. I can of course make a directory for each of them, I am just wondering whether this is expected behavior and why the change.

                              1 Reply Last reply Reply Quote 0
                              • jayJ
                                jay
                                last edited by

                                Ok I found the answer in the Help Wanted post Plugins gone?! which says the folder structure is now needed. I did that and it’s working fine.

                                (Unfortunately I couldn’t edit my previous post since edits are only allowed for 180 seconds. I suggest making that a much longer amount of time like 24 hours.)

                                1 Reply Last reply Reply Quote 2
                                • Dave BongfishtesterD
                                  Dave Bongfishtester
                                  last edited by

                                  WTF happened to the plugins?

                                  I need to urgently apply a Python script to our loca files, deadline is in like half an hour, and fucking Notepad++ can’t fucking see the goddamn pythin script plugin any more? WTF.

                                  Meta ChuhM 1 Reply Last reply Reply Quote 0
                                  • Meta ChuhM
                                    Meta Chuh moderator @Dave Bongfishtester
                                    last edited by

                                    welcome to the notepad++ community, @Dave-Bongfishtester

                                    if you have a 30 minute deadline right now, just install notepad++ 7.5.9 (or whatever your previous version was) on top of your current notepad++ installation.
                                    your plugins will then be visible again.

                                    you can deal with the plugin setup of newer notepad++ versions later.

                                    best regards.

                                    Dave BongfishtesterD 1 Reply Last reply Reply Quote 1
                                    • SinghRajenMS
                                      SinghRajenM moderator
                                      last edited by

                                      @Dave-Bongfishtester,

                                      Open Notepad++ and click on menu “plugins->Open plugin folder”.
                                      If you can see all the plugin dlls in that folder, then you can follow below approach and hopefully it should work.

                                      1. Open npp in administrator mode. (You can right click on Notepad++ icon on task bar, then again right click on Notepad++, then choose "Run as Administrator.)
                                      2. On menu, click on “Plugins->Open Plugins folder…”. Copy this path.
                                      3. On menu, click on “Settings->Import->Import Plugins”.
                                      4. Paste the copied path and select all the plugins.
                                      5. Now, all the plugins should be copied to respective folder. Restart Notepad++.

                                      Hope, this will work for you.

                                      1 Reply Last reply Reply Quote 3
                                      • Dave BongfishtesterD
                                        Dave Bongfishtester @Meta Chuh
                                        last edited by

                                        @Meta-Chuh Thank you, and sorry for yelling obscenities.

                                        Unfortunately, downgrading to an older version did not work for me. Older versions of Notepad++ don’t seem to see my PythonScript installation either, no matter whether I tell NP++ to keep its ini file or not.

                                        I tried another complete reinstall now, this time copying the pythonXX.dll and plugin all over the place hoping I’ll find a folder where NPP can find it. I currently no longer get the “incompatible” message but there is no trace of the usual PythonScript menu entries / commands in NP++.

                                        Meta ChuhM 1 Reply Last reply Reply Quote 0
                                        • Meta ChuhM
                                          Meta Chuh moderator @Dave Bongfishtester
                                          last edited by

                                          @Dave-Bongfishtester

                                          don’t worry, i can understand your situation perfectly.

                                          please follow this guide to re-install pythonscript plugin on notepad++ 7.6.6:

                                          Guide: How to install the PythonScript plugin on Notepad++ 7.6.3, 7.6.4 and above

                                          best regards.

                                          1 Reply Last reply Reply Quote 1
                                          • Amjad MoghulA
                                            Amjad Moghul
                                            last edited by

                                            The plugin area is not an issue when using from home, but when using from a work environment, the IT typically locks down the Program Files* area. Therefore adding new plugins becomes a chore and IT have to be involved each time… let alone if they allow them in the first place…
                                            NP++ without the plugins is like working with one finger, so if this area can be rectified, or at least provide an alternate non-locked down area, that would be great

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