Friday, January 10, 2014

Edit Box – New Program Correction

A problem was found with the New program command.  The problem occurs when clearing (New) the loaded program.  After clearing the program, as soon as a character is entered, a crash occurred.  The problem occurred because while the document in the edit box was cleared, several of the other variables were not, so the edit box tried to remove all the lines from the attached program unit that had already been removed.  The extra selections list, line count, modified line number, and modified line is new flag variables also needed to be reset.

[commit 96557e5562]