src/Tools/jEdit/src/rendering.scala
Wed, 26 Mar 2014 21:01:09 +0100 wenzelm tuned signature -- expose less intermediate information;
Tue, 25 Mar 2014 16:11:00 +0100 wenzelm separate tokenization and language context for SML: no symbols, no antiquotes;
Tue, 18 Mar 2014 17:39:03 +0100 wenzelm clarifed module name;
Tue, 18 Mar 2014 12:25:17 +0100 wenzelm more markup for improper elements;
Mon, 17 Mar 2014 14:37:23 +0100 wenzelm tuned rendering -- avoid flashing background of aux. files that are disconnected from the document model;
Mon, 17 Mar 2014 12:24:00 +0100 wenzelm tuned signature;
Fri, 14 Mar 2014 15:41:29 +0100 wenzelm discontinued somewhat pointless "thy_script" keyword kind;
Thu, 13 Mar 2014 10:34:48 +0100 wenzelm clarified Path.smart_implode;
Wed, 12 Mar 2014 16:43:17 +0100 wenzelm clarified Markup.operator vs. Markup.delimiter;
Wed, 12 Mar 2014 16:11:47 +0100 wenzelm more explicit markup for Token.Literal;
Fri, 07 Mar 2014 14:37:25 +0100 wenzelm more detailed description of completion items;
Wed, 05 Mar 2014 16:13:24 +0100 wenzelm more explicit quasi_keyword markup, for Args.$$$ material, which is somewhere in between of outer and inner syntax;
Wed, 05 Mar 2014 13:11:08 +0100 wenzelm clarified init_assignable: make double-sure that initial values are reset;
Mon, 03 Mar 2014 12:24:14 +0100 wenzelm recovered position hyperlinks from 65c9968286d5 (NB: "def" position vs. regular one);
Mon, 03 Mar 2014 11:58:07 +0100 wenzelm clarified path checks: avoid crash of rendering due to spurious errors;
Mon, 03 Mar 2014 11:37:06 +0100 wenzelm more precise navigation within open files;
Mon, 03 Mar 2014 10:59:33 +0100 wenzelm tuned signature;
Mon, 03 Mar 2014 10:41:58 +0100 wenzelm tuned signature;
Sun, 02 Mar 2014 19:00:45 +0100 wenzelm clarified names of antiquotations and markup;
Sat, 01 Mar 2014 22:46:31 +0100 wenzelm clarified language markup: added "delimited" property;
Sat, 01 Mar 2014 19:39:27 +0100 wenzelm tuned signature -- separate module Font_Info;
Sat, 01 Mar 2014 18:33:49 +0100 wenzelm tuned;
Sat, 01 Mar 2014 16:34:30 +0100 wenzelm font size change with delay, to avoid GUI lagging behind user input;
Sat, 01 Mar 2014 12:07:26 +0100 wenzelm tuned signature -- more explicit Document.Elements;
Thu, 27 Feb 2014 17:56:59 +0100 wenzelm simplified rendering -- no need to over-emphasize "token_range";
Wed, 26 Feb 2014 11:58:35 +0100 wenzelm markup for method combinators;
Tue, 25 Feb 2014 20:57:57 +0100 wenzelm tuned signature;
Tue, 25 Feb 2014 20:15:47 +0100 wenzelm more completion rendering: active, semantic, syntactic;
Tue, 25 Feb 2014 18:07:35 +0100 wenzelm tuned;
Mon, 24 Feb 2014 12:51:55 +0100 wenzelm clarified painting of invisible caret, e.g. focus change due to popup;
Mon, 24 Feb 2014 11:05:02 +0100 wenzelm tuned messages;
Sun, 23 Feb 2014 16:08:38 +0100 wenzelm clarified stretch_point_range wrt. UTF-16 surrogates;
Sun, 23 Feb 2014 15:38:21 +0100 wenzelm tuned;
Sun, 23 Feb 2014 15:35:19 +0100 wenzelm some rendering of completion range;
Sun, 23 Feb 2014 14:39:51 +0100 wenzelm clarified completion names;
Sat, 22 Feb 2014 21:38:26 +0100 wenzelm support for semantic completion on Scala side;
Sat, 22 Feb 2014 15:07:33 +0100 wenzelm refined language context: antiquotes;
Fri, 21 Feb 2014 15:48:04 +0100 wenzelm tuned signature -- avoid redundancy and confusion of flags;
Fri, 21 Feb 2014 15:12:50 +0100 wenzelm more general / abstract Command.Markups, with separate index for status elements;
Fri, 21 Feb 2014 12:57:14 +0100 wenzelm more lightweight Rendering;
Fri, 21 Feb 2014 12:32:06 +0100 wenzelm tuned signature;
Thu, 20 Feb 2014 18:23:32 +0100 wenzelm tuned comments;
Thu, 20 Feb 2014 17:57:26 +0100 wenzelm complete symbols within ML strings / comments;
Thu, 20 Feb 2014 17:21:48 +0100 wenzelm tuned;
Thu, 20 Feb 2014 16:56:51 +0100 wenzelm clarified markup cumulation order (see also 25306d92f4ad and 0009a6ebc83b), e.g. relevant for completion_context;
Thu, 20 Feb 2014 16:00:37 +0100 wenzelm cumulate/select wrt. precise elements guard;
Thu, 20 Feb 2014 15:15:41 +0100 wenzelm tuned;
Thu, 20 Feb 2014 13:23:49 +0100 wenzelm default completion context via outer syntax;
Thu, 20 Feb 2014 12:53:12 +0100 wenzelm completion of keywords and symbols based on language context;
Tue, 18 Feb 2014 16:34:02 +0100 wenzelm generic markup for embedded languages;
Mon, 17 Feb 2014 20:54:03 +0100 wenzelm hyperlink for visible positions;
Mon, 17 Feb 2014 11:14:26 +0100 wenzelm more markup;
Sun, 16 Feb 2014 16:48:30 +0100 wenzelm more uniform rendering of text that is formally interpreted: avoid clash with inner markup;
Sun, 16 Feb 2014 15:38:08 +0100 wenzelm support ML antiquotations in Scala;
Sat, 15 Feb 2014 18:28:18 +0100 wenzelm more uniform ML keyword markup;
Sat, 15 Feb 2014 17:04:55 +0100 wenzelm tuned;
Sat, 15 Feb 2014 16:49:10 +0100 wenzelm refined ML keyword styles;
Sat, 15 Feb 2014 16:27:58 +0100 wenzelm isabelle-ml mode with separate token marker;
Tue, 04 Feb 2014 09:04:59 +0000 Lars Hupel interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Sat, 18 Jan 2014 19:15:12 +0100 wenzelm support for nested text cartouches;
less more (0) -100 -60 tip