Bug 544490 - Mark spy handler, menus etc as non persistent

Due to Bug 544871, the change was done in an text editor, if the model
fragment is reworked, the model fragment editor will currently remove
the tagged elements.

Also flags the generated key binding in the SpyProcessor as something
that should not get persisted. Potential follow-up, move the keybinding
creating to the model fragment instead of creating is dynamically.

Change-Id: I7e597a1bf508ac61399c72fcf8f023f0785bc9f4
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
3 files changed
tree: 3517eca858a41db6e010ccb186b22b6fd3dde66b
  1. .settings/
  2. build/
  3. bundles/
  4. features/
  5. .gitignore
  6. .project
  7. pom.xml
  8. README.MD
README.MD

org.eclipse.e4.tools

Repository for the additional tools to analyse and develop Eclipse based applications. Currently this repo hosts mainly the “spies”, which allows to analyse different parts of an Eclipse application.

How to build

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

mvn clean verify