Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K kernel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • af3af3
  • kernel
  • Merge requests
  • !170

Navigate to selected element when opening editor

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ulrich Schöpp requested to merge 4202-and-4162 into master Feb 19, 2022
  • Overview 0
  • Commits 7
  • Pipelines 4
  • Changes 18

This patch makes editors navigate to selected elements (together with the associated af3 patch).

  • The Data Dictionary scrolls to model elements when they are opened. For example, if one double clicks on structure in the model tree on the left, the Data Dictionary editor will scroll to the right location.
  • Clicking "Go to type" in the property section of a component's port will open the type definition in the Data Dictionary.
  • The diagram viewer scrolls to elements when they are opened. For example, double clicking a task in a Task Architecture will center the task in the diagram viewer.

There are two small bug fixes:

  • The property section of component ports used to mark the model as modified as soon as one selects any port.
  • In the diagram viewer, the scroll bars were not right when the content did not start at 0.

Closes: #4202 Closes: #4162

Edited Feb 19, 2022 by Ulrich Schöpp
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 4202-and-4162