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 212422 - moving between searches on single line when some text replaced does not work
Summary: moving between searches on single line when some text replaced does not work
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-12 14:22 UTC by luislobo
Modified: 2012-05-14 08:24 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 luislobo 2012-05-12 14:22:46 UTC
I had this PHP line:

$edu->institutionTitleTag->getLink() ) : h( $edu->title )) . ((strlen( trim( $edu->title ) ) > 0 && strlen( trim( $edu->discipline ) ) > 0 ) ? ", " : "") . $edu->discipline . '</span><br>';

I searched for strlen (Ctrl Shift F) on a project.
Moved with Ctrl-. to the first strlen. Pasted "mb_strlen". Pressed Ctrl-. Now the highlighted text its not the second "strlen" but "&& str".

Ctrl-. is not keeping track of changed characters in the single line.
Comment 1 Jiri Prox 2012-05-14 08:24:57 UTC
reproducible