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

Merge branch 'chore/update-changelog-with-structure-view-support-improve-mr-process' into 'develop'

Resolve "Update Changelog with Structure view Support, improve MR process"

Closes #16

See merge request !8
parents 9448d05a 835fc2f4
No related branches found
No related tags found
1 merge request!8Resolve "Update Changelog with Structure view Support, improve MR process"
Pipeline #12056 passed
- [ ] issue is implemented
- [ ] changelog has been updated
...@@ -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