Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Make Use of Rename Events With Resource Change Events
Make Use of Rename Events With Resource Change Events [message #495725] Thu, 05 November 2009 20:09
Eclipse UserFriend
Originally posted by: runzhou.li.gmail.com

Hi,

(note: I've posted this same problem in webtools because I thought this is
about Dynamic Web Project, but then I guess this place is not wrong either)

I cannot really describe well in the topic, so I'll try to be as specific as
possible in the content. And thank you for your time reading this.

What I'm trying to do is whenever a user creates a new dynamic web project,
there is a pop-up dialog with some information. But soon I found out that
the pop-up dialog will show up when I rename the dynamic web project, which
is not expected.

My original thought on how to resolve this issue was to implement
IResourceChangeListener, and IRefactoringExecutionListener within one class,
and make up the conditions to restrict showing up that dialog. However,
after investigation, I figured out that rename of dynamic web project does
not apply to RenameResourceDescriptor, but rather something I have no access
to (RenameJava...something?).

So what's the perfect way to do this? Or my thought was correct, just that
there are more things to be taken care of? In any case, please help me!

Sincerely,

--
Runzhou Li
Previous Topic:Is there a way to programatically arrange the viewParts in a perspective
Next Topic:Using Pipelined Content Providers w/ CNF
Goto Forum:
  


Current Time: Sat Apr 27 03:34:28 GMT 2024

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

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

Back to the top