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 157628 - Mark occurrences misbehaves for "complex" expressions
Summary: Mark occurrences misbehaves for "complex" expressions
Status: CLOSED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 16:53 UTC by Jan Lahoda
Modified: 2017-06-23 08:06 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 Jan Lahoda 2009-01-29 16:53:44 UTC
Python build from hudson #777 (20090129031539).

Consider the following statements (| represents the caret position):
ff = 1
ii = 1
ff * i|i + ff

The mark occurrences does not work in this case (it does work when the caret is on the "declaration" of ii, or anywhere
in "ff").
Comment 1 Jenselme 2017-06-22 21:42:32 UTC
This looks fixed. Please reopen if it is not.
Comment 2 Jiri Kovalsky 2017-06-23 08:06:27 UTC
Thanks for your evaluation Julien. Reporter, if you think your issue is still valid and needs to be addressed, don't hesitate to reopen it with additional information. Closing for now.