fLastActionInfo
if (actionInfo != fLastActionInfo) {
if (fLastActionInfo != NULL) {
action = fLastActionInfo->action;
action->MouseAway(this, where, fLastActionInfo->startOffset,
fLastActionInfo->endOffset, message);
fLastActionInfo = actionInfo;
const ActionInfo* fLastActionInfo;