Friday, March 8, 2013

Capture Modified Line Upon Saving

If the edit box has a modified line, it needs to be reported before the program is saved.  This is accomplished by calling the capture modified line routine (currently called when the cursor is moved from a modified line) in the save program routine.  This required the capture function to be made public.  This function already contains a check if there is a modified line before reporting a change, so if there is not a modified line, no action is taken.

[commit 0561cc9a64]

No comments:

Post a Comment

All comments and feedback welcomed, whether positive or negative.
(Anonymous comments are allowed, but comments with URL links or unrelated comments will be removed.)