Wed, 17 Jul 2024 21:03:56 +0200 Thomas Lindae vscode: removed unused code;
Wed, 17 Jul 2024 21:02:30 +0200 Thomas Lindae vscode: removed README because its content is outdated;
Wed, 17 Jul 2024 20:56:27 +0200 Thomas Lindae vscode: disabled whitespace rendering by default because the whitespace symbol is not monospace;
Tue, 09 Jul 2024 16:47:48 +0200 Thomas Lindae lsp: added symbol conversion request;
Fri, 05 Jul 2024 21:40:39 +0200 Thomas Lindae vscode: changed how options are inserted into package.json so that one can still call `npm install` without errors;
Fri, 05 Jul 2024 13:30:07 +0200 Thomas Lindae vscode: removed unused import;
Fri, 05 Jul 2024 13:16:47 +0200 Thomas Lindae vscode: changed vscode_unicode_symbols_edits option default to true;
Fri, 05 Jul 2024 13:15:50 +0200 Thomas Lindae vscode: made uri equality check on actual strings, not on the functions;
Fri, 05 Jul 2024 13:15:05 +0200 Thomas Lindae vscode: switched document_decoration map to use strings as keys instead of Uris, because Uri equality check is inconsistent;
Mon, 01 Jul 2024 04:34:04 +0200 Thomas Lindae lsp: added rudimentary indenting to code actions;
Mon, 01 Jul 2024 18:53:27 +0200 Thomas Lindae vscode: adjusted setting description;
Sun, 30 Jun 2024 15:23:00 +0200 Thomas Lindae lsp: added support for code actions to apply active sendback markups;
Sun, 30 Jun 2024 15:22:50 +0200 Thomas Lindae lsp: clarified WorkspaceEdit;
Sun, 30 Jun 2024 15:22:36 +0200 Thomas Lindae lsp: made TextDocumentEdit accept optional versions;
Sun, 30 Jun 2024 15:32:51 +0200 Thomas Lindae lsp: tuned;
Sun, 30 Jun 2024 15:32:45 +0200 Thomas Lindae lsp: removed code that is never run;
Sun, 30 Jun 2024 15:32:39 +0200 Thomas Lindae lsp: created distinction for unicode symbols setting between output and edits and clarified output text functions;
Sun, 30 Jun 2024 15:32:32 +0200 Thomas Lindae clarified PIDE/line range conversions;
Sun, 30 Jun 2024 15:32:26 +0200 Thomas Lindae lsp: refactored conversion from Decoration_List to JSON;
Sun, 30 Jun 2024 15:32:19 +0200 Thomas Lindae lsp: tuned pretty_text_panel;
Sun, 30 Jun 2024 15:32:12 +0200 Thomas Lindae lsp: removed output_pretty_panel function as its logic is now in pretty_text_panel;
Sun, 30 Jun 2024 15:31:52 +0200 Thomas Lindae vscode: added more relevant options;
Fri, 14 Jun 2024 10:21:47 +0200 Thomas Lindae lsp: converted state panel to use a pretty text panel;
Fri, 14 Jun 2024 10:21:28 +0200 Thomas Lindae lsp: converted dynamic output to use a pretty text panel;
Fri, 14 Jun 2024 10:21:03 +0200 Thomas Lindae lsp: added Pretty_Text_Panel module;
Wed, 12 Jun 2024 21:26:31 +0200 Thomas Lindae vscode: added relevant isabelle options to vscode settings;
Wed, 12 Jun 2024 21:14:41 +0200 Thomas Lindae vscode: indent;
Wed, 12 Jun 2024 21:22:01 +0200 Thomas Lindae lsp: extracted panel content generation logic;
Wed, 12 Jun 2024 20:54:11 +0200 Thomas Lindae vscode: added all fonts to extension;
Wed, 12 Jun 2024 20:44:10 +0200 Thomas Lindae added vscode options tag;
Thu, 30 May 2024 02:43:29 +0200 Thomas Lindae vscode: tuned;
Thu, 30 May 2024 02:43:24 +0200 Thomas Lindae lsp: refactored non-html dynamic/state output;
Mon, 27 May 2024 13:21:15 +0200 Thomas Lindae vscode: reduced how often symbol width gets measured;
Mon, 27 May 2024 13:20:31 +0200 Thomas Lindae vscode: IsabelleDejaVuSansMono for state and output panel;
Mon, 27 May 2024 13:18:29 +0200 Thomas Lindae vscode: added decoration request on file switch;
Mon, 27 May 2024 13:17:09 +0200 Thomas Lindae lsp: added decoration_request notification;
Thu, 16 May 2024 11:59:33 +0200 Thomas Lindae lsp: added decorations to state updates;
Thu, 16 May 2024 11:59:06 +0200 Thomas Lindae lsp: added delay to dynamic_output updates after a set_margin;
Wed, 15 May 2024 17:04:22 +0200 Thomas Lindae lsp: added conversion of symbols for dynamic output so that decoration ranges consider vscode_unicode_symbols setting;
Wed, 15 May 2024 16:54:39 +0200 Thomas Lindae lsp: unified PIDE/decorations and dynamic output decorations format;
Wed, 15 May 2024 00:11:34 +0200 Thomas Lindae vscode: changed test_string to "mix" to be consistent with jEdit;
Thu, 16 May 2024 12:00:05 +0200 Thomas Lindae lsp: added decorations to dynamic output;
Thu, 09 May 2024 22:24:19 +0200 Thomas Lindae lsp: force update after state_set_margin;
Thu, 30 May 2024 02:45:01 +0200 Thomas Lindae vscode: added dynamic and state output set margin messages to vscode extension;
Sun, 30 Jun 2024 15:29:44 +0200 Thomas Lindae lsp: made margins synchronized;
Fri, 03 May 2024 20:13:48 +0200 Thomas Lindae lsp: added separation for non-html output and state;
Fri, 03 May 2024 20:11:41 +0200 Thomas Lindae lsp: tuned;
Fri, 03 May 2024 11:10:58 +0200 Thomas Lindae lsp: clarified preview_request;
Thu, 09 May 2024 23:05:10 +0200 Thomas Lindae lsp: added Symbols_Request;
Thu, 09 May 2024 22:22:44 +0200 Thomas Lindae lsp: added Output_Set_Margin and State_Set_Margin Notifications;
Mon, 01 Jul 2024 18:48:26 +0200 Thomas Lindae lsp: changed State_Init notification into a request and removed State_Init_Response;
Wed, 01 May 2024 19:09:26 +0200 Thomas Lindae lsp: tuned;
Thu, 30 May 2024 02:45:24 +0200 Thomas Lindae lsp: updated ErrorCodes;
Wed, 01 May 2024 12:34:53 +0200 Thomas Lindae lsp: added State and Dynamic Output html_output and margin handling;
Wed, 01 May 2024 12:30:53 +0200 Thomas Lindae lsp: added vscode_html_output option;
Wed, 01 May 2024 11:12:59 +0200 Thomas Lindae tuned formatting;
Wed, 24 Apr 2024 18:49:43 +0200 Thomas Lindae lsp: partially revert c0388fbd8096 to get decorations for all keywords;
Wed, 24 Apr 2024 18:48:24 +0200 Thomas Lindae lsp: added State_Init_Response message;
Thu, 30 May 2024 02:43:16 +0200 Thomas Lindae lsp: removed change_document normalization because it causes desyncs;
Mon, 30 Sep 2024 20:30:59 +0200 wenzelm clarified inner-syntax markup, notably for enumerations: prefer "notation=mixfix" over "entity" via 'syntax_consts' (see also 70076ba563d2);
Mon, 30 Sep 2024 13:00:42 +0200 wenzelm less markup: prefer "notatation" over "entity";
Mon, 30 Sep 2024 12:59:50 +0200 wenzelm clarify comparison of output: ignore token positions, which are somewhat accidental;
Mon, 30 Sep 2024 11:42:52 +0200 wenzelm clarified order of markup: more uniform input vs. output;
Mon, 30 Sep 2024 10:50:33 +0200 wenzelm misc tuning;
Mon, 30 Sep 2024 10:46:26 +0200 wenzelm clarified parse tree: always provide root node;
Mon, 30 Sep 2024 10:44:25 +0200 wenzelm tuned signature;
Sun, 29 Sep 2024 22:47:14 +0200 wenzelm tuned markup;
Sun, 29 Sep 2024 21:57:47 +0200 wenzelm clarified markup: avoid conflict of "notation" with "entity", e.g. in "[x,y,z]" without spaces;
Sun, 29 Sep 2024 21:40:37 +0200 wenzelm more flexible command syntax;
Sun, 29 Sep 2024 21:20:36 +0200 wenzelm less markup (amending 07ad0b407d38): const = "" is mainly for parentheses syntax -- avoid entity_markup here;
Sun, 29 Sep 2024 21:16:17 +0200 wenzelm more markup reports: notably "notation=..." within pretty blocks;
Sun, 29 Sep 2024 21:13:17 +0200 wenzelm more parse tree positions;
Sun, 29 Sep 2024 21:03:28 +0200 wenzelm more operations;
Sun, 29 Sep 2024 20:11:28 +0200 wenzelm clarified order for 'print_syntax' command;
Sun, 29 Sep 2024 19:51:23 +0200 wenzelm more accurate parse tree: retain all tokens (and thus positions);
Sun, 29 Sep 2024 19:45:38 +0200 wenzelm more thorough markup reports (amending 0c6a600c8939 and 7f9e8516ca05): descend into vacuous nodes;
Sun, 29 Sep 2024 15:58:28 +0200 wenzelm clarified comparison: prefer authentic nonterminal context, instead of somewhat accidental "const";
Sun, 29 Sep 2024 15:24:17 +0200 wenzelm more detailed parse tree: retain nonterminal context as well;
Sun, 29 Sep 2024 15:08:38 +0200 wenzelm clarified persistent data;
Sun, 29 Sep 2024 15:00:20 +0200 wenzelm clarified input and output: support markup blocks via Bg/En;
Sun, 29 Sep 2024 14:55:49 +0200 wenzelm tuned;
Sun, 29 Sep 2024 13:48:34 +0200 wenzelm tuned;
Sun, 29 Sep 2024 12:09:49 +0200 wenzelm more operations;
Sun, 29 Sep 2024 11:18:34 +0200 wenzelm clarified output: count Tip entries;
Sun, 29 Sep 2024 11:08:43 +0200 wenzelm tuned signature;
Sat, 28 Sep 2024 23:23:30 +0200 wenzelm tuned whitespace;
Sat, 28 Sep 2024 21:16:01 +0200 wenzelm clarified signature: more explicit type "output";
Sat, 28 Sep 2024 20:28:11 +0200 wenzelm clarified signature;
Sat, 28 Sep 2024 17:11:51 +0200 wenzelm tuned: more uniform;
Sat, 28 Sep 2024 16:58:04 +0200 wenzelm tuned: more uniform;
Sat, 28 Sep 2024 16:19:53 +0200 wenzelm tuned;
Sat, 28 Sep 2024 16:11:30 +0200 wenzelm minor performance tuning;
Sat, 28 Sep 2024 16:07:46 +0200 wenzelm tuned;
Sat, 28 Sep 2024 15:58:09 +0200 wenzelm tuned;
Sat, 28 Sep 2024 15:41:51 +0200 wenzelm minor performance tuning;
Fri, 27 Sep 2024 23:47:45 +0200 wenzelm partial revert of d97fdabd9e2b, to build old documentation more reliably;
Fri, 27 Sep 2024 22:44:30 +0200 wenzelm tuned signature;
Fri, 27 Sep 2024 22:36:00 +0200 wenzelm tuned signature;
Fri, 27 Sep 2024 22:28:46 +0200 wenzelm tuned signature;
Fri, 27 Sep 2024 22:14:40 +0200 wenzelm clarified signature;
Fri, 27 Sep 2024 22:08:54 +0200 wenzelm minor performance tuning: proper table for parsetree list;
Fri, 27 Sep 2024 20:29:38 +0200 wenzelm unused (see 954e9d6782ea);
Fri, 27 Sep 2024 20:19:38 +0200 wenzelm tuned;
Fri, 27 Sep 2024 20:12:48 +0200 wenzelm unused (see 7c1e73540990);
Fri, 27 Sep 2024 20:09:54 +0200 wenzelm minor performance tuning (NB: order of prods / states does not matter);
Fri, 27 Sep 2024 18:46:58 +0200 wenzelm tuned;
Fri, 27 Sep 2024 16:52:43 +0200 wenzelm tuned;
Fri, 27 Sep 2024 14:22:06 +0200 wenzelm tuned comments;
Fri, 27 Sep 2024 13:52:16 +0200 wenzelm tuned;
Fri, 27 Sep 2024 12:52:55 +0200 wenzelm pro-forma support for markup blocks, without any change of result yet;
Fri, 27 Sep 2024 11:14:38 +0200 wenzelm tuned;
Thu, 26 Sep 2024 23:04:01 +0200 wenzelm merged
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 tip