Tuesday, December 8, 2015

Java Comment Preprocessor 6.0.1

The New 6.0.1 version of Java Comment Preprocessor has been available in Maven Central

Monday, November 16, 2015

IDEA Mind Map pluigin

Published the version of NB Mind Map for IDEA. It is based on the core 1.1.1 of NB Mind Map plugin but without support of re-factoring operations.

Saturday, October 10, 2015

NetBeans MindMap 1.1.0

version 1.1.0 of the NetBeans MindMap plugin has been published in the NetBeans plugins portal update center. Many improvements to  make work easier and more comfortable, improved integration with NetBeans.
http://www.igormaznitsa.com/netbeans-mmd-plugin/

Monday, September 7, 2015

Knowledge management in NetBeans projects

I have published NetBeans plugin to create and edit mind maps within NetBeans IDE projects. It allows keep project knowledge together with the projects and work with knowledge graph just in the IDE.

Nice screencast from NetBeans team

Tuesday, August 25, 2015

Catch link clicks in JLabel

The javax.swing.JLabel allows to show a HTML document which contains multiple HTML links but there is not any way to catch click on the links. If such JLabel has only HTML link then you can just catch all clicks and open browser with the link, but if you have several links shown by JLabel then there is no way to separate them. For such case I have written small modification of JLabel which allows to separate clicked links inside JLabel, the Gist cand be found here.

Tuesday, June 9, 2015

JBBP 1.2.0 is out

JBBP 1.2.0 (most comfortable way to work with binary data in Java) has been published in Maven central
https://github.com/raydac/java-binary-block-parser