-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
scintilla dependentCan't be considered for N++ implementation unless/until Scintilla changesCan't be considered for N++ implementation unless/until Scintilla changes
Description
Description of the Issue
If you try this feature on a large file you will see an expanentional growth in RAM consumption, at some point it will fail and do nothing but keep hogging your memory
Steps to Reproduce the Issue
- Download http://5.9.147.111/epg/epg_1.xml.gz
- Set your Mark querry as follows

- Mark dem all
- Choose "Remove Non-Bookmarked Lines"
- Enjoy the turmoil

Expected Behavior
- To save all marked lines in memory (copying and cutting them works just fine)
- To clean every line
- To paste querried lines from memory
- RAM gets cleaned from remnants of the task
Actual Behavior
Either some unnecessary loop or huge memory leak happens. Even after it fails ands gets responsive again memory is being hogged until you close Notepad++
Debug Information
Notepad++ v8.5.8 (64-bit)
Build time : Oct 15 2023 - 21:43:56
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Pro (64-bit)
OS Version : 21H1
OS Build : 19043.1526
Current ANSI codepage : 1251
Plugins :
ComparePlugin (2.0.2)
CSVLint (0.4.6.5)
mimeTools (2.9)
NppConverter (4.5)
NppExport (0.4)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scintilla dependentCan't be considered for N++ implementation unless/until Scintilla changesCan't be considered for N++ implementation unless/until Scintilla changes