« Main differences between V1.11.4 and V1.12.1 » : différence entre les versions
Aller à la navigation
Aller à la recherche
Ligne 18 : | Ligne 18 : | ||
** The unit used for a day is "'''d'''" and no more "'''j'''" (even if this unit is maintained). | ** The unit used for a day is "'''d'''" and no more "'''j'''" (even if this unit is maintained). | ||
** Method <font color=#4169E1>update()</font> is now public | ** Method <font color=#4169E1>update()</font> is now public | ||
** The name of the method to add an interval of validity is now <font color=#4169E1>addGInterval</font> rather than <font color=#4169E1>addInterval</font> | ** The name of the method to add an interval of validity is now <font color=#4169E1>addGInterval()</font> rather than <font color=#4169E1>addInterval()</font> | ||
** The text used for the interval of validity tooltip is corrected and more explicit. | ** The text used for the interval of validity tooltip is corrected and more explicit. | ||
* GTabbedPane: increasing robustness when tabs are created when reading a context file. | * [{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GTabbedPane.html GTabbedPane]: increasing robustness when tabs are created when reading a context file. | ||
* GComponentList: now the "Duplicate" option only appears if <font color=#4169E1>Cloneable</font> interface is available. | * [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GComponentList.html GComponentList]: now the "Duplicate" option only appears if <font color=#4169E1>Cloneable</font> interface is available. |
Version du 31 mars 2023 à 07:35
Several interesting evolutions in this new version:
GCalculator with SQlite file
Possibility to read a file where a tab is missing
Buffered console int eh standard GUI
Possibility to save a GPlot configuration
New display formats for GTime
Anomaly corrections
- GTime:
- The unit used for a day is "d" and no more "j" (even if this unit is maintained).
- Method update() is now public
- The name of the method to add an interval of validity is now addGInterval() rather than addInterval()
- The text used for the interval of validity tooltip is corrected and more explicit.
- GTabbedPane: increasing robustness when tabs are created when reading a context file.
- GComponentList: now the "Duplicate" option only appears if Cloneable interface is available.