On Dienstag, 25. Mai 2010, Mikhail Terekhov wrote: > On Sat, May 22, 2010 at 9:03 AM, detlev <[email protected]> wrote: > > On Donnerstag, 22. April 2010, Mikhail Terekhov wrote: > > > Hi, > > > > > > It would be very useful if this dialog kept a history of "Find text" > > > and "Find in" (Directory tree) > > > values between sessions. > > > > This feature will be included in the next eric 5.0 and 4.5 snapshots. > > Detlev, > > I've tried the latest snapshot of Eric-4.5 and found a bug or version > conflict > when using find in files dialog. The first time everything was fine but the > second search failed with attached error. Now even after restarting Eric I > get > the same error if I try to search in the same directory. Python complains > about missing remove attribute on QStringList object. The attached patch > against current trunk fixes the problem for me.
Thanks for the patch. The code was back-ported from eric5 and I missed this place (it's the fact that QString is gone in PyQt4 API v2) Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
