src/Tools/jEdit/src/jedit/isabelle_hyperlinks.scala
Mon, 11 Apr 2011 17:11:03 +0200 wenzelm Name_Space.entry_markup: keep def position as separate properties;
Tue, 07 Sep 2010 22:28:58 +0200 wenzelm simplified Markup_Tree.select: Stream instead of Iterator (again), explicit Option instead of default;
Sun, 29 Aug 2010 21:21:37 +0200 wenzelm External_Hyperlink: proper error dialog;
Sun, 29 Aug 2010 15:09:11 +0200 wenzelm added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
Sat, 28 Aug 2010 20:24:41 +0200 wenzelm more careful locking of jEdit buffer;
Wed, 25 Aug 2010 22:37:53 +0200 wenzelm organized markup properties via apply/unapply patterns;
Wed, 25 Aug 2010 15:41:14 +0200 wenzelm select tangible text ranges here -- more robust against ongoing changes of the markup query model
Tue, 24 Aug 2010 21:22:01 +0200 wenzelm tuned;
Mon, 23 Aug 2010 17:35:47 +0200 wenzelm sporadic locking of jEdit buffer;
Sun, 22 Aug 2010 20:25:15 +0200 wenzelm tuned signature;
Sun, 22 Aug 2010 19:55:41 +0200 wenzelm proper range for hyperlinks and tooltips, using original markup information;
Sun, 22 Aug 2010 18:46:16 +0200 wenzelm renamed Markup_Tree.Node to Text.Info;
Sun, 22 Aug 2010 16:37:15 +0200 wenzelm Isabelle_Hyperlinks: select relevant information directly from Markup_Tree, without intermediate RefInfo;
Sun, 15 Aug 2010 23:07:22 +0200 wenzelm some derived operations on Text.Range;
Sun, 15 Aug 2010 22:48:56 +0200 wenzelm specific types Text.Offset and Text.Range;
Fri, 13 Aug 2010 18:21:19 +0200 wenzelm explicit Document.State value, instead of individual state variables in Session, Command, Document;
Wed, 11 Aug 2010 23:29:17 +0200 wenzelm consider command state as part of Snapshot, not Document;
Sat, 07 Aug 2010 16:15:52 +0200 wenzelm more explicit treatment of Swing thread context;
Thu, 05 Aug 2010 18:13:12 +0200 wenzelm renamed to_current to convert, and from_current to revert;
Thu, 05 Aug 2010 18:00:37 +0200 wenzelm Change.Snapshot: include from_current/to_current here, with precomputed changes;
Thu, 05 Aug 2010 16:58:18 +0200 wenzelm explicit Change.Snapshot and Document.Node;
Thu, 05 Aug 2010 14:35:35 +0200 wenzelm simplified/refined document model: collection of named nodes, without proper dependencies yet;
Fri, 28 May 2010 21:17:59 +0200 wenzelm eliminated hard tabs;
Thu, 20 May 2010 10:43:46 +0200 wenzelm explicit Command.Status.UNDEFINED -- avoid fragile/cumbersome treatment of Option[State];
Sat, 08 May 2010 21:08:30 +0200 wenzelm tuned headers;
Tue, 30 Mar 2010 00:13:27 +0200 wenzelm adapted to Scala 2.8.0 Beta 1;
Mon, 11 Jan 2010 23:00:05 +0100 wenzelm incorporate "proofdocument" part into main Isabelle/Pure.jar -- except for html_panel.scala, which depends on external library (Lobo/Cobra browser);
Mon, 11 Jan 2010 20:51:58 +0100 wenzelm more tobust treatment of Document.current_state;
Sun, 10 Jan 2010 21:14:44 +0100 wenzelm further tuning of command_start;
Sun, 10 Jan 2010 20:14:21 +0100 wenzelm iterators for ranges of commands/starts -- avoid extra array per document;
Sun, 03 Jan 2010 20:50:07 +0100 wenzelm more explicit treatment of command/document state;
Fri, 01 Jan 2010 17:29:35 +0100 wenzelm renamed current_document to recent_document (might be a bit older than current_change);
Wed, 30 Dec 2009 20:18:50 +0100 wenzelm maintain generic session entities -- cover commands, states, etc. (but not yet documents);
Wed, 16 Dec 2009 21:11:04 +0100 wenzelm explicit object Session.Global_Settings;
Tue, 15 Dec 2009 20:20:07 +0100 wenzelm direct apply for Document_Model and Document_View;
Tue, 15 Dec 2009 19:50:55 +0100 wenzelm split Theory_View into Document_Model (connected to Buffer) and Document_View (connected to JEditTextArea);
Thu, 10 Dec 2009 22:15:19 +0100 wenzelm class Session models full session, with or without prover process (cf. heaps, browser_info);
Tue, 08 Dec 2009 16:30:20 +0100 wenzelm misc modernization of names;
Tue, 08 Dec 2009 14:49:01 +0100 wenzelm misc rearrangement of files;
less more (0) tip