Skip to main content



      Home
Home » Language IDEs » AspectJ » JST refactory participation
JST refactory participation [message #659303] Fri, 11 March 2011 19:03 Go to next message
Eclipse UserFriend
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 01:08 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 19:21:52 EDT 2025

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

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

Back to the top