IonicWind Software

IWBasic => General Questions => Topic started by: billhsln on May 31, 2019, 04:38:49 PM

Title: Maximum size of 'ToDo' in project
Post by: billhsln on May 31, 2019, 04:38:49 PM
Just wondering what the maximum size of the 'todo' is in a project.  I have a 'todo' that is about 15k.  When I accidentally save it after making a change it, under the project, it ends up with about 5 lines, out of the 530 lines I actually have in the file.  I luckily had a backup, but before I do something stupid and wipe it out again, I was wondering if there is a way to up the file size allowed.

Thanks,
Bill
Title: Re: Maximum size of 'ToDo' in project
Post by: LarryMc on May 31, 2019, 09:41:24 PM
It is hard coded at 16384. I think it would take a major revision to change it from that number the way I have it coded. It has been years since I have looked at that code.

I do know I never envisioned it to be used for more than a few notes at a time.

Also, increasing the number would impinge upon other things that are going on within the IDE at the same time.

The same applies to the IDE "To-Do" List.