Plugin Development DOCs is unavailable
-
Hi Guys!
I wanna to code simple plugin to analize log created by my-job-internal-system. And unfortunetly web-resource about development (http://docs.notepad-plus-plus.org/index.php?title=Plugin_Development) doesn’t work.
I started with plugin demo and plugin template but now I have problem with filling my SysTreeView in DockingDialog.
Have you any example plugins, with SysTreeView (like JSMapParser) but wrote in C++?
Thank you all,
Jakub
-
checkout npp sourcecode itself like here.
-
@AdlerJakub said:
web-resource about development (http://docs.notepad-plus-plus.org/index.php?title=Plugin_Development) doesn’t work.
Yes, that old wiki no longer exists. However, the new official documentation site does have a page on extending functionality with plugins.
Have you any example plugins, with SysTreeView (like JSMapParser) but wrote in C++?
The docs don’t contain specific examples like that, AFAIK… but many of the plugins are open-source, and one or more might both be c++ and use SysTreeView.
-
@AdlerJakub said:
I started with plugin demo and plugin template but now I have problem with filling my SysTreeView in DockingDialog.
Have you any example plugins, with SysTreeView (like JSMapParser) but wrote in C++?
-
Thank you very much guys! I’m proud of free software community for fast replying and useful answers!
Have a nice day! :)