Basic Reafctoring functionality adapted from Leif Frenzels sources in eclipse-magazin...
authoraxelcl <axelcl>
Tue, 3 Jan 2006 23:07:05 +0000 (23:07 +0000)
committeraxelcl <axelcl>
Tue, 3 Jan 2006 23:07:05 +0000 (23:07 +0000)
commitec4c61acf61d0e04a98838efa7d43de3c84c026f
tree03ebd0d19e4dbb68ca210ecbf98cc4056b0631dc
parenta12426bd9ed1118031ed0b5b3ede6fd36a16ddbb
Basic Reafctoring functionality adapted from Leif Frenzels sources in eclipse-magazin (published under Eclipse Public License - v 1.0)
See sources at:
http://www.eclipse-magazin.de/itr/ausgaben/psfile/datei/61/frenzel_lt437d8f486fb21.zip
Feature #1358828
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/CoreTexts.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenamePropertyDelegate.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenamePropertyInfo.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenamePropertyProcessor.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/RenamePropertyRefactoring.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/core/coretexts.properties [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/actions/RenamePHPIdentifier.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/uitexts.properties [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenamePropertyInputPage.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenamePropertyWizard.java [new file with mode: 0644]