Mon, 11 Jan 2010 01:40:18 +0100renamed Command.content to source;
wenzelm [Mon, 11 Jan 2010 01:40:18 +0100] rev 34862
renamed Command.content to source;
reorganization of document parsing, using command spans etc. -- initial setup;

Sun, 10 Jan 2010 21:14:44 +0100further tuning of command_start;
wenzelm [Sun, 10 Jan 2010 21:14:44 +0100] rev 34861
further tuning of command_start;

Sun, 10 Jan 2010 21:08:23 +0100refrain from poking blink rate -- might get stuck in invisible state;
wenzelm [Sun, 10 Jan 2010 21:08:23 +0100] rev 34860
refrain from poking blink rate -- might get stuck in invisible state;

Sun, 10 Jan 2010 20:38:23 +0100eliminated Command.stop, which tends to case duplicate traversal of commands;
wenzelm [Sun, 10 Jan 2010 20:38:23 +0100] rev 34859
eliminated Command.stop, which tends to case duplicate traversal of commands;

Sun, 10 Jan 2010 20:14:21 +0100iterators for ranges of commands/starts -- avoid extra array per document;
wenzelm [Sun, 10 Jan 2010 20:14:21 +0100] rev 34858
iterators for ranges of commands/starts -- avoid extra array per document;
try/finally for saved_color;
misc tuning;

Sun, 10 Jan 2010 17:10:32 +0100tuned document changes;
wenzelm [Sun, 10 Jan 2010 17:10:32 +0100] rev 34857
tuned document changes;

Sun, 10 Jan 2010 16:40:21 +0100misc tuning and clarification of Document/Change;
wenzelm [Sun, 10 Jan 2010 16:40:21 +0100] rev 34856
misc tuning and clarification of Document/Change;

Sun, 10 Jan 2010 15:42:31 +0100adhoc reset of blink rate;
wenzelm [Sun, 10 Jan 2010 15:42:31 +0100] rev 34855
adhoc reset of blink rate;
bind "console" instance;

Sun, 10 Jan 2010 15:15:04 +0100provide global "Isabelle" within interpreter loop -- using import instead of val avoids pontential conflicts with later import isabelle.jedit._;
wenzelm [Sun, 10 Jan 2010 15:15:04 +0100] rev 34854
provide global "Isabelle" within interpreter loop -- using import instead of val avoids pontential conflicts with later import isabelle.jedit._;

Sat, 09 Jan 2010 23:28:52 +0100redirect scala.Console output during interpretation;
wenzelm [Sat, 09 Jan 2010 23:28:52 +0100] rev 34853
redirect scala.Console output during interpretation;
misc tuning;