On Thu Aug 21 10:16:26 2025 +0000, Ivan Lyugaev wrote:
changed this line in version 7 of the diff
Yes, I agree, my interface makes writing and reading the whole file, but in the context of a small number of operations, I think it's acceptable. I focused on making the configuration file readable for manual modification (previously, I provided the writing format). An option was to store the settings in a binary file and overwrite them based on the offset provided by optno.
Would it be better to store all the settings in memory and save them to a file once the scan starts or the window is closed?