Skip to content

Commit ad5c28d

Browse files
author
dave
committed
release 4.0 and test fix
1 parent f4e7df7 commit ad5c28d

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

embedCONTROLCore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>embedCONTROLCore</artifactId>
1414
<name>embedCONTROLCore</name>
1515
<description>TcMenu embedCONTROL shared core</description>
16-
<version>3.2.0-BETA</version>
16+
<version>4.0.0</version>
1717
<url>https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/</url>
1818

1919
<licenses>

embedCONTROLFx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>embedCONTROLFx</artifactId>
1212
<name>embedCONTROLFx</name>
1313
<description>TcMenu embedCONTROL JavaFX UI components for embedded menu apps</description>
14-
<version>3.2.0-BETA</version>
14+
<version>4.0.0</version>
1515

1616
<properties>
1717
<jdk.version>20</jdk.version>

embeddedJavaExample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<jdk.version>20</jdk.version>
1111
<jfx.version>20</jfx.version>
1212
<jserialcomm.version>2.9.2</jserialcomm.version>
13-
<tcmenu.api.version>3.2.0-BETA</tcmenu.api.version>
13+
<tcmenu.api.version>4.0.0</tcmenu.api.version>
1414
<springframework.version>5.3.23</springframework.version>
1515
<timestamp>${maven.build.timestamp}</timestamp>
1616
</properties>

tcMenuGenerator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>menuEditorUI</name>
1313
<groupId>com.thecoderscorner.tcmenu</groupId>
1414
<description>JavaFX based menu editor UI</description>
15-
<version>3.2.0-BETA</version>
15+
<version>4.0.0</version>
1616

1717
<properties>
1818
<timestamp>${maven.build.timestamp}</timestamp>

tcMenuGenerator/scripts/designerscript.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "TcMenuDesigner"
5-
#define MyAppVersion "3.2.0-BETA"
5+
#define MyAppVersion "4.0.0"
66
#define MyAppPublisher "The coders corner"
77
#define MyAppURL "https://www.thecoderscorner.com"
88
#define MyAppExeName "tcMenuDesigner.exe"

tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/uimodel/UIMenuItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,11 @@ protected ControlButtons prepareAddRemoveButtons(ListView<String> listView, Grid
438438
});
439439

440440
listView.setId("enumList");
441+
listView.getSelectionModel().selectFirst();
441442
listView.getSelectionModel().selectedItemProperty().addListener((observable, oldValue, newValue) -> {
442443
removeButton.setDisable(newValue == null);
443444
callChangeConsumer();
444445
});
445-
listView.getSelectionModel().selectFirst();
446446
return new ControlButtons(addButton, removeButton);
447447
}
448448

tcMenuJavaApi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.thecoderscorner.tcmenu</groupId>
1212
<artifactId>tcMenuJavaAPI</artifactId>
1313
<name>tcMenuJavaAPI</name>
14-
<version>3.2.0-BETA</version>
14+
<version>4.0.0</version>
1515
<description>A series of domain and serialisation components for the TcMenu library</description>
1616
<url>https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/</url>
1717

xmlPlugins/core-display/tcmenu-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="https://www.thecoderscorner.com/libraries/tcmenuPlugin https://www.thecoderscorner.com/libraries/tcmenu-plugin.xsd">
55
<GeneralDetails>
66
<Author name="The Coders Corner" url="http://www.thecoderscorner.com/" />
7-
<Version>3.2.0-BETA</Version>
7+
<Version>4.0.0</Version>
88
<Name>%plugin.name</Name>
99
<Description>This plugin provides support for most basic inputs and most textual and graphical displays.</Description>
1010
<License name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>

xmlPlugins/core-remote/tcmenu-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="https://www.thecoderscorner.com/libraries/tcmenuPlugin https://www.thecoderscorner.com/libraries/tcmenu-plugin.xsd">
55
<GeneralDetails>
66
<Author name="The Coders Corner" url="http://www.thecoderscorner.com/" />
7-
<Version>3.2.0-BETA</Version>
7+
<Version>4.0.0</Version>
88
<Name>Core remote control</Name>
99
<Description>This plugin contains remote control capabilites for Ethernet, WiFi, Bluetooth and Serial.</Description>
1010
<License name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>

xmlPlugins/core-themes/tcmenu-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="https://www.thecoderscorner.com/libraries/tcmenuPlugin https://www.thecoderscorner.com/libraries/tcmenu-plugin.xsd">
55
<GeneralDetails>
66
<Author name="The Coders Corner" url="http://www.thecoderscorner.com/" />
7-
<Version>3.2.0-BETA</Version>
7+
<Version>4.0.0</Version>
88
<Name>%plugin.name</Name>
99
<Description>This plugin provides themes that can be used with all graphical displays.</Description>
1010
<License name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>

0 commit comments

Comments
 (0)