wenzelm [Sun, 05 Jul 2009 17:20:28 +0200] rev 34644
removed obsolete isabelle.utils.Delay;
wenzelm [Sat, 04 Jul 2009 23:26:24 +0200] rev 34643
renamed Delay to clarified version Swing_Thread.delay;
wenzelm [Sat, 04 Jul 2009 23:03:17 +0200] rev 34642
change_receiver: removed redundant Swing_Thread wrapper -- the Delay timer action is already in Swing;
added update_delay, which invokes token markup via buffer.propertiesChanged (potentially many other things?);
wenzelm [Sat, 04 Jul 2009 22:25:47 +0200] rev 34641
replaced utils.Delay by tune version isabelle.Delay (Pure.jar);
wenzelm [Sat, 04 Jul 2009 20:28:57 +0200] rev 34640
use symbolic NULL;
wenzelm [Sat, 04 Jul 2009 17:50:48 +0200] rev 34639
tuned token styles, according to some earlier Isabelle/jEdit experiments;
wenzelm [Sat, 04 Jul 2009 17:32:26 +0200] rev 34638
use static Map/Set for token categorization;
misc tuning;
wenzelm [Sat, 04 Jul 2009 14:14:37 +0200] rev 34637
added symbol_index (presently unused);
misc tuning;
wenzelm [Sat, 04 Jul 2009 14:14:07 +0200] rev 34636
misc tuning;
wenzelm [Fri, 03 Jul 2009 21:54:00 +0200] rev 34635
updated to Netbeans 6.7;
added jEdit plugins;
updated startup (Isabelle_System configuration);
wenzelm [Tue, 30 Jun 2009 21:22:50 +0200] rev 34634
renamed Swing to Swing_Thread, to avoid overlap with scala.swing.Swing;
wenzelm [Sat, 27 Jun 2009 00:19:11 +0200] rev 34633
preload CSS resources;
wenzelm [Fri, 26 Jun 2009 23:28:46 +0200] rev 34632
more robust handling of Isabelle CSS files;
wenzelm [Fri, 26 Jun 2009 21:52:56 +0200] rev 34631
default file is plain Scratch.thy (as in Proof General);
wenzelm [Fri, 26 Jun 2009 21:47:22 +0200] rev 34630
removed obsolete VFS -- superceded by IsabelleEncoding;
wenzelm [Fri, 26 Jun 2009 21:46:34 +0200] rev 34629
prover.set_document: plain name, no path for now;
wenzelm [Fri, 26 Jun 2009 21:21:24 +0200] rev 34628
removes VFS service -- superceded by UTF-8-Isabelle encoding;
wenzelm [Fri, 26 Jun 2009 21:20:50 +0200] rev 34627
recovered Isabelle font -- deriveFont(Int) refers to style, not size!
wenzelm [Fri, 26 Jun 2009 20:54:42 +0200] rev 34626
opt-out obscure encodings;
wenzelm [Fri, 26 Jun 2009 20:07:34 +0200] rev 34625
completion: decode symbols only if isabelle encoding is active (to prevent unicode chars written back to file);
tuned;
wenzelm [Fri, 26 Jun 2009 19:56:52 +0200] rev 34624
decentralized Isabelle component names;
wenzelm [Fri, 26 Jun 2009 18:24:03 +0200] rev 34623
renamed UTF-8-isabelle to UTF-8-Isabelle;
wenzelm [Fri, 26 Jun 2009 18:23:30 +0200] rev 34622
pass JVM platform files, without going through the "isabelle:" VFS;
wenzelm [Fri, 26 Jun 2009 18:22:40 +0200] rev 34621
more precise wrapping of I/O streams;
wenzelm [Thu, 25 Jun 2009 23:54:25 +0200] rev 34620
some support for actual symbol recoding;
wenzelm [Thu, 25 Jun 2009 23:03:09 +0200] rev 34619
added IsabelleEncoding -- a clone of utf-8 for now;
wenzelm [Thu, 25 Jun 2009 21:15:28 +0200] rev 34618
added Boolean_Property, Int_Property;
simplified font handling -- hardwired path;
tuned comments;
tuned;
wenzelm [Thu, 25 Jun 2009 21:14:10 +0200] rev 34617
simplified option pane: proper logic title, hardwired font path;
tuned;
wenzelm [Thu, 25 Jun 2009 14:19:14 +0200] rev 34616
_canonPath: expand_path;
_listFiles: robust handling of null;
wenzelm [Thu, 25 Jun 2009 13:36:05 +0200] rev 34615
renamed IsabelleProcess to Isabelle_Process;
renamed IsabelleSystem to Isabelle_System;