peter-frentrup / NppMenuSearch

Notepad++ Menu Search Plugin
Other
39 stars 11 forks source link

Update PluginManager data #7

Closed chcg closed 2 years ago

chcg commented 7 years ago

@peter-frentrup

Current outdated entry in PluginManager for x86 at https://npppm.bruderste.in/users/login:

<plugin name="NppMenuSearch">
        <x64Version>0.7.5</x64Version>
        <description>Allows quick access to menu options by typing part of the command.</description>
        <author>pitti_platsch</author>
        <homepage>http://sourceforge.net/projects/nppmenusearch/</homepage>
        <install>
            <x64>
                <download>http://www2.brotherstone.co.uk/npp/NppMenuSearch075.zip</download>
                <copy from="NppMenuSearch.dll" to="$PLUGINDIR$\" validate="true"/>
                <copy from="Readme.txt" to="$PLUGINDIR$\doc\NppMenuSearch"/>
            </x64>
        </install>
</plugin>

PluginManager needs a zip, so just publishing a dll is not enough for it. Could you please provide one, the correction of the data could also be done by me. Thanks.

Additionally check https://github.com/bruderstein/npp-plugins-x64 for the upcoming x64 version.

chcg commented 5 years ago

@peter-frentrup Also the new builtin plugin admin needs a zip package not yet available. See https://notepad-plus-plus.org/news/notepad-7.6-released.html

chcg commented 4 years ago

I think this could be closed by the release of https://sourceforge.net/projects/nppmenusearch/files/v0.9.3/ At https://github.com/notepad-plus-plus/nppPluginList/blob/master/src/pl.x64.json and x86 I will replace the version of @cmeriaux with the official one.