Re: Netbeans Community Help plugin
Volodymyr <[email protected]> Fri, 28 Jul 2017 12:39:46 +0300
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, This is an awesome idea! I would really like it to have the following: - a description for the code snippet. - it to be language-wise, e.g. different snippets for JS and Java, etc. - ability to get the snippets from local db. - ability to choose multiple sources for snippets, private, public, local or all. Thanks, it is certainly worth to be further developed. Regards, Volodymyr. 23 липня 2017, 01:17:00, від arsi <[email protected]>: Hello, I got idea how to solve interesting code snippet management.. And here is the first beta version ;) Mark an interesting part of the code and select Create community help in menu: Fill out the keys and class names for search: ..and click OK And now the interesting part ;) You type navigator or open or NavigatorTC and ctrl-space: Records are stored on the server and are accessible for all users. In addition to the master server, you can define and run your own..(for private projects) You just need java and MySql database. (Tools->options->Editor->Community doc) You can add rating to each record, zero to five stars. Search results are ordered according the users rating. Source code: hg clone http://server.arsi.sk:8080/scm/hg/NetbeansCommunityHelpProject NB 8.1 plugin: http://server.arsi.sk:8080/scm/hg/NetbeansCommunityHelpProject/raw-file/8e43b7edc10d/Release/beta-0.1/NB-8.1/NetbeansCommunityHelp-Module-01.01.nbm NB 8.2 plugin: http://server.arsi.sk:8080/scm/hg/NetbeansCommunityHelpProject/raw-file/8e43b7edc10d/Release/beta-0.1/NB-8.2/NetbeansCommunityHelp-Module-01.01.nbm Server: http://server.arsi.sk:8080/scm/hg/NetbeansCommunityHelpProject/file/8e43b7edc10d/Release/beta-0.1/server Btw.: Does it make sense to further develop it? Arsi
select.png
(image/png, 70 KB) - not displayed
create.png
(image/png, 37 KB) - not displayed
help.png
(image/png, 117.5 KB) - not displayed