- 10 Jun, 2022 1 commit
-
-
Eyrak Paen-Rochlitz authored
-
- 31 May, 2022 4 commits
-
-
Eyrak Paen-Rochlitz authored
-
Eyrak Paen-Rochlitz authored
-
Eyrak Paen-Rochlitz authored
-
Eyrak Paen-Rochlitz authored
Diagram export filepaths are now prefixed with the containing model namespace to avoid name collisions. Issue #50
-
- 30 May, 2022 1 commit
-
-
Christian Hilden authored
[ui.structure] Simplify inheriting actor positioning Closes #29 See merge request !12
-
- 24 May, 2022 1 commit
-
-
Eyrak Paen-Rochlitz authored
[core.room] fix binding validation to check inherited external end ports Closes #46 See merge request !15
-
- 21 May, 2022 1 commit
-
-
Eyrak Paen-Rochlitz authored
Validation for connection of external end ports now also accounts for inherited ports. Note that due to current scope provider behavior, it is not actually possible in the textual editor to encounter this case. HOWEVER, it does become an issue in the diagram editor, because it currently uses ValidationUtil on arbitrary ports in the diagram without consulting the scope. Issue #46
-
- 19 May, 2022 1 commit
-
-
Eyrak Paen-Rochlitz authored
[team] add gitlab remote to git clone task in ETrice.setup Closes #35 See merge request !9
-
- 17 May, 2022 2 commits
-
-
Eyrak Paen-Rochlitz authored
- clean up of git clone tasks - hardcoded website repo location folder to workaround same-named repo locations - added missing dependency for lsp4j sdk feature - added missing java modellib/runtime import required for tests Issue #35
-
Eyrak Paen-Rochlitz authored
-
- 14 May, 2022 1 commit
-
-
Eyrak Paen-Rochlitz authored
Pos and PosAndSize are moved up to ui.structure.support package, since they are referenced in DiagramUtil API which can be accessed from outside of the bundle. This allows e.g. the tests to use DiagramUtil without package access restrictions.
-
- 12 May, 2022 1 commit
-
-
Eyrak Paen-Rochlitz authored
The following are restricted if inherited: - Update/resize of ActorContainerRefs - Move of InterfaceItems on actor refs - InterfaceItem text label positions
-
- 11 May, 2022 4 commits
-
-
Eyrak Paen-Rochlitz authored
-
Eyrak Paen-Rochlitz authored
- minimum resize is restricted to external port locations - external ports retain their positions along the structure class edge when resized or updated - inherited binding bendpoints are updated during resize to keep positions relative to base class
-
Eyrak Paen-Rochlitz authored
-
Eyrak Paen-Rochlitz authored
- Inherited actor diagrams always take the layout of the base diagram - On open/update, diagram will be resized to base diagram size if smaller than base diagram - No scaling of base actor elements will be done during resize/layout
-
- 09 May, 2022 3 commits
-
-
Eyrak Paen-Rochlitz authored
Resolve "include_images option is missing from doc gen launcher config tab" Closes #47 See merge request !14
-
Eyrak Paen-Rochlitz authored
Issue #47
-
Eyrak Paen-Rochlitz authored
Resolve "Doc generator instance tree diagram plantuml compatibility" Closes #48 See merge request !13
-
- 06 May, 2022 1 commit
-
-
Eyrak Paen-Rochlitz authored
The generated instance tree diagram can now be converted using either graphviz/dot or PlantUML. Issue #48
-
- 27 Apr, 2022 1 commit
-
-
Christian Hilden authored
Merge branch '32-for-actors-without-states-the-enterhistory-function-is-generated-without-return-statement' into 'master' Fix #32: Generate NO_STATE return enterHistory function for empty state machines Closes #32 See merge request !7
-
- 25 Apr, 2022 5 commits
-
-
Christian Hilden authored
-
Christian Hilden authored
Resolve "FileSystems.newFileSystem ambiguity with java versions >= 13" Closes #37 See merge request !8
-
Christian Hilden authored
-
Christian Hilden authored
fix: Avoid unused variable warning for transitionData in generated c code (#31) Closes #31 See merge request !6
-
Christian Hilden authored
-
- 19 Apr, 2022 2 commits
-
-
Eyrak Paen-Rochlitz authored
Resolve "Unreachable state/point of graph warnings for group transitions" Closes #33 See merge request !4
-
Eyrak Paen-Rochlitz authored
- resolves false positive "Unreachable state/point of graph" warnings
-
- 13 Apr, 2022 2 commits
-
-
Eyrak Paen-Rochlitz authored
Fixed typos and uncaught exceptions in FSMValidationUtil See merge request !5
-
Eyrak Paen-Rochlitz authored
-
- 11 Mar, 2022 1 commit
-
-
Juergen Haug authored
[ui] support keyword hover for enum keywords See merge request !1
-
- 10 Mar, 2022 6 commits
-
-
Jan Belle authored
-
Jan Belle authored
If the modelpath contains directories that don't exist, we currently log a warning. However, in practice missing directories are not really a problem. Therefore we only log a debug message instead.
-
Jan Belle authored
-
Juergen Haug authored
- 31 Jan, 2022 2 commits
-
-
Juergen Haug authored
-
Juergen Haug authored
-