Friday, March 8, 2013

Before Selection Not Needed

Previously, information about the selection before a document change operation was saved.  This information was used to figure out what text was replaced by the operation.  This is no longer needed because this information can be determined from the position received in the document's contents change signal and from the current cursor position, which is at the end of the change.

Therefore, the before selection no longer needs to be saved.  Also, since this was the only use of the Selection class, this class was also removed.

[commit ebffb4445c]

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.)