Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 16 May 2024 11:59:33 +0200] rev 81042
lsp: added decorations to state updates;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 16 May 2024 11:59:06 +0200] rev 81041
lsp: added delay to dynamic_output updates after a set_margin;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 15 May 2024 17:04:22 +0200] rev 81040
lsp: added conversion of symbols for dynamic output so that decoration ranges consider vscode_unicode_symbols setting;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 15 May 2024 16:54:39 +0200] rev 81039
lsp: unified PIDE/decorations and dynamic output decorations format;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 15 May 2024 00:11:34 +0200] rev 81038
vscode: changed test_string to "mix" to be consistent with jEdit;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 16 May 2024 12:00:05 +0200] rev 81037
lsp: added decorations to dynamic output;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 09 May 2024 22:24:19 +0200] rev 81036
lsp: force update after state_set_margin;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 30 May 2024 02:45:01 +0200] rev 81035
vscode: added dynamic and state output set margin messages to vscode extension;
Thomas Lindae <thomas.lindae@in.tum.de> [Sun, 30 Jun 2024 15:29:44 +0200] rev 81034
lsp: made margins synchronized;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 03 May 2024 20:13:48 +0200] rev 81033
lsp: added separation for non-html output and state;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 03 May 2024 20:11:41 +0200] rev 81032
lsp: tuned;
Thomas Lindae <thomas.lindae@in.tum.de> [Fri, 03 May 2024 11:10:58 +0200] rev 81031
lsp: clarified preview_request;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 09 May 2024 23:05:10 +0200] rev 81030
lsp: added Symbols_Request;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 09 May 2024 22:22:44 +0200] rev 81029
lsp: added Output_Set_Margin and State_Set_Margin Notifications;
Thomas Lindae <thomas.lindae@in.tum.de> [Mon, 01 Jul 2024 18:48:26 +0200] rev 81028
lsp: changed State_Init notification into a request and removed State_Init_Response;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 01 May 2024 19:09:26 +0200] rev 81027
lsp: tuned;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 30 May 2024 02:45:24 +0200] rev 81026
lsp: updated ErrorCodes;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 01 May 2024 12:34:53 +0200] rev 81025
lsp: added State and Dynamic Output html_output and margin handling;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 01 May 2024 12:30:53 +0200] rev 81024
lsp: added vscode_html_output option;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 01 May 2024 11:12:59 +0200] rev 81023
tuned formatting;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 24 Apr 2024 18:49:43 +0200] rev 81022
lsp: partially revert c0388fbd8096 to get decorations for all keywords;
Thomas Lindae <thomas.lindae@in.tum.de> [Wed, 24 Apr 2024 18:48:24 +0200] rev 81021
lsp: added State_Init_Response message;
Thomas Lindae <thomas.lindae@in.tum.de> [Thu, 30 May 2024 02:43:16 +0200] rev 81020
lsp: removed change_document normalization because it causes desyncs;
wenzelm [Mon, 30 Sep 2024 20:30:59 +0200] rev 81019
clarified inner-syntax markup, notably for enumerations: prefer "notation=mixfix" over "entity" via 'syntax_consts' (see also 70076ba563d2);
wenzelm [Mon, 30 Sep 2024 13:00:42 +0200] rev 81018
less markup: prefer "notatation" over "entity";
wenzelm [Mon, 30 Sep 2024 12:59:50 +0200] rev 81017
clarify comparison of output: ignore token positions, which are somewhat accidental;
wenzelm [Mon, 30 Sep 2024 11:42:52 +0200] rev 81016
clarified order of markup: more uniform input vs. output;
wenzelm [Mon, 30 Sep 2024 10:50:33 +0200] rev 81015
misc tuning;