Releases: nodj/AutoDeriv
Releases · nodj/AutoDeriv
v1.4.1
v1.4.0
Change Log
- added icon decorator for derived resources and conf .derived file
- added parsing markers: info or warn
- modifiable icon
- added preference page. Parameters include:
- toggle startup check
- toggle parsing markers
- log/trace options
- derived resources: label prefix suffix, foreground/background color, font,
toggle icon, edit icon hue and corner location. - toggle conf file decoration, edit icon hue
- minor
- package restructuration
- faster DeltaVisitor
- better comments, refactors, tiny bugs...
v1.3.1
Change Log
- Better usage of IProgressMonitor, for better UX
- lighter logging: less spam
- Fixed handling of project deletion
- Fixed handling of project status: closed vs open
- Added basic plugin configuration. See "autoderiv.ini" part in the home site
- Customizable decoration prefix, suffix, background and foreground colors.
- Customizable logging
- workspace startup check can be disabled.
- several internal modification without -in theory- visible effects:
- Fixed ConcurentModificationException: Prevent parallel execution of
changeEvent listener - faster delta scan
- Prevent the spawn of WorkspacJob if there is nothing to do in it.
- Fixed some internal Exception
- Improved stability ?
- Fixed ConcurentModificationException: Prevent parallel execution of
v1.3.0
Change Log
- Added global .derived file, aka. Master Conf File (#3)
- Added optional decoration on derived resources
- Fixed: do not call setDerived when attribute is already OK
- Modified: regex syntax more like fnmatch. Not perfect yet. Break old Patterns
- Fixed managment of added/deleted project
- Fixed: workspace check at startup
v1.2.0
Change Log
- Added CONTRIBUTORS
- Added Changelog
- better check of forbiden characters in windows path
- Fixed bug: bad attribute update if root rules is use.
- log in [workspace]/.metadata/.log
- Added Java Pattern support:
syntax: http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html