Posted 20 years ago
by Marianne
After opening a 9 MB file, the memory consumption shot up to around 400MB, but then after closing the file (and keeping the app open) the memory usage was never freed. There is no explicit destructor for the SyntaxEditor itself, so is calling DocumentWindow.Hide() keep the Editor alive in memory? And if so, how can we fully remove it once the tab is closed? Thanks.
------------------------------- Marianne