Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190219 - kwrite(kde-base/kate-3.5.5-r1) search doesn't work well
Summary: kwrite(kde-base/kate-3.5.5-r1) search doesn't work well
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-25 20:00 UTC by GNUtoo
Modified: 2007-08-25 20:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description GNUtoo 2007-08-25 20:00:42 UTC
when i search for name in my perl source code it find:
normal: our $name_entry;
backwards:$query = sprintf("INSERT INTO problemes VALUES (%s, %s ,%s ,%d) ",$dbh->quote("$name"),$dbh->quote("$mail"),$dbh->quote("$problem"),$resolution); #%s does mean that it's words and %d mean that it's a number 

and it doesn't find at all all the other name variables such as :
$name_label 
$table->attach_defaults($name_entry,1,2,0,1);


that is very problematic because i have to use vim or another editor to search in my code...


Reproducible: Always

Steps to Reproduce:
1.put yor crusor on the top of the file(first line)
2.ctrl+f
3.uncheck all button inside the search applet
4.search for an ocurence
5.ctrl+f
6.research for an occurence

do the same checking the find backwards button

Actual Results:  
doesn't find all occurences

Expected Results:  
find all occurences

workaround:use the search next and previous shortcut keys
Comment 1 Wulf Krueger (RETIRED) gentoo-dev 2007-08-25 20:15:57 UTC
Please try with KDE 3.5.7. 

If the problem persists using that, please report it upstream at bugs.kde.org and post its URL here. If it persists *and* upstream does something that would allow us to do anything about, please re-open this bug.
Comment 2 Ingmar Vanhassel (RETIRED) gentoo-dev 2007-08-25 20:16:39 UTC
See upstream bug : http://bugs.kde.org/show_bug.cgi?id=130252
This is fixed in KDE 3.5.7.