Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
#26 [Wizard] Refactore the plugin description in wizard when selectin…
Browse files Browse the repository at this point in the history
…g the file type.
  • Loading branch information
Naoghuman committed Jan 23, 2016
1 parent ac6fe24 commit c46986b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down Expand Up @@ -80,7 +80,7 @@ Features<a name="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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OpenIDE-Module-Short-Description=The NetBeansIDE-AfterburnerFX-Plugin is a NetBe
OpenIDE-Module-Long-Description=\
The <b>NetBeansIDE-AfterburnerFX-Plugin</b> is a <i>NetBeans IDE</i> plugin which supports the file generation in <b>convention</b> with the library <i>afterburner.fx</i> in a <i>JavaFX</i> project.\n\
<br/><br/>\nThe following primary files <i>[FileName].fxml</i>, <i>[FileName]Presenter.java</i>, <i>[FileName]View.java</i> and optional <i>[FileName].css</i> and <i>[FileName].properties</i> can be created in a new wizard. \
One conditional is that <i>[FileName].toLowerCase()</i> must be <b>equals</b> with the <i>last</i> choosen packagename.
One conditional is that <i>[FileName].toLowerCase()</i> must be <b>equals</b> with the <i>last</i> choosen package name.
OpenIDE-Module-Name=NetBeansIDE-AfterburnerFX-Plugin

LAB_ProjectResources=Project Resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<i>[FileName].properties</i> can be created with this wizard in <b>convention</b>
with the library <b>afterburner.fx</b>.<br>
One conditional is that <i>[FileName].toLowerCase()</i> must be <b>equals</b>
with the <i>last</i> choosen packagename.
with the <i>last</i> choosen package name.
</body>
</html>

0 comments on commit c46986b

Please sign in to comment.