src/Tools/VSCode/src/server.scala
Mon, 18 Sep 2017 18:19:06 +0200 wenzelm recode Unicode text on the spot, e.g. from copy-paste of output;
Mon, 18 Sep 2017 18:11:21 +0200 wenzelm support for workspace edits;
Mon, 18 Sep 2017 10:32:09 +0200 wenzelm store document version;
Thu, 10 Aug 2017 11:35:39 +0200 wenzelm tuned;
Sat, 01 Jul 2017 16:22:47 +0200 wenzelm all_known can cause timeout of VSCode server startup, notably on Windows;
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 15:04:34 +0200 wenzelm added commands for spell-checker dictionary;
Sat, 17 Jun 2017 14:47:36 +0200 wenzelm maintain overlays within main state of document models;
Fri, 16 Jun 2017 22:40:05 +0200 wenzelm proper treatment of editor overlays;
Fri, 16 Jun 2017 21:04:39 +0200 wenzelm clarified modules;
Fri, 16 Jun 2017 16:21:17 +0200 wenzelm support for separate proof state output;
Fri, 16 Jun 2017 15:59:27 +0200 wenzelm more general dispatcher operations;
Tue, 13 Jun 2017 22:39:57 +0200 wenzelm clarified signature;
Tue, 13 Jun 2017 21:36:47 +0200 wenzelm added abstract editor operations, notably for Query_Operation;
Fri, 09 Jun 2017 21:43:31 +0200 wenzelm more uniform syntax_completion + semantic_completion;
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:06:39 +0200 wenzelm provide preview content on Scala side (similar to output);
Thu, 25 May 2017 21:20:22 +0200 wenzelm restricted perspective depending on the caret -- important for reactivity when editing big files;
Thu, 25 May 2017 18:07:29 +0200 wenzelm clarified message logging;
Wed, 19 Apr 2017 16:25:26 +0200 wenzelm always explore all sessions;
Mon, 03 Apr 2017 17:00:36 +0200 wenzelm tuned signature;
Sat, 18 Mar 2017 22:11:05 +0100 wenzelm more informative session result;
Wed, 15 Mar 2017 21:52:04 +0100 wenzelm always output proof state: there is only one output buffer in Isabelle/VSCode;
Wed, 15 Mar 2017 15:50:28 +0100 wenzelm dynamic session_options for tuning parameters and initial prover options;
Wed, 15 Mar 2017 10:31:42 +0100 wenzelm clarified modules;
Tue, 14 Mar 2017 18:08:21 +0100 wenzelm normalize changes strictly as specified in the protocol definition (assuming non-overlapping ranges, amending 0f555ce33970), e.g. relevant for automatic quotes/parentheses around selection;
Tue, 14 Mar 2017 16:20:07 +0100 wenzelm avoid race condition between current_state().stable_tip_version and model.rendering();
Tue, 14 Mar 2017 15:19:33 +0100 wenzelm tuned;
Tue, 14 Mar 2017 14:55:00 +0100 wenzelm explicitly ignore "initialized" message;
Tue, 14 Mar 2017 14:43:10 +0100 wenzelm clarified shutdown;
Tue, 14 Mar 2017 13:27:39 +0100 wenzelm tuned;
Mon, 13 Mar 2017 22:50:26 +0100 wenzelm tuned signature;
Mon, 13 Mar 2017 15:59:00 +0100 wenzelm tuned signature;
Mon, 13 Mar 2017 12:04:11 +0100 wenzelm clarified Session.Phase;
Sun, 12 Mar 2017 14:31:29 +0100 wenzelm tuned signature;
Sun, 12 Mar 2017 14:23:38 +0100 wenzelm discontinued pointless Text.Length: Javascript and Java agree in old-fashioned UTF-16;
Sat, 11 Mar 2017 23:12:55 +0100 wenzelm dynamic output, depending on caret focus (see also Tools/jEdit/src/output_dockable.scala);
Sat, 11 Mar 2017 20:22:43 +0100 wenzelm support for caret handling and dynamic output;
Sat, 11 Mar 2017 14:25:26 +0100 wenzelm apply multiple edits bottom-to-top as specified in the protocol definition (assuming canonical order);
Thu, 09 Mar 2017 15:27:37 +0100 wenzelm tuned;
Thu, 09 Mar 2017 15:19:24 +0100 wenzelm incremental document changes;
Mon, 06 Mar 2017 18:28:48 +0100 wenzelm clarified messages (with improved scalability): legacy/error as diagnostics, writeln/information/warning/bad as tooltips (dynamic hover);
Mon, 06 Mar 2017 16:47:52 +0100 wenzelm more general tooltips, with uniform info range handling;
Sun, 05 Mar 2017 18:59:39 +0100 wenzelm always invoke output: pending_output may be present due to other reasons;
Sun, 05 Mar 2017 14:43:39 +0100 wenzelm simplified;
Sun, 05 Mar 2017 13:34:35 +0100 wenzelm more robust treatment of pending input/output: these are often correlated;
Sat, 04 Mar 2017 21:47:26 +0100 wenzelm clarified pretty margin;
Fri, 03 Mar 2017 17:53:24 +0100 wenzelm clarified signature;
Wed, 11 Jan 2017 20:01:55 +0100 wenzelm support for semantic completion;
Wed, 11 Jan 2017 14:22:57 +0100 wenzelm clarified text output wrt. symbols;
Mon, 09 Jan 2017 21:51:39 +0100 wenzelm tuned;
Mon, 09 Jan 2017 20:47:45 +0100 wenzelm clarified modules;
Mon, 09 Jan 2017 20:26:59 +0100 wenzelm tuned signature;
Sun, 08 Jan 2017 12:00:37 +0100 wenzelm more explocit Document_Model.Content;
Sat, 07 Jan 2017 17:30:06 +0100 wenzelm clarified lazy text content;
Thu, 05 Jan 2017 22:57:59 +0100 wenzelm more informative error for spurious crash;
Thu, 05 Jan 2017 15:32:32 +0100 wenzelm tuned;
less more (0) -100 -60 tip