Bug 186932 - [Manifest][Editors] Warning overlays are not necessary
Summary: [Manifest][Editors] Warning overlays are not necessary
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 RC1   Edit
Assignee: Noam Chitayat CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-05-15 00:38 EDT by Wassim Melhem CLA
Modified: 2007-06-05 18:58 EDT (History)
0 users

See Also:


Attachments
Patch for bug 186932. (1.88 KB, patch)
2007-05-15 10:56 EDT, Noam Chitayat CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wassim Melhem CLA 2007-05-15 00:38:31 EDT
3.3 M7

1. In the plug-in manifest editor, go to the Extensions page.
2. Press Add... to bring up the New Extension dialog.
3. Uncheck the 'Show only extension points from the required plug-ins'

The new extension points that appear have a warning overlay on them.

This is not necessary and inconsistent with the rest of PDE.

I think we had this overlay when there was a myth going around that you must declare a dependency on a plug-in to be able to use one of its extension points.
Comment 1 Noam Chitayat CLA 2007-05-15 10:56:43 EDT
Created attachment 67252 [details]
Patch for bug 186932.

The check that adds the warning flag has been removed. It was displaying a warning for any item that is not in the required plug-ins.
Comment 2 Wassim Melhem CLA 2007-05-15 11:04:05 EDT
Patch applied.  Thanks Noam.