-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68aa75c
commit bb47015
Showing
7 changed files
with
102 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
release: | ||
current-version: "0.8.0" | ||
current-version: "0.8.1" | ||
next-version: "999-SNAPSHOT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,65 @@ | ||
|
||
:summaryTableId: quarkus-fx | ||
:summaryTableId: quarkus-fx_quarkus-fx | ||
[.configuration-legend] | ||
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime | ||
[.configuration-reference.searchable, cols="80,.^10,.^10"] | ||
|=== | ||
|
||
h|[[quarkus-fx_configuration]]link:#quarkus-fx_configuration[Configuration property] | ||
|
||
h|[.header-title]##Configuration property## | ||
h|Type | ||
h|Default | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-fxml-root]]`link:#quarkus-fx_quarkus-fx-fxml-root[quarkus.fx.fxml-root]` | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-views-root]] [.property-path]##link:#quarkus-fx_quarkus-fx-views-root[`quarkus.fx.views-root`]## | ||
|
||
[.description] | ||
-- | ||
Root location for fx resources (.fxml) | ||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_FXML_ROOT+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_FX_FXML_ROOT+++` | ||
endif::add-copy-button-to-env-var[] | ||
--|string | ||
|`/` | ||
Root location for fx views. The extension will look for fx views from this root directory. | ||
|
||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-style-root]]`link:#quarkus-fx_quarkus-fx-style-root[quarkus.fx.style-root]` | ||
|
||
|
||
[.description] | ||
-- | ||
Root location for style resources (.css) | ||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_STYLE_ROOT+++[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_VIEWS_ROOT+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_FX_STYLE_ROOT+++` | ||
Environment variable: `+++QUARKUS_FX_VIEWS_ROOT+++` | ||
endif::add-copy-button-to-env-var[] | ||
--|string | ||
|`/` | ||
|
||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-bundle-root]]`link:#quarkus-fx_quarkus-fx-bundle-root[quarkus.fx.bundle-root]` | ||
|
||
|
||
[.description] | ||
-- | ||
Root location for bundle resources (.properties) | ||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_BUNDLE_ROOT+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_FX_BUNDLE_ROOT+++` | ||
endif::add-copy-button-to-env-var[] | ||
--|string | ||
|string | ||
|`/` | ||
|
||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-stylesheet-reload]]`link:#quarkus-fx_quarkus-fx-stylesheet-reload[quarkus.fx.stylesheet-reload]` | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-stylesheet-reload]] [.property-path]##link:#quarkus-fx_quarkus-fx-stylesheet-reload[`quarkus.fx.stylesheet-reload`]## | ||
|
||
[.description] | ||
-- | ||
Enable (or disable) stylesheet live reload in dev mode | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_STYLESHEET_RELOAD+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_FX_STYLESHEET_RELOAD+++` | ||
endif::add-copy-button-to-env-var[] | ||
--|boolean | ||
-- | ||
|boolean | ||
|`true` | ||
|
||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-main-resources]]`link:#quarkus-fx_quarkus-fx-main-resources[quarkus.fx.main-resources]` | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-main-resources]] [.property-path]##link:#quarkus-fx_quarkus-fx-main-resources[`quarkus.fx.main-resources`]## | ||
|
||
[.description] | ||
-- | ||
Location for main resources (allowing stylesheet live reload in dev mode) | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_MAIN_RESOURCES+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_FX_MAIN_RESOURCES+++` | ||
endif::add-copy-button-to-env-var[] | ||
--|string | ||
-- | ||
|string | ||
|`src/main/resources/` | ||
|
||
|=== | ||
|=== | ||
|
||
|
||
:!summaryTableId: |
65 changes: 65 additions & 0 deletions
65
docs/modules/ROOT/pages/includes/quarkus-fx_quarkus.fx.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
:summaryTableId: quarkus-fx_quarkus-fx | ||
[.configuration-legend] | ||
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime | ||
[.configuration-reference.searchable, cols="80,.^10,.^10"] | ||
|=== | ||
|
||
h|[.header-title]##Configuration property## | ||
h|Type | ||
h|Default | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-views-root]] [.property-path]##link:#quarkus-fx_quarkus-fx-views-root[`quarkus.fx.views-root`]## | ||
|
||
[.description] | ||
-- | ||
Root location for fx views. The extension will look for fx views from this root directory. | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_VIEWS_ROOT+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_FX_VIEWS_ROOT+++` | ||
endif::add-copy-button-to-env-var[] | ||
-- | ||
|string | ||
|`/` | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-stylesheet-reload]] [.property-path]##link:#quarkus-fx_quarkus-fx-stylesheet-reload[`quarkus.fx.stylesheet-reload`]## | ||
|
||
[.description] | ||
-- | ||
Enable (or disable) stylesheet live reload in dev mode | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_STYLESHEET_RELOAD+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_FX_STYLESHEET_RELOAD+++` | ||
endif::add-copy-button-to-env-var[] | ||
-- | ||
|boolean | ||
|`true` | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-fx_quarkus-fx-main-resources]] [.property-path]##link:#quarkus-fx_quarkus-fx-main-resources[`quarkus.fx.main-resources`]## | ||
|
||
[.description] | ||
-- | ||
Location for main resources (allowing stylesheet live reload in dev mode) | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_FX_MAIN_RESOURCES+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_FX_MAIN_RESOURCES+++` | ||
endif::add-copy-button-to-env-var[] | ||
-- | ||
|string | ||
|`src/main/resources/` | ||
|
||
|=== | ||
|
||
|
||
:!summaryTableId: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters