File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments