diff options
| author | Patrick Tasse | 2012-04-05 15:42:22 +0000 |
|---|---|---|
| committer | Paul Webster | 2012-04-05 15:44:05 +0000 |
| commit | 7366704d44f2c459768cc68b9cef49c763d53162 (patch) | |
| tree | 1647c2e1aa72b78526ae8d5731a3b0a6686b5880 | |
| parent | 9af57ad2b866a01d7f5cfde858292de9fcab1659 (diff) | |
| download | eclipse.platform.ui-7366704d44f2c459768cc68b9cef49c763d53162.tar.gz eclipse.platform.ui-7366704d44f2c459768cc68b9cef49c763d53162.tar.xz eclipse.platform.ui-7366704d44f2c459768cc68b9cef49c763d53162.zip | |
Bug 297702 - [Commands] command handler extensions are unnamed in thev20120405-1544
editor
It now picks a better default, but it still prefers the class attribute
over the commandId attribute, so the fix is needed.
| -rw-r--r-- | bundles/org.eclipse.ui/schema/handlers.exsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.ui/schema/handlers.exsd b/bundles/org.eclipse.ui/schema/handlers.exsd index edcd9783a10..62a305f09ed 100644 --- a/bundles/org.eclipse.ui/schema/handlers.exsd +++ b/bundles/org.eclipse.ui/schema/handlers.exsd @@ -60,6 +60,9 @@ These conditions are used to avoid unnecessary plug-in loading. These handler d <element name="handler"> <annotation> + <appInfo> + <meta.element labelAttribute="commandId"/> + </appInfo> <documentation> <p>Associated a command with a handler implementation.</p> </documentation> |
