diff --git a/CHANGELOG.md b/CHANGELOG.md index 379e15647eb3ae29e4e67ac39506c301b87eef75..43d877d1787c6d6cd3e7fccbbb84ce90a3c508d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,17 @@ ## [Unreleased] ### Added - Reference support for type names within aspect files. - - usages are now highlighted + - Usages are now highlighted. - Refactoring of type names now also works in aspects. - Note that although it works in the Java embeddings within aspects, it does *not* work in "real" Java classes. - Please use this feature with caution. As with most refactoring tools, it is quite fragile and won't give correct results in all cases. - Folding support for aspect files. - Aspects and most blocks now can be folded. +- Structure view for aspect files. + - Attributes and inter-type declarations are shown sorted by aspect. + - There are toggle buttons to show or hide attributes, inter-type declarations and rewrites. + - Note that things outside aspects, equations and some other elements are not yet included. ### Changed