Skip to content

Commit 9eb054c

Browse files
AlexeiQarimer
andauthored
Fix add comment transformation action in auto completion (#626)
core.base: Fix `add comment` transformation action in auto completion to only work when next node is documentable #626 --------- Co-authored-by: Alexander Rimer <[email protected]>
1 parent 7dbb6e1 commit 9eb054c

File tree

3 files changed

+506
-287
lines changed

3 files changed

+506
-287
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The project does _not_ follow Semantic Versioning and the changes are documented
1212
### Fixed
1313

1414
- Computation of the least-common-supertype for expressions with different return types has been fixed. The typesystem now correctly infers a join type (c.f. [original issue](https://github.com/IETS3/iets3.opensource/issues/505))
15-
- Naming constraint of IValidNamedConcept is customizable [original issue](https://github.com/IETS3/iets3.opensource/pull/631)
15+
- Naming constraint of IValidNamedConcept is customizable [original request](https://github.com/IETS3/iets3.opensource/pull/631)
16+
- Made transformation action [applyCommentsToIDocumentable](http://127.0.0.1:63320/node?ref=r%3A80fb0853-eb3b-4e84-aebd-cc7fdb011d97%28org.iets3.core.base.editor%29%2F5981628904839421072) only applicable if documentation is allowed [original request](https://github.com/IETS3/iets3.opensource/pull/626)
1617

1718
### Added
1819

0 commit comments

Comments
 (0)