Bug 255460 - Inform user when no .exsds are found
Summary: Inform user when no .exsds are found
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4.1   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 3.5 M4   Edit
Assignee: Chris Aniszczyk CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
: 214923 (view as bug list)
Depends on: 255466
Blocks:
  Show dependency tree
 
Reported: 2008-11-16 09:23 EST by Chris Aniszczyk CLA
Modified: 2008-12-02 14:47 EST (History)
3 users (show)

See Also:


Attachments
patch (5.34 KB, patch)
2008-11-16 14:20 EST, Benjamin Cabé CLA
no flags Details | Diff
mylyn/context/zip (1.34 KB, application/octet-stream)
2008-11-16 14:20 EST, Benjamin Cabé CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2008-11-16 09:23:56 EST
Currently, when you're working with an extension and you don't have the corresponding .exsd file, we simply offer awesome content assistance in the form of "Generic." Since this is so obvious to the user, they know that the .exsd is missing and they need to go download source.

Ok, enough joking. I think we should simply warn the user via the IMessageManager in the extensions page... set a warning and say that "exsds can't be found" or some intelligible message.
Comment 1 Benjamin Cabé CLA 2008-11-16 14:20:44 EST
Created attachment 118003 [details]
patch

bugday or slideday, i've picked my side!

note that this patch depends on the fix for bug 255466 (bad behaviour of removeMessage() of the MessageManager :-/ )
Comment 2 Benjamin Cabé CLA 2008-11-16 14:20:49 EST
Created attachment 118004 [details]
mylyn/context/zip
Comment 3 Curtis Windatt CLA 2008-11-17 09:46:57 EST
*** Bug 214923 has been marked as a duplicate of this bug. ***
Comment 4 Curtis Windatt CLA 2008-11-17 13:46:39 EST
Works well for me, marking for M4.  We'll wait on bug 255466 as it would be annoying to have messages stick around.
Comment 5 Chris Aniszczyk CLA 2008-12-02 14:47:05 EST
done.

> 20091202

Thanks Benjamin!