Search text length limit in Lister

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Valentino
Power Member
Power Member
Posts: 709
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Search text length limit in Lister

Post by *Valentino »

Is it possible to increase search text length limit in Lister?

Code: Select all

---------------------------
<Error!>  (L=287>255)
---------------------------
some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message_some_long_message
---------------------------
Retry   Cancel   
---------------------------
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50383
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Search text length limit in Lister

Post by *ghisler(Author) »

Currently this isn't possible because of how the search works (it uses a single byte for the length). Can you use a shorter string, maybe with regular expressions to find the start and end of your special string?
Author of Total Commander
https://www.ghisler.com
User avatar
Valentino
Power Member
Power Member
Posts: 709
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Re: Search text length limit in Lister

Post by *Valentino »

Yes, I can use shorter search text at the moment and then verify if the full text is the one I want.
So it's not showstopper for me, just inconvenience: instead of pressing Ctrl+F, Ctrl+V, Enter I have to perform a series of manipulations.
Luckily I don't need to do this often.

Maybe TC could do something similar: search for the first 255 bytes, then compare with the rest?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6950
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Search text length limit in Lister

Post by *Horst.Epp »

The Lister plugins Akelpad and CudaLister support such long search strings.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Post Reply