src/Tools/jEdit/src/jedit/document_view.scala
Mon, 11 Jan 2010 20:51:58 +0100 more tobust treatment of Document.current_state;
Sun, 10 Jan 2010 20:38:23 +0100 eliminated Command.stop, which tends to case duplicate traversal of commands;
Sun, 10 Jan 2010 20:14:21 +0100 iterators for ranges of commands/starts -- avoid extra array per document;
Mon, 04 Jan 2010 00:13:09 +0100 slightly more uniform/robust handling of visible document;
Sun, 03 Jan 2010 20:50:07 +0100 more explicit treatment of command/document state;
Fri, 01 Jan 2010 17:29:35 +0100 renamed current_document to recent_document (might be a bit older than current_change);
Fri, 01 Jan 2010 14:41:25 +0100 renamed Proof_Document to Document;
Tue, 29 Dec 2009 22:05:23 +0100 tuned;
Tue, 29 Dec 2009 21:54:54 +0100 tuned caret_listener/selected_command;
Tue, 29 Dec 2009 20:40:08 +0100 eliminated global Session.document_0 -- did not work due to hardwired id;
Tue, 29 Dec 2009 15:00:11 +0100 tuned;
Fri, 18 Dec 2009 15:00:08 +0100 imitate PG 4 colors;
Tue, 15 Dec 2009 20:44:59 +0100 some explicit Swing_Thread guards;
Tue, 15 Dec 2009 20:20:07 +0100 direct apply for Document_Model and Document_View;
Tue, 15 Dec 2009 19:50:55 +0100 split Theory_View into Document_Model (connected to Buffer) and Document_View (connected to JEditTextArea);