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

Commit

Permalink
#52 [Wizard] Simplified the msg for the wizard.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoghuman committed Dec 13, 2016
1 parent ac90c56 commit d8afaac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
OpenIDE-Module-Display-Category=JavaFX 8
OpenIDE-Module-Short-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.
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\n\
The following primary files [FileName].fxml, [FileName]Presenter.java, [FileName]View.java and optional [FileName].css, [FileName].properties and configuration.properties can be created in a new wizard.\n\n\
For more informations about this plugin please see: https://github.com/Naoghuman/NetBeansIDE-AfterburnerFX-Plugin
The <i>NetBeansIDE-AfterburnerFX-Plugin</i> is a NetBeans IDE plugin which supports the <b>file generation</b> in convention with the library <b>afterburner.fx</b> in a <b>JavaFX</b> project.\n\
<br><br>\nThe following primary files [FileName].fxml, [FileName]Presenter.java, [FileName]View.java and optional [FileName].css, [FileName].properties and configuration.properties can be created in a new wizard.\n\
<br /><br>\nThe new wizard can be open -> New -> Other -> JavaFX.\n\
<br><br>\nFor more informations about this plugin please see:<br> https://github.com/Naoghuman/NetBeansIDE-AfterburnerFX-Plugin
OpenIDE-Module-Name=NetBeansIDE-AfterburnerFX-Plugin

LAB_ProjectResources=Project Resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,18 @@
<html>
<head>
<title>
Wizard for file generation in convention with the library afterburner.fx
Wizard for JavaFX file generation in convention with the library
afterburner.fx.
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
The following primary files <i>[FileName].fxml</i>, <i>[FileName]Presenter.java</i>,
<i>[FileName]View.java</i> and optional <i>[FileName].css</i>,
<i>[FileName].properties</i> and <i>configuration.properties</i> can be
created with this wizard in <b>convention</b> with the library
<b>afterburner.fx</b>.
<br /><br />
For more informations about this plugin please see:
The following primary files [FileName].fxml, [FileName]Presenter.java,
[FileName]View.java and optional [FileName].css, [FileName].properties
and configuration.properties can be created with this wizard.
<br><br>
For more informations about this plugin please see:<br>
https://github.com/Naoghuman/NetBeansIDE-AfterburnerFX-Plugin
</body>
</html>

0 comments on commit d8afaac

Please sign in to comment.