src/Tools/jEdit/src/pretty_text_area.scala
Sun, 09 Feb 2025 12:47:21 +0100 wenzelm tuned: more robust Isabelle symbols;
Thu, 16 Jan 2025 11:55:20 +0100 wenzelm proper GUI.Style_HTML.make_text, e.g. for term "x < y";
Fri, 27 Dec 2024 16:54:48 +0100 wenzelm more accurate treatment of plain text (amending eede0cf38a63);
Wed, 18 Dec 2024 11:59:38 +0100 wenzelm tuned GUI: more informative search_title;
Tue, 17 Dec 2024 14:56:13 +0100 wenzelm tuned GUI: trim text as in org.gjt.sp.jedit.search.HyperSearchResult;
Sat, 07 Dec 2024 11:13:02 +0100 wenzelm tuned;
Thu, 21 Nov 2024 23:07:06 +0100 wenzelm more ambitious Search_Result.gui_text, using Swing HTML3 (NB: TreeCellRenderer cannot do this, because it is not updated for each entry);
Mon, 18 Nov 2024 16:48:11 +0100 wenzelm tuned output: formatting is pointless for proportional font;
Mon, 18 Nov 2024 14:47:17 +0100 wenzelm more robust update;
Mon, 18 Nov 2024 12:36:56 +0100 wenzelm Output_Dockable: show search results as tree view;
Mon, 18 Nov 2024 11:12:51 +0100 wenzelm clarified modules;
Fri, 15 Nov 2024 16:08:56 +0100 wenzelm clarified key events: cancel output selection, before input selection;
Fri, 15 Nov 2024 16:01:41 +0100 wenzelm more accurate initial FontRenderContext, notably on macOS, Windows, or Linux with "env GDK_SCALE=2";
Fri, 15 Nov 2024 13:31:36 +0100 wenzelm more rebust mechanics of refresh (see also 82110cbcf9a1 and 2d9b6e32632d): painter.getFontRenderContext might be in undefined state (notably on macOS due to display scaling);
Thu, 14 Nov 2024 11:33:51 +0100 wenzelm disable 2d9b6e32632d for now: unknown problems on macOS;
Wed, 13 Nov 2024 11:53:02 +0100 wenzelm more ambitious scrolling: retain original scroll position if possible;
Wed, 13 Nov 2024 10:56:17 +0100 wenzelm more ambitious scrolling: retain bottom position after output;
Tue, 12 Nov 2024 22:30:45 +0100 wenzelm performance tuning: cache for Rich_Text.format, notably for incremental tracing;
Tue, 12 Nov 2024 11:32:07 +0100 wenzelm clarified persistent values: Command.Results does not suitable for caching, because it contains all other messages;
Mon, 11 Nov 2024 12:47:51 +0100 wenzelm clarified signature and modules;
Sun, 10 Nov 2024 14:58:05 +0100 wenzelm clarified signature: inline org.gjt.sp.jedit.textarea.TextArea.setText();
Sun, 10 Nov 2024 12:56:38 +0100 wenzelm clarified signature and data storage: incremental lazy values;
Sun, 10 Nov 2024 12:23:41 +0100 wenzelm clarified modules;
Sun, 10 Nov 2024 12:15:31 +0100 wenzelm clarified margin operations (again, reverting 4794576828df);
Sun, 10 Nov 2024 11:55:36 +0100 wenzelm clarified modules;
Sun, 10 Nov 2024 11:38:23 +0100 wenzelm more reactive interrupts (via Future.cancel);
Sat, 09 Nov 2024 21:34:38 +0100 wenzelm Document.Snapshot: support for multiple snippet_commands;
Sat, 09 Nov 2024 16:39:33 +0100 wenzelm more robust: make double-sure that this is the correct output, not a different version from concurrent GUI_Thread.later;
Sat, 09 Nov 2024 16:34:14 +0100 wenzelm clarified signature: include standard margin in object equality;
Sat, 09 Nov 2024 16:01:07 +0100 wenzelm performance tuning: prefer asynchronous Pretty.formatted, which actually takes longer than Command.rich_text (see also 97964515a676, where Pretty.formatted was on the GUI thread, maybe for the sake of java.awt.FontMetrics at that time);
Fri, 08 Nov 2024 18:34:33 +0100 wenzelm clarified signature;
Fri, 08 Nov 2024 15:08:36 +0100 wenzelm more accurate pretty_margin for proportional fonts;
Fri, 08 Nov 2024 14:44:29 +0100 wenzelm clarified signature: more uniform;
Fri, 08 Nov 2024 13:42:25 +0100 wenzelm tuned signature;
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;
Thu, 07 Nov 2024 15:42:35 +0100 wenzelm tuned: fewer warnings in IntelliJ IDEA;
Thu, 07 Nov 2024 13:30:40 +0100 wenzelm clarified signature: more accurate types;
Thu, 07 Nov 2024 13:22:59 +0100 wenzelm more uniform pretty_text_area.zoom via its zoom_component;
Thu, 07 Nov 2024 12:26:36 +0100 wenzelm tuned;
Thu, 07 Nov 2024 12:17:18 +0100 wenzelm clarified signature;
Thu, 07 Nov 2024 12:08:32 +0100 wenzelm clarified signature;
Thu, 07 Nov 2024 11:46:21 +0100 wenzelm tuned;
Wed, 06 Nov 2024 22:04:05 +0100 wenzelm tuned signature;
Mon, 04 Nov 2024 20:55:01 +0100 wenzelm clarified signature;
Thu, 08 Dec 2022 22:38:03 +0100 wenzelm clarified signature: proper scopes and types;
Sat, 13 Aug 2022 12:32:38 +0200 wenzelm clarified signature: more explicit types;
Fri, 12 Aug 2022 12:06:29 +0200 wenzelm clarified signature;
Fri, 12 Aug 2022 11:26:09 +0200 wenzelm tuned signature;
Fri, 12 Aug 2022 11:18:22 +0200 wenzelm tuned signature, following hints by IntelliJ IDEA;
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;
Thu, 04 Mar 2021 21:04:27 +0100 wenzelm clarified signature --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Sun, 10 Jan 2021 15:14:27 +0100 wenzelm clarified pretty margin: attempt to avoid scrollbar;
Sun, 10 Jan 2021 13:04:29 +0100 wenzelm more informative errors: simplify diagnosis of spurious failures reported by users;
Sun, 13 Dec 2020 16:00:52 +0100 wenzelm tuned signature;
Thu, 26 Nov 2020 15:18:09 +0100 wenzelm tuned;
Thu, 26 Nov 2020 14:48:22 +0100 wenzelm clarified signature;
Mon, 06 Apr 2020 12:53:45 +0200 wenzelm clarified modules;
Sun, 01 Mar 2020 22:14:11 +0100 wenzelm clarified modifier: avoid confusion of CS+a as C+a;
less more (0) -100 -60 tip