[fpc-pascal] fgl unit, TFPSList needs DeleteRange

Michael Van Canneyt michael at freepascal.org
Sun Dec 10 12:09:11 CET 2017



On Sun, 10 Dec 2017, AlexeyT wrote:

> Hello
>
> I have 1M lines file. CudaText (Lazarus app) cannot delete lines fast 
> [selected 800K lines]. Reason: TFPSList has only Delete for one item.
>
> Need DeleteRange for many items.


I'm not sure that it will help you: for many cases the list will need to
delete the elements one by one anyway, for instance for interfaces. 
Or when a notification of an operation is requested.

But we can consider it, so please post a feature request in the bugtracker.

Michael.



More information about the fpc-pascal mailing list