Friday, March 8, 2013

Select All Correction

While testing, it was noticed that when using the Select All (Control+A) key sequence to select the entire document, a cursor position change signal was not being received.  The prevented a line changed signal from being emitted if the current line was modified.  The cursor should be moved to the end of the document.  Using Select All from either the Edit menu or the context menu did work correctly.  This problem was corrected by intercepting the Select All key sequence and calling the select all function that was connected to the menu actions.

[commit 6a7c9c57e4]

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