Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 16,024 times

Contents

Downloads

Related Categories

Multiple Undo/Redo - Overview

Multiple Undo/Redo 1
Free
Unknown Software Publisher
More Information & Purchase
Unknown Software Publisher

Overview

This source code allows you to add multiple undo/redo to your text editor, while keeping full control over when to record events or not. The code also 'remembers' what type of edit occurred (i.e. delete text, paste text etc), and allows you to go back in multiple stages, like in Office 97. You can also specify the Undo limit, and clear its memory too! 

Comments

  • Bug fix for tab key

    Posted by kumbach on 03 May 2002

    This code is excellent. Most people should find it simple to understand and very easy to integrate with an application.

    Found one bug. If you highlight a block of text, then press the TAB key, the ...

  • Two Bug Fixes

    Posted by SimonORorke on 14 Feb 2002

    This is very useful code. Thanks. I fixed what seem to me to be a couple of bugs.

    [b]Bug 1[/b]

    If the Delete key is used to delete the next character, status will not get updated.

    [b]Fix F...