For refactoring tests, uncomment the refactoring action: net.sourceforge.phpdt.ltk...
authoraxelcl <axelcl>
Sun, 15 Jan 2006 21:56:00 +0000 (21:56 +0000)
committeraxelcl <axelcl>
Sun, 15 Jan 2006 21:56:00 +0000 (21:56 +0000)
commit74f5d4a1bdd12f02aac9ff9fe3bd549bcfb42ceb
tree8bab49635c002ee642706aae2c53f054add484a8
parent336953ba53efa6b549cbd0d7811abae56fac80c2
For refactoring tests, uncomment the refactoring action: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
This refactoring replaces any $-variable inside a function or method declaration
The action can detect the scope of a PHP function or class method.
Currently this refactoring doesn't replace variables inside double quoted strings.
This refactoring doesn't look for global variables inside the function or method.
This refactoring doesn't look correctly for "self::" and "$this" tokens inside the function or method.
This refactoring doesn't look for a preceding PHPDoc comment and therefore cannot replace any local variables inside the PHPdoc comment.
net.sourceforge.phpeclipse/plugin.xml