src/Tools/jEdit/src/rich_text_area.scala
Fri, 08 Nov 2024 13:27:26 +0100 wenzelm clarified signature with subtle change of semantics: output consists of individual messages that are formatted (and separated) internally;
Mon, 04 Nov 2024 14:39:27 +0100 wenzelm tuned rendering, notably for HiDPI on Linux (see also ca7e2c21b104);
Mon, 28 Oct 2024 09:43:28 +0100 wenzelm GUI option "editor_auto_hovering" for Output panel;
Fri, 18 Oct 2024 11:32:10 +0200 wenzelm more ambitious rendering: highlight active area for mouse hovering without modifier;
Thu, 11 Jul 2024 23:36:54 +0200 wenzelm clarified signature: afford explicit Scala data types;
Thu, 11 Jul 2024 22:39:04 +0200 wenzelm tuned signature;
Thu, 11 Jul 2024 22:29:54 +0200 wenzelm tuned signature (again);
Thu, 11 Jul 2024 18:25:25 +0200 wenzelm clarified signature: more self-contained paint_chunk_list;
Tue, 09 Jul 2024 13:16:57 +0200 wenzelm misc tuning and clarification;
Sun, 02 Jul 2023 19:05:59 +0200 wenzelm tuned: prefer Scala over Java;
Fri, 01 Apr 2022 23:19:12 +0200 wenzelm tuned formatting;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Sat, 26 Jun 2021 20:55:43 +0200 wenzelm proper Font_Subst.cache for paintScreenLineRange;
Sat, 26 Jun 2021 16:03:06 +0200 wenzelm more predictable result, avoid slightly odd "lastSubstFont" by jEdit;
Sat, 26 Jun 2021 15:33:27 +0200 wenzelm tuned signature;
Sat, 26 Jun 2021 15:32:08 +0200 wenzelm tuned;
Fri, 25 Jun 2021 21:16:53 +0200 wenzelm tuned;
Fri, 25 Jun 2021 21:14:57 +0200 wenzelm support for jEdit font substitution;
Fri, 25 Jun 2021 20:30:14 +0200 wenzelm more ambitious use of AttributedString (despite be825a69fc67, which was for much older Java);
Thu, 04 Mar 2021 21:04:27 +0100 wenzelm clarified signature --- fewer warnings;
Mon, 01 Mar 2021 22:50:00 +0100 wenzelm tuned --- avoid deprecated conversions between certain number type;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Mon, 14 Dec 2020 22:01:54 +0100 wenzelm clarified caret focus modifier, depending on option "jedit_focus_modifier";
Sun, 13 Dec 2020 16:35:37 +0100 wenzelm clarified signature: more explicit types;
Sun, 13 Dec 2020 16:00:52 +0100 wenzelm tuned signature;
Sun, 13 Dec 2020 14:58:14 +0100 wenzelm tuned imports;
Wed, 10 Jun 2020 19:59:12 +0200 wenzelm updated to jedit-5.6pre1 (repository version 25349);
Wed, 22 Apr 2020 18:16:48 +0200 wenzelm avoid deprecated operations;
Fri, 27 Mar 2020 22:01:27 +0100 wenzelm misc tuning based on hints by IntelliJ IDEA;
Sat, 29 Feb 2020 16:38:59 +0100 wenzelm tuned signature;
Tue, 09 Jan 2018 20:15:36 +0100 wenzelm more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
Mon, 06 Nov 2017 16:03:13 +0100 wenzelm tuned signature;
Tue, 13 Jun 2017 20:16:39 +0200 wenzelm clarified modules;
Mon, 20 Mar 2017 14:36:15 +0100 wenzelm tuned signature;
Tue, 14 Mar 2017 21:54:46 +0100 wenzelm tuned signature;
Tue, 14 Mar 2017 21:43:54 +0100 wenzelm clarified singleton module;
Tue, 14 Mar 2017 20:50:21 +0100 wenzelm avoid global variables with implicit initialization;
Mon, 13 Mar 2017 20:33:42 +0100 wenzelm proper local debugger state, depending on session;
Fri, 10 Mar 2017 21:47:48 +0100 wenzelm suppress irrelevant markup for VSCode;
Mon, 06 Mar 2017 11:38:06 +0100 wenzelm more generic colors;
Sun, 05 Mar 2017 22:06:13 +0100 wenzelm more generic rendering;
Sat, 04 Mar 2017 09:27:51 +0100 wenzelm symbolic Rendering.Color;
Thu, 12 Jan 2017 12:29:12 +0100 wenzelm more robust: delay switches thread context from timer to GUI and may get out of sync with revoke operation;
Tue, 20 Dec 2016 21:35:56 +0100 wenzelm clarified module name;
Mon, 25 Apr 2016 21:32:23 +0200 wenzelm clarified rendering;
Tue, 19 Apr 2016 14:38:55 +0200 wenzelm more thorough update;
Fri, 15 Apr 2016 14:27:59 +0200 wenzelm clarified rendering wrt. hyperlinks;
Fri, 15 Apr 2016 12:07:53 +0200 wenzelm tuned rendering;
Thu, 14 Apr 2016 22:55:53 +0200 wenzelm background color for entity def/ref focus;
Sat, 02 Apr 2016 14:17:03 +0200 wenzelm more robust display of bidirectional Unicode text: enforce left-to-right;
Mon, 24 Aug 2015 20:08:00 +0200 wenzelm tuned;
Mon, 24 Aug 2015 11:38:05 +0200 wenzelm maintain per-thread focus context;
Mon, 24 Aug 2015 00:20:20 +0200 wenzelm more explicit debugger caret rendering;
Wed, 12 Aug 2015 02:21:00 +0200 wenzelm clarified breakpoint rendering;
Tue, 11 Aug 2015 15:24:49 +0200 wenzelm tuned;
Sun, 03 May 2015 00:01:10 +0200 wenzelm misc tuning, based on warnings by IntelliJ IDEA;
Thu, 08 Jan 2015 20:56:39 +0100 wenzelm tuned;
Wed, 22 Oct 2014 17:34:01 +0200 wenzelm proper line height and text base line, like regular TextAreaPainter.PaintText;
Mon, 04 Aug 2014 19:47:25 +0200 wenzelm even more thorough reset on mouse drag (see also 0c63f3538639, 7e8c11011fdf);
Wed, 23 Jul 2014 11:19:24 +0200 wenzelm clarified module name: facilitate alternative GUI frameworks;
less more (0) -100 -60 tip