Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/text/undo/package.html')
-rw-r--r--org.eclipse.text/src/org/eclipse/text/undo/package.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.text/src/org/eclipse/text/undo/package.html b/org.eclipse.text/src/org/eclipse/text/undo/package.html
new file mode 100644
index 00000000000..2bf670956db
--- /dev/null
+++ b/org.eclipse.text/src/org/eclipse/text/undo/package.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
+<html><head>
+ <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+ <meta content="IBM" name="Author">
+ <meta content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]" name="GENERATOR"><title>Document Undo Support</title></head>
+
+<body>
+<p>Provides undo and redo support for a document.</p>
+<h3>Package Specification</h3>
+<p>When an <tt>IDocumentUndoManager</tt> is connected to an <tt>IDocument</tt>,
+ any change to the document is recorded and can then be undone and redone later.
+ Clients which are interested in undo/redo events can register an <tt>IDocumentUndoistener</tt>
+ with the <tt>IDocumentUndoManager</tt>.</p>
+</body></html> \ No newline at end of file

Back to the top