[553321] Improve connection manager for Operand figures

We need a custom ConnectionRefreshMgr to handle the special case of
operands. Their figures are built in a way that they have the exact same
size of their container. There is no margin, inset, scrollbar or other
artifacts that would make the parent figure bigger than its children. 
However, by default the Rectangle.contains implementation excludes all 
points from the right and bottom border (it uses x < (rect.x + rect.width)
instead of x <=(rect.x + rect.width)). For this figure we want those 
points to be considered as belonging to the figure to avoid hiding edges
that have a reference point located exactly on those edges.

Bug: 553321
Change-Id: Ib723fa89715c204f8d13b723d64cb748649afdf3
Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
5 files changed
tree: 275030a1e4b47443dec67c87627d7665adc49a19
  1. packaging/
  2. plugins/
  3. releng/
  4. .gitattributes
  5. .gitignore
  6. .travis.yml
  7. build.sh
  8. CONTRIBUTING
  9. Jenkinsfile
  10. LICENSE
  11. NOTICE
  12. pom.xml
  13. README.md
README.md

Eclipse Sirius

Build Status

Sirius enables the specification of a modeling workbench in terms of graphical, table or tree editors with validation rules and actions using declarative descriptions.

For more details see the project page and the main wiki page.

Building

The build uses Tycho. To launch a complete build, issue

mvn clean package

from the top-level directory. The resulting update-site (p2 repository) can be found in packaging/org.eclipse.sirius.update/target/repository.

By default the build uses a Neon-based target platform. You can specify a different platform like this:

mvn clean package -Dplatform-version-name=name

where name can be any of the following values:

  • mars (Eclipse 4.5)
  • neon (Eclipse 4.6, the default and reference target platform)
  • canary (uses nightly builds of all our dependencies, only used for testing)

The corresponding target platform definitions can be found in releng/org.eclipse.sirius.targets.