Fri, 15 Nov 2024 21:43:22 +0100 wenzelm merged
Fri, 15 Nov 2024 21:04:51 +0100 wenzelm enforce rebuild of Isabelle/ML and Isabelle/Scala;
Fri, 15 Nov 2024 20:48:41 +0100 wenzelm update to jedit-20241115 (see also ecd62f7b3644 and d92d754b5dd9);
Fri, 15 Nov 2024 20:44:49 +0100 wenzelm more patches for the sake of SideKick 1.8 vs. jEdit 5.7.0: provide missing GUIUtilities.isPopupTrigger, avoid StatusBar messages (which often don't fit);
Fri, 15 Nov 2024 16:50:44 +0100 wenzelm tuned comments;
Fri, 15 Nov 2024 16:08:56 +0100 wenzelm clarified key events: cancel output selection, before input selection;
Fri, 15 Nov 2024 16:04:26 +0100 wenzelm proper focus to support subsequent copy-paste via keyboard;
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 15:18:48 +0100 wenzelm removed obsolete option: jEdit 5.7.0 can be built with default jdk;
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);
Fri, 15 Nov 2024 13:08:48 +0100 wenzelm less ambitious selection;
Fri, 15 Nov 2024 21:37:26 +0100 nipkow mv Discrete to Discrete_Cpo to avoid theory name clashes
Thu, 14 Nov 2024 11:33:51 +0100 wenzelm disable 2d9b6e32632d for now: unknown problems on macOS;
Thu, 14 Nov 2024 11:12:11 +0100 wenzelm clarified mouse selection, avoid conflict of double-click with single-click (follow hyperlink);
Thu, 14 Nov 2024 10:50:49 +0100 wenzelm more careful isConsumed() / consume() for key and mouse events;
Wed, 13 Nov 2024 23:11:06 +0100 nipkow merged
Wed, 13 Nov 2024 23:10:58 +0100 nipkow added field input_eqns to record the list of equations (the specification)
Wed, 13 Nov 2024 20:14:24 +0100 wenzelm merged
Wed, 13 Nov 2024 20:14:17 +0100 wenzelm more NEWS;
Wed, 13 Nov 2024 20:10:34 +0100 wenzelm tuned proofs;
Wed, 13 Nov 2024 15:14:48 +0100 wenzelm more ambitious mouse handler: double-click selects highlight_area;
Wed, 13 Nov 2024 14:54:08 +0100 wenzelm more accurate mouse handler: only for single clicks, consume accepted event;
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;
Tue, 12 Nov 2024 11:16:36 +0100 wenzelm omit redundant compact_source (see e1abca2527da): Command_Span.unparsed consists of one token with the original source;
Tue, 12 Nov 2024 11:04:54 +0100 wenzelm tuned;
Mon, 11 Nov 2024 13:15:55 +0100 wenzelm minor performance tuning: avoid duplication of Symbol.spaces (e.g. from Pretty.formatted);
Mon, 11 Nov 2024 12:47:51 +0100 wenzelm clarified signature and modules;
Mon, 11 Nov 2024 12:19:45 +0100 wenzelm performance tuning for macOS (after update of "jedit" component): old OpenGL works better for text rendering;
Sun, 10 Nov 2024 16:04:56 +0100 wenzelm performance tuning: more incremental update of buffer content;
Sun, 10 Nov 2024 15:11:04 +0100 wenzelm obsolete;
Sun, 10 Nov 2024 15:10:51 +0100 wenzelm clarified: more uniform results;
Sun, 10 Nov 2024 14:58:05 +0100 wenzelm clarified signature: inline org.gjt.sp.jedit.textarea.TextArea.setText();
Sun, 10 Nov 2024 13:40:28 +0100 wenzelm minor performance tuning: avoid concatenation of existing string material;
Sun, 10 Nov 2024 12:56:38 +0100 wenzelm clarified signature and data storage: incremental lazy values;
Sun, 10 Nov 2024 12:33:20 +0100 wenzelm tuned comments;
Sun, 10 Nov 2024 12:29:32 +0100 wenzelm clarified signature;
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);
Wed, 13 Nov 2024 15:00:17 +0000 paulson The ceillog2 function (thanks to Manuel Eberl), replacing two copies of Ceil_Log2
Fri, 08 Nov 2024 22:52:29 +0100 wenzelm merged
Fri, 08 Nov 2024 19:18:32 +0100 wenzelm merged
Fri, 08 Nov 2024 18:39:35 +0100 wenzelm clarified signature: avoid pointless alias (see also c82a1620b274 and 22aeec526ffd);
Fri, 08 Nov 2024 18:34:33 +0100 wenzelm clarified signature;
Fri, 08 Nov 2024 16:57:48 +0100 wenzelm tuned GUI: avoid wasting space with proportional fonts;
Fri, 08 Nov 2024 16:52:06 +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:55:54 +0100 wenzelm tuned: fewer warnings in IntelliJ IDEA;
Fri, 08 Nov 2024 13:42:25 +0100 wenzelm tuned signature;
Fri, 08 Nov 2024 13:37:13 +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;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip