Bug 217062 - [QuickAccess] Quick Access: Allow contributors to hook in content
Summary: [QuickAccess] Quick Access: Allow contributors to hook in content
Status: CLOSED DUPLICATE of bug 162006
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact: Remy Suen CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2008-01-30 04:57 EST by Benjamin Pasero CLA
Modified: 2011-07-27 14:41 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Pasero CLA 2008-01-30 04:57:38 EST
I like the quick access but did not find any way to contribute content. Ideally I could use an extension point to provide content that is then shown in the quick access. Any chance for this in 3.4? Or am I overseeing something here and its already possible :)?
Comment 1 Boris Bokowski CLA 2008-01-30 11:09:29 EST
You cannot contribute new sections to Quick Access (yet).  I know how I would do it, but I would need help implementing it due to lack of resources.

Basically, many of the existing sections like Views, Preferences, New Wizards already have corresponding parameterized commands.  For example, typing "Navigator" will result in two matches, one for the Navigator view itself (View section), and one for the command "Show View (View: Navigator)" (Commands section).  My plan (time permitting) was to remove parameterized commands from the Commands section and turning them into proper sections in Quick Access.

Do you know anyone with some spare time to work on this? :)
Comment 2 Piotr Mising name CLA 2008-10-25 10:12:00 EDT
Hi
I wrote similar plugin http://sf.net/projects/eclipseprompt, which allows to define command aliases/containers to other commands and has a bit different popup/search (some ideas from very nice tool http://www.bayden.com/SlickRun/).
There is some code which you might consider useful for Quick Access.
Btw. if you could make api public and extension points then I'm ok to refactor Eclipse Prompt.

Best Regards
Piotr
Comment 3 Boris Bokowski CLA 2008-10-27 16:31:01 EDT
(In reply to comment #2)
Thanks for your offer, but the situation hasn't changed much - like many others, we are resource constrained and currently don't have the time to drive this forward. Of course, offers for help, and patches are always welcome. See also http://wiki.eclipse.org/Platform_UI/How_to_Contribute .
Comment 4 Boris Bokowski CLA 2009-11-26 16:15:37 EST
Remy is now responsible for watching bugs in the [QuickAccess] component area.
Comment 5 Remy Suen CLA 2011-07-27 14:41:02 EDT

*** This bug has been marked as a duplicate of bug 162006 ***