您的位置:首页 > 其它

Notepad++ Plugin Manager更新插件出错

2016-07-05 20:34 344 查看
作为墙内人士,更新个插件都TMD浪费很长时间!

解决方案:

定位文件notepaid++\updater\GUP.exe

What is WinGup?
---------------

WinGup is a Generic Updater running under Windows environment.
The aim of WinGup is to provide a ready to use and configurable updater
which downloads a update package then installs it. By using cURL library
and TinyXml module, WinGup is capable to deal with http protocol and process XML data.


CMD下运行gup -options弹出代理设置窗口


笔者使用Goagent的升级版XX-NET更新插件成功。

眼瞎了。

菜单栏→_→的?号也可以设置代理服务器

<NotepadPlus>
<InternalCommands />
<Macros>
<Macro name="Trim Trailing and save" Ctrl="no" Alt="yes" Shift="yes" Key="83">
<Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
<Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
</Macro>
</Macros>
<UserDefinedCommands>
<Command name="Launch in IE" Ctrl="no" Alt="yes" Shift="no" Key="112">iexplore "$(FULL_CURRENT_PATH)"</Command>
<Command name="Launch in Chrome" Ctrl="no" Alt="yes" Shift="no" Key="113">chrome "$(FULL_CURRENT_PATH)"</Command>
<Command name="Baidu Search" Ctrl="no" Alt="yes" Shift="no" Key="114">https://www.baidu.com/s?wd=$(CURRENT_WORD)</Command>
<Command name="Open cmd here" Ctrl="no" Alt="yes" Shift="no" Key="116">cmd.exe /k cd /d $(CURRENT_DIRECTORY)</Command>
<Command name="cppCompiler" Ctrl="no" Alt="yes" Shift="no" Key="117">cmd /k g++.exe -g -W -Wall -o $(CURRENT_DIRECTORY)\$(NAME_PART).exe $(FULL_CURRENT_PATH) & PAUSE & EXIT</Command>
<Command name="cppRun" Ctrl="no" Alt="yes" Shift="no" Key="118">cmd /k $(CURRENT_DIRECTORY)\$(NAME_PART).exe $(FULL_CURRENT_PATH & PAUSE & EXIT</Command>
<Command name="cCompiler" Ctrl="no" Alt="yes" Shift="no" Key="119">cmd /k gcc -o $(CURRENT_DIRECTORY)\$(NAME_PART).exe "$(FULL_CURRENT_PATH)" & PAUSE & EXIT</Command>
<Command name="cRun" Ctrl="no" Alt="yes" Shift="no" Key="120">cmd /k $(CURRENT_DIRECTORY)\$(NAME_PART).exe $(FULL_CURRENT_PATH & PAUSE & EXIT</Command>
<Command name="Open Current Directory" Ctrl="no" Alt="yes" Shift="no" Key="121">$(CURRENT_DIRECTORY)</Command>
<Command name="Get Current Directory To clip" Ctrl="no" Alt="yes" Shift="no" Key="122">cmd /c set/p="$(CURRENT_DIRECTORY)"<nul | clip</Command>
</UserDefinedCommands>
<PluginCommands />
<ScintillaKeys />
</NotepadPlus>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: