UndoEditField

Provides proper undo behavior in REALbasic.
Download

UndoEditField Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Thomas Tempelmann
  • Publisher web site:
  • http://www.tempel.org/mac/index.html
  • Operating Systems:
  • Mac OS X 10.0 or later
  • File Size:
  • 17 KB

UndoEditField Tags


UndoEditField Description

Provides proper undo behavior in REALbasic. UndoEditField is a lean EditField subclass for REALbasic with proper Undo behavior.There are quite a few attempts at a "proper" EditField with Undo support (e.g. UndoFlattenEdit and Undo Toolkit)They all attempt to deal with the various ways of how text can be altered in an EditField, trying to track deletions etc. by intercepting lots of Events. That does not guarantee that everything's covered.UndoEditField is a much simpler solution, based on the original rule of how Undo has to behave in a text editor:· As long as one types continuously, let's call it a text block, it's all assumed to be one typing action. And if one wants to undo typing, this entire block is undone in one go.· This block typing is only broken up by actions such as moving the text cursor (by mouse or arrow keys - doesn't matter), moving to another UI control (i.e. losing focus on the text field), pasting data and other actions that break the flow of typing. Requirements: · REALbasic


UndoEditField Related Software