Gergo JDT Tools for Eclipse - Update Site - Version: 4.22.0.202302031738


To install this plugin, please use the Update mechanism from within Eclipse and provide it with the following URL:
		http://gergo.org/eclipse4/site/
	


Change Log:

Gergo JDT Tools for Eclipse - Changelog
2023-02-03 Console enhancements: colors aligned to dark theme, close button added
2023-02-03 icons aligned to dark theme
2021-12-08 changelog generation style formatted
2021-12-08 changelog generation added
2021-12-08 update to Eclipse 2021-12 target
2021-12-02 classpath fix
2021-11-20 version update + some enhancements
2021-11-19 java11
2021-11-19 Eclipse target update to 4.21 version
2021-11-19 compiler and sourceEncoding settings added
2020-09-08 Update to EclipseR202006
2020-09-08 Update to EclipseR202006
2020-09-08 Update to EclipseR202006
2020-03-18 Variantion handling added
2020-03-18 getXrefs and getTaggedValues added to EaConnector
2020-03-15 postProcess
2020-03-15 getClassifier fixed
2020-03-15 eap2ecore enhancment
2020-03-15 ConnectorTags
2020-03-12 version update and AUTOSAR support enhanced
2020-01-11 dependencies added
2019-06-20 net.ucanaccess.hibernate.dialect dependency added to the site
2019-06-20 net.ucanaccess.hibernate.dialect dependency added to the site
2019-06-20 net.ucanaccess.hibernate.dialect dependency added to the site
2019-06-20 net.ucanaccess.hibernate.dialect dependency added to the site
2019-06-20 net.ucanaccess.hibernate.dialect dependency added to the site
2019-06-20 local target added
2019-06-20 using local target
2019-06-20 automatic timestamp generation into the web content
2019-06-20 svn to scm
2019-06-19 gitignore added
2019-05-05 tycho build
2019-04-17 eap to ecore generator wizard
2019-04-10 unique, ordered
2019-03-27 eap
2019-03-18 eap first iteration
2019-02-19 build fix
2019-02-19 Merge branch 'master' of https://gergox@bitbucket.org/gergox/gergotools.git
2019-02-19 missing category.xml added
2019-02-19 align to Eclipse 2018-12 and PathMatcher for skipped importDir

Example Ecore Beautifier Configuration file:

#rename Testcase EClass to TestCase
rename.class.Testcase = TestCase
#rename rerunfailures feature of Testcase to rerunFailures
rename.feature.Testcase.rerunfailures = rerunFailures
#set InstanceClassName of Time EDataType to java.util.Date
dataType.Time = java.util.Date