This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 157503 - Contextual rename (Ctrl-R) works only on local variables
Summary: Contextual rename (Ctrl-R) works only on local variables
Status: RESOLVED DUPLICATE of bug 163313
Alias: None
Product: php
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-27 15:50 UTC by monzee
Modified: 2009-05-14 17:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description monzee 2009-01-27 15:50:13 UTC
The renaming feature invokable with Ctrl-R in the editor only works with variables inside a method. It used to work on
class properties and methods as well in version 6.5. Currently, moving the cursor over the class member identifier
highlights all occurrences in the file (as before) but pressing Ctrl-R does nothing. Right-clicking and selecting
'Rename' returns an error at the status bar saying 'Cannot perform rename here'.

Using NetBeans IDE Dev (Build 200901250201) on WinXp
Comment 1 rmatous 2009-05-14 17:01:00 UTC

*** This issue has been marked as a duplicate of 163313 ***