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 157007 - Alt+Click bug
Summary: Alt+Click bug
Status: RESOLVED INCOMPLETE
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: ardavis26
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-18 15:00 UTC by Tim Lebedkov
Modified: 2015-05-19 04:28 UTC (History)
1 user (show)

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 Tim Lebedkov 2009-01-18 15:00:26 UTC
Alt+click on XmlEscapeValues in the following line...

self._XmlEscapeValues(propname)


... does not move the cursor to the method

  def _XmlEscapeValues(self, property):
Comment 1 tonybeckham 2009-01-20 18:18:29 UTC
Can you attach the file you are referring to in this issue?