src/Tools/jEdit/src/document_view.scala
Wed, 07 Sep 2011 11:17:19 +0200 wenzelm added "check" button: adhoc change to full buffer perspective;
Thu, 01 Sep 2011 13:34:45 +0200 wenzelm more abstract Document.Node.Name;
Wed, 31 Aug 2011 17:22:49 +0200 wenzelm tuned Commands_Changed: cover nodes as well;
Tue, 30 Aug 2011 16:33:24 +0200 wenzelm restrict perspective to actual buffer_range, to avoid spurious edits due to faulty last_exec_offset (NB: jEdit screenlines may be silently extended by trailing newline);
Thu, 25 Aug 2011 11:27:37 +0200 wenzelm slightly more abstract Text.Perspective;
Wed, 24 Aug 2011 13:37:43 +0200 wenzelm more reliable update_perspective handler based on actual text visibility (e.g. on startup or when resizing without scrolling);
Wed, 24 Aug 2011 13:03:39 +0200 wenzelm update_perspective without actual edits, bypassing the full state assignment protocol;
Mon, 22 Aug 2011 16:12:23 +0200 wenzelm added official Text.Range.Ordering;
Mon, 22 Aug 2011 14:15:52 +0200 wenzelm tuned signature;
Mon, 04 Jul 2011 22:11:32 +0200 wenzelm quasi-static Isabelle_System -- reduced tendency towards "functorial style";
Mon, 04 Jul 2011 13:43:10 +0200 wenzelm imitate exception ERROR of Isabelle/ML;
Thu, 23 Jun 2011 14:52:32 +0200 wenzelm explicit import java.lang.System to prevent odd scope problems;
Wed, 22 Jun 2011 20:25:35 +0200 wenzelm init/exit model/view synchronously within the swing thread -- EditBus.send in jedit-4.4.1 always runs there;
Sat, 18 Jun 2011 21:03:52 +0200 wenzelm more robust caret painting wrt. surrogate characters;
Fri, 17 Jun 2011 13:55:53 +0200 wenzelm flush snapshot on falling edge of is_outdated -- recover effect of former buffer.propertiesChanged on text area (cf. f0770743b7ec);
Thu, 16 Jun 2011 23:35:37 +0200 wenzelm more precise imitation of original TextAreaPainter: no locking;
Thu, 16 Jun 2011 22:05:40 +0200 wenzelm static token markup, based on outer syntax only;
Wed, 15 Jun 2011 21:11:53 +0200 wenzelm uniform use of Document_View.robust_body;
Wed, 15 Jun 2011 16:22:58 +0200 wenzelm more robust init;
Wed, 15 Jun 2011 13:36:08 +0200 wenzelm more precise caret painting, working around existing painter (which is reinstalled by jEdit occasionally);
Wed, 15 Jun 2011 11:41:49 +0200 wenzelm paint caret according to precise font metrics;
Tue, 14 Jun 2011 17:24:23 +0200 wenzelm builtin sub/superscript styles for jedit-4.3.2;
Tue, 14 Jun 2011 14:55:22 +0200 wenzelm recovered tooltip Entity content (odd effect of layer change!? cf. 806878ae2219);
Tue, 14 Jun 2011 11:36:08 +0200 wenzelm separate module for text area painting;
Mon, 13 Jun 2011 23:09:01 +0200 wenzelm some direct text foreground painting, instead of token marking;
Sun, 12 Jun 2011 20:08:49 +0200 wenzelm separate isabelle.jedit.Text_Painter, which actually replaces the original TextAreaPainter$PaintText instance;
Wed, 08 Jun 2011 17:42:07 +0200 wenzelm moved sources -- eliminated Netbeans artifact of jedit package directory;
less more (0) tip