Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » JST refactory participation
JST refactory participation [message #659303] Sat, 12 March 2011 00:03 Go to next message
Bing Ran is currently offline Bing RanFriend
Messages: 1
Registered: March 2011
Junior Member
Hi,

I'm developing a plugin that needs to participate the JDT refactoring and I thought I could borrow some ideas from PDE. Can someone please tell me how to download the source code for PDE and point me to the right spot to start with?

Thanks a ton!

Bing
Re: JST refactory participation [message #659315 is a reply to message #659303] Sat, 12 March 2011 06:08 Go to previous message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
This isn't the PDE forum, but I can tell you where to find the PDE source code and what to look for.

Download the Eclipse SDK distribution.
http://www.eclipse.org/downloads/packages/eclipse-classic-36 2/heliossr2

This contains all of the source code.

Have a look at rename participants
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. platform.doc.isv/reference/extension-points/org_eclipse_ltk_ core_refactoring_renameParticipants.html

This is the extension point that you will need to extend to allow your plugin to hook into rename refactoring. There are also move participants, and several other kinds of participants that you may need to look at.
Previous Topic:How to obtain org.aspectj.(runtime|weaver) from update site?
Next Topic:weaving java and javax classes
Goto Forum:
  


Current Time: Thu Apr 25 14:41:18 GMT 2024

Powered by FUDForum. Page generated in 0.04970 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top