Releases: albertus82/jface-utils
Releases · albertus82/jface-utils
v6.0.0
- Google Maps dialogs (based on SWT Browser).
- Improved tray icon support and compatibility with Linux OS.
- Preferences framework:
- Numeric text field editors (from Byte to BigDecimal).
- Numeric combo field editors (from Byte to BigDecimal).
- DateFieldEditor (with custom pattern).
- Field decoration (error icon on the left).
- Improved field validation.
- Improved WrapStringFieldEditor.
- Minor fixes & improvements.
v5.0.0
Preferences framework: complete refactoring.
v4.0.0
- Preferences framework:
- Added support for ColorFieldEditor, FontFieldEditor, PathEditor and RadioGroupFieldEditor.
- New fields:
- DefaultRadioGroupFieldEditor;
- DelimiterComboFieldEditor;
- LocalizedPathEditor.
- Keyboard shortcuts for buttons.
- Parent and children fields can now live in different pages.
- New Preference properties:
- restartRequired (recommends to restart the application);
- separator (adds separator line above the field).
- Extensible FieldEditorFactory.
- Refactoring and minor fixes.
v3.2.0
- JFace Preferences:
- added UriListEditor;
- fixed LocalizedListEditor (checkParent).
v3.1.0
- Console: rewritten large portions of code.
TerminalConsole
replaced bySystemConsole
.- Added SWT Text Console component (
TextConsole
class moved from RouterLogger) that acts asOutputStream
and redirectsSystem.out
&System.err
streams to itself.
- Added SWT Text Console component (
- Improved support for localization and configuration (
Localized
&Configured
abstract classes).
v3.0.0
- SWT/JFace Preferences Framework.
- Zipper.
- DaemonThreadFactory.
v2.1.0
Configuration: added getCharArray(...)
method.
v2.0.4
Improved configuration management & exception messages.
v2.0.3
Fixed configuration loading from files located in path that includes whitespaces.
v2.0.2
Trim error messages.