News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

"Find uses Selected Text" broken

Started by Pecan, May 28, 2007, 04:32:43 PM

Previous topic - Next topic

Biplab

Sorry for this late reply. I'll test it. :)
Be a part of the solution, not a part of the problem.

Biplab

The uploaded patch fixes the bug. But it introduces other bug.

1. Duplicate entries of previous search texts are created in the list.
Be a part of the solution, not a part of the problem.

Pecan

Quote from: Biplab on May 31, 2007, 07:52:07 PM
The uploaded patch fixes the bug. But it introduces other bug.

1. Duplicate entries of previous search texts are created in the list.

What list? Are you talking about "find in files" ?

dmoore

Quote from: Pecan on May 31, 2007, 08:17:38 PM
Quote from: Biplab on May 31, 2007, 07:52:07 PM
The uploaded patch fixes the bug. But it introduces other bug.

1. Duplicate entries of previous search texts are created in the list.

What list? Are you talking about "find in files" ?


I assume the list in question is the drop down list of previous searches under "text to search for". I can't replicate.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

Pecan

And even if there were duplicates in the dropdown list. It appears it's me that put them there and I'd like to keep it that way.

Biplab

Patch applied in Revision 4055. I've fixed the duplicate entries bugs. It was not due to the patch. :)
Be a part of the solution, not a part of the problem.