Bug 153560 - [reorg] Provide extension point for custom pasters into the Package Explorer
Summary: [reorg] Provide extension point for custom pasters into the Package Explorer
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-11 07:05 EDT by Matt Chapman CLA
Modified: 2010-11-04 06:43 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Chapman CLA 2006-08-11 07:05:02 EDT
version=3.3M1

I like the new ability to paste Java code into the package explorer and have a Java project created for it. It would be even nicer if this was extensible to allow similiar behaviour for other content types, such as AspectJ code to create an AspectJ project.

I had a quick look in org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction and it seems there is a defined list of pasters set in createEnabledPasters(), so I would have thought this could be extended to add any pasters contributed via an extension point to the end of this list of pasters.