Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [pdt-dev] Refactoring in PDT PHP Eclipse plugin

Hi Assaf

I wrote a Refactoring Plugin for PDT 1.0 and I would like to integrate it to PDT. The indexes and the type binding sound very interesting.
I did an enhancement request in bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=222276
The implemented Refactorings are Rename and Extract.
I can’t integrate my refactoring in to the existing menu. Is there a way to do that?
Regards
Andrin

________________________________
Von: pdt-dev-bounces@xxxxxxxxxxx [pdt-dev-bounces@xxxxxxxxxxx] im Auftrag von Assaf Almaz [Assaf.Almaz@xxxxxxxx]
Gesendet: Montag, 21. April 2008 17:15
An: PDT Developers
Betreff: RE: [pdt-dev] Refactoring in PDT PHP Eclipse plugin

Hi Bas,

Refactoring is not part of PDT 1.0
For PDT 1.1 (scheduled to Sep-15-2008) we are modifying the PHP model to include indexes
and improved type binding (resolve the PHP type associated with defined variables)
this will set the infrastructure that is required for Refactoring so we will be able
to implement it for the next major versions.

Regards,
Assaf A.

________________________________
From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Bas van Meurs
Sent: Monday, April 21, 2008 3:16 PM
To: pdt-dev@xxxxxxxxxxx
Subject: [pdt-dev] Refactoring in PDT PHP Eclipse plugin

Hello,


I’m trying to refactor some PHP-filenames, class names and method names. I can see the ‘refactor’ option in the right-click menu, but when I click on ‘rename’ nothing happens. Is refactoring implemented in PDT, and if so, how do I use it? And if not, will it be in the future? I think it’s a very important tool.


Kind regards,

Bas van Meurs



Back to the top