How to contribute plugin
-
I have a plug-in that allows numbered bookmarks that can be called from control keys (aka Borland/Delphi IDE). What is the process for submitting this to the community?.
-
@Bill-Florac154, currently there are a lot of changes in this area,
but @donho, @chcg any infos on how this will be handled in the future? -
Have you seen the Bookmark Manager plugin? How is yours similar/different?
-
@Bill-Florac154
did your mean plugin submit for plugin admin ? -
@Alan-Kilborn said:
similar
I assume you are referring to:
https://bitbucket.org/ViRuSTriNiTy/nppbookmarkmanagerI did not see this. It’s not in the plugin list and somehow it did not popup on my initial web search. It looks good and perhaps better than mine. I can’t seem to get the maker images in the correct place to load correctly. I assume this is due to the ever changing location of the plugin files.
-
@Bill-Florac154 said:
I can’t seem to get the maker images in the correct place to load correctly. I assume this is due to the ever changing location of the plugin files.
The Bookmark Manager plugin needs an update to adopt the new plugins directory structure.
The marker images are located in a directory named images. This directory can not be placed in the same directory like the DLL file of the plugin itself. It has to be stored under
<Notepad++-installation-directory>\plugins
instead.