Skip to content

Commit 0f519ac

Browse files
committed
Added module short description, author info, website, license file
1 parent 84003e5 commit 0f519ac

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

nbproject/project.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
12
javac.source=1.8
23
javac.compilerargs=-Xlint -Xlint:-serial
4+
license.file=F:\\Resources\\Licenses\\MIT-LICENSE
5+
nbm.homepage=https://github.com/zoliszabo/netbeans-quickinsert
6+
nbm.module.author=Zoli Szab\u00f3 (https://github.com/zoliszabo/)
37
project.license=mit

src/com/github/zoliszabo/netbeans/quickinsert/Bundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
#
2424
OpenIDE-Module-Display-Category=Editing
2525
OpenIDE-Module-Name=NetBeans Quick Insert
26-
OpenIDE-Module-Short-Description=Actions (menu items, shortcuts) to quickly insert content into the editor.
26+
OpenIDE-Module-Short-Description=NetBeans plugin to quickly insert predefined strings / values (e.g. the current UNIX timestamp) to the current caret location.

0 commit comments

Comments
 (0)