diff --git a/SPUI/README.md b/SPUI/README.md index 8127935..e570c2e 100644 --- a/SPUI/README.md +++ b/SPUI/README.md @@ -10,7 +10,7 @@ Quick Start == .SPUI -h will get you the built-in help. -When building GUIs the parameter is compulsory. +When building GUIs the parameter < TYPE > is compulsory. Setup == diff --git a/SPUI/VERSION b/SPUI/VERSION index 7dff5b8..f477849 100644 --- a/SPUI/VERSION +++ b/SPUI/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.2 \ No newline at end of file diff --git a/SPUI/docs/BUGS.txt b/SPUI/docs/BUGS.txt index c16e27f..66d687e 100644 --- a/SPUI/docs/BUGS.txt +++ b/SPUI/docs/BUGS.txt @@ -1,4 +1,6 @@ SPUI - KNOWN BUGS - * Total commandline length cannot be greater than 127char - * It doesn't go "click" when you move the bar \ No newline at end of file + * Total commandline length cannot be greater than 127char^ + * It doesn't go "click" when you move the bar + +^ Is is by design, and is not really a bug - therefore are not likely to be fixed. \ No newline at end of file diff --git a/SPUI/docs/CHANGELOG.txt b/SPUI/docs/CHANGELOG.txt index 582ae6c..4b693dd 100644 --- a/SPUI/docs/CHANGELOG.txt +++ b/SPUI/docs/CHANGELOG.txt @@ -1,6 +1,8 @@ SPUI - CHANGELOG VERSION DETAILS +0.2.2 Fixed default handling, and updated .gde file + Added TODO.txt to docs 0.2.1 Re-release of 0.2.0 with missing files added NEW: All docs moved to .GDE file 0.2.0 First release on Next/System diff --git a/SPUI/docs/TODO.txt b/SPUI/docs/TODO.txt new file mode 100644 index 0000000..5199eca --- /dev/null +++ b/SPUI/docs/TODO.txt @@ -0,0 +1,3 @@ +SPUI - TODO + + * Read settings from .INI file (due: V0.3.0) \ No newline at end of file diff --git a/SPUI/docs/guide/SPUI.gde b/SPUI/docs/guide/SPUI.gde index 6b82676..94fb4ac 100644 --- a/SPUI/docs/guide/SPUI.gde +++ b/SPUI/docs/guide/SPUI.gde @@ -175,13 +175,14 @@ this will generate out of bounds error. @{b}o@{ub} The height, plus row offset must not overflow the screen edges, otherwise this will generate out of bounds error. -@{h3}Widget Specific Defaults +@{h3}Widget Specific Default Values - @{b}C@{ub}olumn width + @{b}T@{ub}itle SPUI + @{b}C@{ub}olumn width 14 (padded by 2) Count@{b}d@{ub}own timer Has NO default - unset if not used - @{b}R@{ub}ow height - Origin @{b}X@{ub} column - Origin @{b}Y@{ub} row + @{b}R@{ub}ow height 4 + Origin @{b}X@{ub} column 9 + Origin @{b}Y@{ub} row 6 @------------------------------------------------------------------------------- @node type_BANNER @prev type_MENU @@ -212,9 +213,10 @@ this will generate out of bounds error. @{h3}Widget Specific Defaults - @{b}C@{ub}olumn width - Origin @{b}X@{ub} column - Origin @{b}Y@{ub} row + @{b}T@{ub}itle SPUI + @{b}C@{ub}olumn width 30 (padded by 2) + Origin @{b}X@{ub} column 1 + Origin @{b}Y@{ub} row 22 @------------------------------------------------------------------------------- @node dev_ROADMAP @prev dev_TYPES diff --git a/SPUI/dot/SPUI b/SPUI/dot/SPUI index 3d989cd..1e3f69e 100644 Binary files a/SPUI/dot/SPUI and b/SPUI/dot/SPUI differ diff --git a/VERSION b/VERSION index 7dff5b8..f477849 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.2 \ No newline at end of file