Skip to content
Snippets Groups Projects
Commit 171022e0 authored by Johannes Mey's avatar Johannes Mey
Browse files

update changelog

parent 9448d05a
No related branches found
No related tags found
1 merge request!8Resolve "Update Changelog with Structure view Support, improve MR process"
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -3,13 +3,17 @@ ...@@ -3,13 +3,17 @@
## [Unreleased] ## [Unreleased]
### Added ### Added
- Reference support for type names within aspect files. - 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. - 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. - 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 - Please use this feature with caution. As with most refactoring tools, it is quite fragile and won't give correct
results in all cases. results in all cases.
- Folding support for aspect files. - Folding support for aspect files.
- Aspects and most blocks now can be folded. - 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 ### Changed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment