Problem: 1294628

Title: (Views, TTEView) Cursor key problems

Received: Oct 19 1995 5:09PM


MacApp 3.3 has trouble handling cursor keys when the cursor is at the end of lines inserted between multiple carriage returns. Also, command-right-arrow and command-left-arrow are supposed to set the cursor to the end or beginning of the current line. This is broken in both cases.

TTEView needs a significant overhaul.


Fix:

Added method TTEView::DoCommandKeyEvent so that command-arrow keys get handled; various other fixes in TTEView methods OffsetToLine, OffsetToLineEnd, and DoKeyEvent.