Netbeans Community Help plugin
arsi <[email protected]> Sun, 23 Jul 2017 00:15:42 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[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 serverand 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 areorderedaccording 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