Bug 563544 - Use requestLayout instead of layout(true,true) in model
editor

If a fragment is edited, the model editor performs a forced synchron
layout which seems unnecessary. I suggest to switch to asynchronous
layouting.

Change-Id: Iccc1f4efd9db7307b0bc9bc797df788a744f9662
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
30 files changed
tree: 531e5466a302bb163ccdefe5209a5048158b2848
  1. bundles/
  2. features/
  3. tests/
  4. .gitignore
  5. CONTRIBUTING
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.MD
README.MD

eclipse.platform.ui.tools

Repository for the platform tools to develop Eclipse 4 RCP applications.

How to build

Use the following command to build the components in this repository.

mvn clean verify -Pbuild-individual-bundles