如何在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 中只有 ConverterMIME tools 已列出,但未列出插件管理器。

编辑:他们删除了 7.5 版的插件管理器。仍然可以按照@johnny 在最佳解决方案中的说明进行添加。 P.S: 插件管理器仅支持32位版本

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

来自Notepad++ release notes

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 installation instructions状态:

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\Notepad++\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 存储库还包含 latest release

按照以下步骤操作:

  1. here 下载插件管理器。

  2. 解压"C:\Program Files\Notepad++"

  3. 下的zip文件内容
  4. 重启记事本++

就是这样!!

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

  1. 下载您的插件并将内容解压缩到一个文件夹中。您会在其中找到一个 .dll 文件。复制它。
  2. 打开 C:\Program Files (x86)\Notepad++\plugins 并粘贴 .dll
  3. 运行记事本++
  1. 您可以下载最新的Plugin Manager版本PluginManager_latest_version_x64.zip。

  2. 解压缩文件。

  3. 复制

PluginManager_latest_version_x64.zip\updater\gpup.exe

进入

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

  1. 复制

PluginManager_latest_version_x64.zip\plugins\PluginManager.dll

进入

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

  1. 启动或重新启动 Notepad++。
  2. 尽情享受吧!

N++安装器版本一条命令即可安装:

choco install notepadplusplus-nppPluginManager

最新版本的 Notepad++ 有一个新的内置插件管理器,运行良好。

Notepad v7.6 包含一个插件管理器,您可以从中安装插件管理器(note1),但它不能与 npp v7.6 一起正常工作(note2)

另一方面,插件管理仅适用于 NPP "Setup version" 并且满足以下条件

  • 在自定义安装中,"Plugin Admin" 复选框已启用
  • 在选择组件时 "Don't use %APPDATA%" 复选框被禁用

插件管理员会将插件放在 C:\ProgramData\Notepad++\plugins

(note1)插件管理中的安装未完成,\updater\gpup.exe 丢失 (note2) 插件管理器没有使用新的插件路径和文件夹结构;从 7.6 版开始,npp 插件将存储在单独的文件夹中(与 file.dll 同名)

如果你想使用npp7.6 portable,你可以从Setup版本复制updater文件夹,从Setup版本复制plugins,或者从npp v<7.6复制Plugins,然后将每一个都放在一个单独的文件夹中。

我的系统是 32 位的。我删除并重新安装了 Notepad++。之后从下面得到 PluginManager_v1.4.12_UNI.zip 并提取它。

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

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

安装插件的方式似乎变了,以前的答案在这里对我不起作用。

当前(已使用 7.8.1 检查)安装插件的方法是将其安装在 子文件夹中:

The plugin (in the DLL form) should be placed in the plugins subfolder of the Notepad++ Install Folder, under the subfolder with the same name of plugin binary name without file extension. For example, if the plugin you want to install named myAwesomePlugin.dll, you should install it with the following path: %PROGRAMFILES(x86)%\Notepad++\plugins\myAwesomePlugin\myAwesomePlugin.dll

来自 https://npp-user-manual.org/docs/plugins/

因此 PluginManager.dll 进入 PluginManager 子文件夹。

安装/配置的直接过程 Plugin Manager :

  1. 从 NotepadPlus Plugin Manager 下载最新版本 官方Github handle
  2. 解压缩 zip 文件。
  3. 复制 pluginmanager.dll 文件并粘贴到 C:\Program Files\Notepad++\Plugins\PluginManager 目录中。
  4. 重启记事本++

注意:创建 PluginManager 目录(如果不存在)。

我更改了插件文件夹名称。重启记事本++ 现在可以使用了,a

Notepad++ v8.1.2 在原来的地方有了它