Home
Name Modified Size InfoDownloads / Week
daily_database_backup 2018-05-24
SCSM-SNAPSHOT-RELEASE81.zip 2017-09-03 49.2 MB
SCSM-SNAPSHOT-RELEASE82.zip 2017-09-03 49.2 MB
README.md 2017-08-18 2.4 kB
Totals: 4 Items   98.4 MB 0

Code snippets community manager - BETA-SNAPSHOT

Netbeans plugin

Icons

Community server Community server
Team server Team server
Local database Local database

Full text search Full text search
Keyword search Keyword search

Options

img1
To post code snippets to community server or team server with enabled authentication, you must sign up..
After registering, you will receive a password by mail..

Post code snippet

Highlight the code and click the right mouse button and select Create community help

img2

Editor toolbar img5

img3 Select source for code snippets search. (community server, team server, local database)

img4 Select search type. (by key, full text)

Full text code completion

Default ist search for decription and the whole line used. After highlighting some text and ctrl-space the highlighted text ist searched in code section of snippet..

Team server

Server start:

java -jar CodeSnippetsServer.jar /path/to/config.ini

config.ini

[SERVER]
PORT = 3232 ;server port TURN_OFF_AUTHENTICATION = false ; enable/disable user autentication for post code snippets

[SMTP]
ENABLE = false ; enable/disable smtp for user autentication must enabled
SERVER =
USER =
PASSWORD =
MAIL_ADDRESS =

[ADMIN]
ENABLE = false ;enable/disable admin email info
MAIL = user@user.com
MAIL_ON_USER_ADD = true
MAIL_ON_HELP_ADD = true
SEND_DAILY_STATISTICS = true

[DATABASE]
DIRECTORY = /ssd/codesnippets ;H2 database directory

Source: README.md, updated 2017-08-18