| RE: [jdt-dev] rename file -> Change object |
Hi all,
From: jdt-dev-bounces@xxxxxxxxxxx [mailto:jdt-dev-bounces@xxxxxxxxxxx] On Behalf Of go30@xxxxxxxxxx
Sent: Thursday, May 15, 2008 3:56 AM
To: jdt-dev@xxxxxxxxxxx
Subject: [jdt-dev] rename file -> Change object
I am not sure that it is the right place to ask my question, but so far it is my only "chance".
So I am developing a plugin for Eclipse, which integrates the Wrangler Erlang refactor tool. It is written in Erlang, so my task is to create some kind of interface using the Erlide plugin.
We have a refactoring called rename module, which needs to rename the file. My plugin creates change objects from Wrangler output. After a lot of documentation reading I have no idea how to *create a Change object which contains information about the file renaming*.
I have realized that the built-in jdt refactor tool rename class refactoring does the same. Can you help me to get to know how it works?
Thanks a lot,
Gyorgy Orosz