From c46986b3724b1c8f459bb38a6d1af520097c9ecc Mon Sep 17 00:00:00 2001 From: PRo Date: Sat, 23 Jan 2016 09:15:38 +0100 Subject: [PATCH] #26 [Wizard] Refactore the plugin description in wizard when selecting the file type. --- README.md | 4 ++-- .../netbeanside/afterburnerfx/plugin/Bundle.properties | 2 +- .../afterburnerfx/plugin/resources/PluginDescription.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65d7357..e67aee7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ project. The following primary files `[FileName].fxml`, `[FileName]Presenter.java`, `[FileName]View.java` and optional `[FileName].css` and `[FileName].properties` can be created in a new wizard. -One conditional is that *[FileName].toLowerCase()* must be **equals** with the *last* choosen packagename. +One conditional is that *[FileName].toLowerCase()* must be **equals** with the *last* choosen package name. @@ -80,7 +80,7 @@ Features Following files can be created in the new wizard: * Primary files are `[FileName].fxml`, `[FileName]Presenter.java` and `[FileName]View.java` where *[FileName].toLowerCase()* must be **equals** with - the *last* choosen packagename. + the *last* choosen package name. * Optional files are `[FileName]`.css, `[FileName]`.properties. The optional files if checked for generation can also optional injected into following files: * The **.css** file can be injected into the `[FileName]`.fxml diff --git a/src/com/github/naoghuman/netbeanside/afterburnerfx/plugin/Bundle.properties b/src/com/github/naoghuman/netbeanside/afterburnerfx/plugin/Bundle.properties index 4a9d594..e185ec6 100644 --- a/src/com/github/naoghuman/netbeanside/afterburnerfx/plugin/Bundle.properties +++ b/src/com/github/naoghuman/netbeanside/afterburnerfx/plugin/Bundle.properties @@ -20,7 +20,7 @@ OpenIDE-Module-Short-Description=The NetBeansIDE-AfterburnerFX-Plugin is a NetBe OpenIDE-Module-Long-Description=\ The NetBeansIDE-AfterburnerFX-Plugin is a NetBeans IDE plugin which supports the file generation in convention with the library afterburner.fx in a JavaFX project.\n\

\nThe following primary files [FileName].fxml, [FileName]Presenter.java, [FileName]View.java and optional [FileName].css and [FileName].properties can be created in a new wizard. \ - One conditional is that [FileName].toLowerCase() must be equals with the last choosen packagename. + One conditional is that [FileName].toLowerCase() must be equals with the last choosen package name. OpenIDE-Module-Name=NetBeansIDE-AfterburnerFX-Plugin LAB_ProjectResources=Project Resources diff --git a/src/com/github/naoghuman/netbeanside/afterburnerfx/plugin/resources/PluginDescription.html b/src/com/github/naoghuman/netbeanside/afterburnerfx/plugin/resources/PluginDescription.html index a73a45e..c6d31be 100644 --- a/src/com/github/naoghuman/netbeanside/afterburnerfx/plugin/resources/PluginDescription.html +++ b/src/com/github/naoghuman/netbeanside/afterburnerfx/plugin/resources/PluginDescription.html @@ -29,6 +29,6 @@ [FileName].properties can be created with this wizard in convention with the library afterburner.fx.
One conditional is that [FileName].toLowerCase() must be equals - with the last choosen packagename. + with the last choosen package name.