| Summary: | Find/replace in files never stops if an opening brace is specified | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Alexander Shaduri <ashaduri> |
| Component: | grepview | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | shlomif |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 1.3.0 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdevplatform/0fe327989bbcd78a19097f34c302e87dc04ca49f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
(In reply to comment #0) > I'm using KDevelop git master (2012-03-16) and I see the following problem: > > If you open the "Find/replace in files" dialog, check the "Regular > Expression" checkbox and type in "abcd(" pattern (without quotes), the find > operation never finishes - the progress bar becomes stuck at "Collecting > files..." phase. "Captures are not allowed in pattern string" text is shown > in the tool view header. > > Thanks I can reproduce this bug with KDevelop 4.2.90. Regards, -- Shlomi Fish Git commit 0fe327989bbcd78a19097f34c302e87dc04ca49f by Kevin Funk. Committed on 02/12/2012 at 11:58. Pushed by kfunk into branch 'master'. Fix find/replace never stopping in some cases In case capture lists in the pattern regexp are specfied, the progressbar will never vanish again. REVIEW: 107552 M +15 -6 plugins/grepview/grepjob.cpp M +1 -0 plugins/grepview/grepjob.h http://commits.kde.org/kdevplatform/0fe327989bbcd78a19097f34c302e87dc04ca49f |
I'm using KDevelop git master (2012-03-16) and I see the following problem: If you open the "Find/replace in files" dialog, check the "Regular Expression" checkbox and type in "abcd(" pattern (without quotes), the find operation never finishes - the progress bar becomes stuck at "Collecting files..." phase. "Captures are not allowed in pattern string" text is shown in the tool view header. Thanks