src/Tools/VSCode/src/protocol.scala
Tue, 21 Apr 2020 19:07:11 +0200 wenzelm clarified imports;
Sat, 01 Jun 2019 21:43:41 +0200 wenzelm tuned imports -- accommodate scala-2.13.0-RC3;
Tue, 13 Mar 2018 20:04:58 +0100 wenzelm tuned;
Tue, 13 Mar 2018 20:02:09 +0100 wenzelm tuned signature;
Tue, 13 Mar 2018 16:08:13 +0100 wenzelm more operations for typed JSON values;
Sat, 10 Mar 2018 14:43:15 +0100 wenzelm adapted to 3869b2400e22;
Mon, 18 Sep 2017 18:11:21 +0200 wenzelm support for workspace edits;
Fri, 30 Jun 2017 14:26:45 +0200 wenzelm retain symlinks in file names from VSCode: relevant for proper file locations in decorations etc.;
Thu, 29 Jun 2017 15:12:40 +0200 wenzelm clarified editor focus;
Thu, 29 Jun 2017 14:39:24 +0200 wenzelm proper hyperlink_command, notably for locate_query;
Thu, 29 Jun 2017 11:36:25 +0200 wenzelm HTML GUI actions via JavaScript;
Tue, 20 Jun 2017 16:17:54 +0200 wenzelm tuned signature;
Tue, 20 Jun 2017 16:14:38 +0200 wenzelm provide spell-checker menu via completion commands;
Tue, 20 Jun 2017 15:04:34 +0200 wenzelm added commands for spell-checker dictionary;
Fri, 16 Jun 2017 16:21:17 +0200 wenzelm support for separate proof state output;
Wed, 14 Jun 2017 11:32:47 +0200 wenzelm tuned;
Sat, 10 Jun 2017 22:48:35 +0200 wenzelm use old-style "textEdit" for the sake of the external protocol (see also vscode-languageserver-node/issues/188);
Sat, 10 Jun 2017 21:48:02 +0200 wenzelm tuned;
Fri, 09 Jun 2017 17:13:50 +0200 wenzelm provide information about Isabelle symbols within VSCode;
Wed, 31 May 2017 17:25:26 +0200 wenzelm explicit preview request/response;
Tue, 30 May 2017 22:14:00 +0200 wenzelm tuned -- like Dynamic_Preview;
Tue, 30 May 2017 22:06:39 +0200 wenzelm provide preview content on Scala side (similar to output);
Thu, 25 May 2017 19:23:01 +0200 wenzelm clarified output: do not require "method", which is absent for ResponseMessage;
Thu, 25 May 2017 18:07:29 +0200 wenzelm clarified message logging;
Tue, 14 Mar 2017 14:55:00 +0100 wenzelm explicitly ignore "initialized" message;
Sun, 12 Mar 2017 18:45:53 +0100 wenzelm clarified modules;
Sun, 12 Mar 2017 18:05:06 +0100 wenzelm more explicit message type: allows body to become empty;
Sat, 11 Mar 2017 20:22:43 +0100 wenzelm support for caret handling and dynamic output;
Fri, 10 Mar 2017 16:07:20 +0100 wenzelm more compact protocol message;
Thu, 09 Mar 2017 21:09:45 +0100 wenzelm updated to vscode-languageclient 3.0;
Thu, 09 Mar 2017 15:19:24 +0100 wenzelm incremental document changes;
Sat, 04 Mar 2017 21:04:44 +0100 wenzelm more general hover_message (see also JEdit_Rendering.tooltip_message);
Sat, 04 Mar 2017 13:33:47 +0100 wenzelm tight protocol messages;
Fri, 03 Mar 2017 21:51:04 +0100 wenzelm publish decorations like diagnostics;
Fri, 03 Mar 2017 19:33:52 +0100 wenzelm support for decorations;
Fri, 03 Mar 2017 17:53:24 +0100 wenzelm clarified signature;
Wed, 11 Jan 2017 20:15:17 +0100 wenzelm tuned;
Wed, 11 Jan 2017 20:01:55 +0100 wenzelm support for semantic completion;
Wed, 04 Jan 2017 19:42:08 +0100 wenzelm clarified Document.Node.Name (again): canonical platform file;
Tue, 03 Jan 2017 21:02:46 +0100 wenzelm support VSCode DocumentHighlights;
Tue, 03 Jan 2017 15:21:32 +0100 wenzelm clarified message severity, based on empirical observation of VSCode 1.8.1;
Mon, 02 Jan 2017 11:26:26 +0100 wenzelm proper content format;
Wed, 28 Dec 2016 20:33:43 +0100 wenzelm DiagnosticSeverity according to implementation https://github.com/Microsoft/vscode-languageserver-node instead of documentation https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md;
Wed, 28 Dec 2016 17:38:12 +0100 wenzelm unused;
Tue, 27 Dec 2016 16:47:33 +0100 wenzelm support for diagnostics;
Wed, 21 Dec 2016 22:49:53 +0100 wenzelm clarified signature;
Wed, 21 Dec 2016 22:27:38 +0100 wenzelm tuned signature -- more explicit types;
Wed, 21 Dec 2016 21:18:37 +0100 wenzelm basic support for hyperlinks / Goto Definition Request;
Mon, 19 Dec 2016 20:27:49 +0100 wenzelm basic support for VSCode Language Server protocol;
less more (0) tip