wenzelm [Mon, 21 Dec 2009 21:50:30 +0100] rev 34798
added isabelle-session mode for session.info files;
wenzelm [Mon, 21 Dec 2009 21:49:43 +0100] rev 34797
tuned keywords;
wenzelm [Mon, 21 Dec 2009 15:13:42 +0100] rev 34796
sort completions by plain string order;
wenzelm [Fri, 18 Dec 2009 21:46:29 +0100] rev 34795
cache results;
wenzelm [Fri, 18 Dec 2009 15:00:08 +0100] rev 34794
imitate PG 4 colors;
wenzelm [Fri, 18 Dec 2009 12:29:30 +0100] rev 34793
tuned;
wenzelm [Thu, 17 Dec 2009 20:25:39 +0100] rev 34792
simplified Isabelle_Process.Result;
wenzelm [Wed, 16 Dec 2009 21:11:04 +0100] rev 34791
explicit object Session.Global_Settings;
misc tuning;
wenzelm [Wed, 16 Dec 2009 14:40:31 +0100] rev 34790
actually use JEDIT_JAVA_OPTIONS from settings, not ..._ARGS;
wenzelm [Tue, 15 Dec 2009 20:44:59 +0100] rev 34789
some explicit Swing_Thread guards;
wenzelm [Tue, 15 Dec 2009 20:20:07 +0100] rev 34788
direct apply for Document_Model and Document_View;
wenzelm [Tue, 15 Dec 2009 20:15:54 +0100] rev 34787
need to handle EditPaneUpdate.CREATED explicitly, not included in EditPaneUpdate.BUFFER_CHANGED;
tuned;
wenzelm [Tue, 15 Dec 2009 19:53:35 +0100] rev 34786
merged
wenzelm [Tue, 15 Dec 2009 13:39:30 +0100] rev 34785
Cobra version;
wenzelm [Tue, 15 Dec 2009 19:50:55 +0100] rev 34784
split Theory_View into Document_Model (connected to Buffer) and Document_View (connected to JEditTextArea);
incorporate Document_Overview into Document_View;
eliminated Plugin.mapping in favour of direct association via generic properties;
support several views per model;
misc tuning;
wenzelm [Tue, 15 Dec 2009 11:38:01 +0100] rev 34783
clarified BufferListener: use adapter, listen to contentInserted instead of preContentInserted;