如何在Notepad ++中查看插件管理器

How to view Plugin Manager in Notepad++

我从https://notepad-plus-plus.org/repository/7.x/7.5.1/npp.7.5.1.Installer.x64.exe下载了Notepad ++。

我安装了相同的。 现在我需要安装一些插件,但在菜单选项Plugins中只列出了Converter和MIME工具,但没有插件管理器。

enter image description here

编辑:他们已删除版本7.5的插件管理器。 仍然可以通过在最佳解决方案中遵循@johnny的指令来添加它。
P.S:插件管理器仅支持32位版本。


从Notepad ++ 7.5版开始,Notepad ++不再附带插件管理器

从Notepad ++发行说明:

You may notice that Plugin Manager plugin has been removed from the official distribution. The reason is Plugin Manager contains the advertising in its dialog. I hate Ads in applications, and I ensure you that there was no, and there will never be Ads in Notepad++.

A built-in Plugin Manager is in progress, and I will do my best to ship it with Notepad++ ASAP.

如果上面没有让你失望,并且你想继续安装插件管理器,看起来有一个nppPluginManager的GitHub存储库 - 虽然我没有亲自使用它,所以不能评论它的有效性。

nppPluginManager安装说明指出:

To install the plugin manager, simply download (links below) the .zip, and place the PluginManager.dll file in the Notepad++ plugins directory, and the gpup.exe in the updater directory under your Notepad++ program directory. (e.g."C:\Program Files
otepad++\updater")

In fact, if you prefer, you can just add the PluginManager.dll to the plugins directory, then do a reinstall of Plugin Manager from the plugin itself, which will place the file in the right place! Of course, if you're already using an earlier version of the plugin manager, you'll be able to just update from the update tab (or when you get the notification that the update has happened).

GitHub存储库还包含最新版本。


请按照以下步骤操作:

  • 从这里下载插件管理器。

    • 您可以在Git存储库的发行版部分找到最新版本:
  • 在"C: Program Files notepad ++"下提取zip文件的内容

  • 重启Notepad ++

  • 而已 !!


    要在没有插件管理器的情况下安装插件:

  • 下载您的插件并提取文件夹中的内容。你会在里面找到一个.dll文件。复制它。
  • 打开C:\Program Files (x86)
    otepad++\plugins
    并粘贴.dll
  • 运行Notepad ++

  • 您可以下载最新的插件管理器版本PluginManager_latest_version_x64.zip。

  • 解压缩文件。

  • 复制

  • PluginManager_latest_version_x64.zip\updater\gpup.exe

    path-to-installed-notepad
    otepad++\updater\

  • 复制
  • PluginManager_latest_version_x64.zip\plugins\PluginManager.dll

    path-to-installed-notepad
    otepad++\plugins\

  • 启动或重新启动Notepad ++。
  • 请享用!

  • Notepad v7.6包含一个插件管理员,你可以从中安装插件管理器(注1),但它不能正常使用npp v7.6(note2)

    另一方面,插件管理员仅在NPP"安装版本"和以下条件之后可用

    • 在自定义安装上,启用"插件管理"复选框
    • 在选择组件上禁用"不使用%APPDATA%"复选框

    插件管理员将插件放在C: ProgramData notepad ++ plugins

    (注1)插件管理员安装不完整,缺少 updater gpup.exe
    (注2)插件管理器没有使用新的插件路径和文件夹结构;从版本7.6 npp插件将存储在单个文件夹中(与file.dll同名)

    如果要使用npp7.6 portable,可以从安装程序版本复制updater文件夹,从安装程序版本复制插件,或从npp v <7.6复制插件并将每个插件放在单个文件夹中。

    ![Plugin Admin feature
    Installation npp76
    Install Plugin manager from Plugin Admin


    我的系统是32位。我删除并重新安装了Notepad ++。之后从下面得到PluginManager_v1.4.12_UNI.zip并将其解压缩。

    https://github.com/bruderstein/nppPluginManager/releases

    我在C: Program Files(x86) notepad ++ plugins 创建了一个名为PluginManager的文件夹,并将PluginManager.dll复制到其中。我重新启动了我的记事本++,现在我看到了插件管理器。

    enter image description here


    最新版本的Notepad ++有了一个新的内置插件管理器,可以很好地工作。


    它可以使用一个命令安装N ++安装程序版本:

    1
    choco install notepadplusplus-nppPluginManager