Sun, 06 Oct 2024 18:34:35 +0200 wenzelm support for pretty blocks that are "open" and thus have no impact on formatting, only on markup;
Sun, 06 Oct 2024 13:02:33 +0200 wenzelm clarified signature;
Sat, 05 Oct 2024 22:46:21 +0200 wenzelm tuned;
Sat, 05 Oct 2024 22:24:24 +0200 wenzelm more inner-syntax markup;
Sat, 05 Oct 2024 15:18:49 +0200 wenzelm ML antiquotation for formally-checked bundle names;
Sat, 05 Oct 2024 14:58:36 +0200 wenzelm first-class support for "unbundle no foobar_syntax" -- avoid redundant "bundle no_foobar_syntax" definitions;
Fri, 04 Oct 2024 23:38:04 +0200 wenzelm misc tuning;
Fri, 04 Oct 2024 15:21:01 +0200 wenzelm documentation for pretty block "notation" markup;
Fri, 04 Oct 2024 13:29:33 +0200 wenzelm clarified syntax for opening bundles;
Fri, 04 Oct 2024 13:22:35 +0200 wenzelm tuned;
Fri, 04 Oct 2024 00:26:28 +0200 wenzelm clarified bundles for syntax modifications;
Fri, 04 Oct 2024 00:00:50 +0200 wenzelm bundles for syntax modifications seen in AFP;
Thu, 03 Oct 2024 23:34:55 +0200 wenzelm tuned;
Thu, 03 Oct 2024 13:01:31 +0200 wenzelm merged
Wed, 02 Oct 2024 23:47:07 +0200 wenzelm more standard bundle names;
Wed, 02 Oct 2024 22:08:52 +0200 wenzelm provide 'open_bundle' command;
Wed, 02 Oct 2024 20:49:44 +0200 wenzelm tuned module structure;
Wed, 02 Oct 2024 19:55:07 +0200 wenzelm tuned;
Wed, 02 Oct 2024 15:36:48 +0200 wenzelm more inner syntax markup;
Wed, 02 Oct 2024 14:23:28 +0200 wenzelm more syntax: avoid duplication in AFP;
Wed, 02 Oct 2024 13:34:03 +0200 wenzelm clarified abbreviation;
Wed, 02 Oct 2024 11:27:19 +0200 wenzelm tuned whitespace;
Wed, 02 Oct 2024 11:17:47 +0200 wenzelm tuned;
Wed, 02 Oct 2024 11:08:45 +0200 wenzelm more NEWS;
Wed, 02 Oct 2024 10:35:44 +0200 wenzelm more inner syntax markup: HOL-Analysis;
Wed, 02 Oct 2024 10:34:41 +0200 wenzelm tuned markup;
Tue, 01 Oct 2024 23:36:10 +0200 wenzelm more inner syntax markup: HOLCF;
Tue, 01 Oct 2024 22:12:11 +0200 wenzelm more 'no_syntax' bundles;
Tue, 01 Oct 2024 21:35:31 +0200 wenzelm more robust 'no_syntax' via bundles;
Tue, 01 Oct 2024 21:30:59 +0200 wenzelm tuned markup;
Tue, 01 Oct 2024 20:39:16 +0200 wenzelm drop somewhat pointless 'syntax_consts' declarations;
Mon, 30 Sep 2024 23:32:26 +0200 wenzelm clarified syntax: use outer block (with indent);
Mon, 30 Sep 2024 22:57:45 +0200 wenzelm clarified syntax: prefer nonterminal "args", use outer block (with indent);
Wed, 02 Oct 2024 18:32:36 +0200 Fabian Huch proper command kinds;
Wed, 02 Oct 2024 13:51:45 +0200 Fabian Huch updated vscode_extension;
Wed, 02 Oct 2024 13:50:01 +0200 Fabian Huch NEWS and CONTRIBUTORS;
Wed, 02 Oct 2024 10:51:11 +0200 Fabian Huch clarified: add operation;
Wed, 02 Oct 2024 10:39:32 +0200 Fabian Huch minor tuning;
Fri, 19 Jul 2024 17:08:20 +0200 Thomas Lindae lsp: added additional commit characters to immediate completions;
Thu, 18 Jul 2024 23:02:49 +0200 Thomas Lindae vscode: further adjusted default settings and wordPattern for consistent completion popups;
Thu, 18 Jul 2024 17:59:50 +0200 Thomas Lindae lsp: added more triggerCharacters to make completion popups more consistent;
Thu, 18 Jul 2024 01:18:43 +0200 Thomas Lindae vscode: added default setting to make completions pop up by themselves;
Thu, 18 Jul 2024 22:08:46 +0200 Thomas Lindae lsp: improved completions;
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;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip