src/Tools/VSCode/src/vscode_resources.scala
Thu, 10 Dec 2020 15:08:31 +0100 wenzelm tuned signature;
Sat, 28 Nov 2020 20:14:46 +0100 wenzelm avoid conflicting base names;
Mon, 16 Nov 2020 23:27:43 +0100 wenzelm clarified signature;
Tue, 21 Apr 2020 19:07:11 +0200 wenzelm clarified imports;
Wed, 01 Apr 2020 20:17:23 +0200 wenzelm pretty formatting as in Isabelle/ML;
Tue, 01 Oct 2019 11:29:03 +0200 wenzelm more sequential access to Session.manager.global_state: avoid minor divergence of tip version;
Mon, 16 Sep 2019 23:20:45 +0200 wenzelm clarified inversion of file name to theory name, notably for Windows;
Mon, 16 Sep 2019 21:30:30 +0200 wenzelm tuned signature;
Thu, 12 Sep 2019 13:33:09 +0200 wenzelm find theory files via session structure: much faster Prover IDE startup;
Wed, 11 Sep 2019 20:48:10 +0200 wenzelm find theory node name via session directories;
Sat, 01 Jun 2019 21:43:41 +0200 wenzelm tuned imports -- accommodate scala-2.13.0-RC3;
Mon, 03 Dec 2018 14:59:42 +0100 wenzelm static type for Library.using: avoid Java 11 warnings on "Illegal reflective access";
Wed, 07 Nov 2018 22:15:03 +0100 wenzelm more uniform read_file_content for Isabelle/jEdit and Isabelle/VSCode: make_theory_content is required for semantic checking of user file-formats (e.g. bibtex);
Wed, 07 Nov 2018 21:42:16 +0100 wenzelm more general support for Isabelle/PIDE file formats -- less hardwired Bibtex operations;
Tue, 30 Jan 2018 23:01:38 +0100 wenzelm clarified breakgain: keeping it constant avoids margin fluctuation in Pretty_Tooltip vs. Pretty_Text_Area;
Thu, 28 Dec 2017 22:53:45 +0100 wenzelm implicit thy_load context for bibtex files (VSCode);
Tue, 28 Nov 2017 22:14:10 +0100 wenzelm clarified theory_name vs. loaded_theory: proper import_name for already loaded theories from other sessions (amending 4c98c929a12a);
Sun, 12 Nov 2017 19:47:18 +0100 wenzelm tuned signature (again, see 1a9e2a2bf251);
Sun, 12 Nov 2017 19:46:19 +0100 wenzelm tuned signature;
Mon, 06 Nov 2017 17:24:09 +0100 wenzelm tuned signature;
Tue, 31 Oct 2017 15:55:50 +0100 wenzelm clarified modules;
Fri, 29 Sep 2017 17:35:09 +0200 wenzelm tuned;
Fri, 29 Sep 2017 17:28:44 +0200 wenzelm tuned signature;
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 10:32:09 +0200 wenzelm store document version;
Fri, 30 Jun 2017 14:26:45 +0200 wenzelm retain symlinks in file names from VSCode: relevant for proper file locations in decorations etc.;
Fri, 30 Jun 2017 14:19:37 +0200 wenzelm clarified platform file operations;
Mon, 26 Jun 2017 15:57:20 +0200 wenzelm proper bootstrap_name (amending b42743f5b595);
Wed, 21 Jun 2017 14:56:44 +0200 wenzelm tuned signature;
Wed, 21 Jun 2017 14:06:16 +0200 wenzelm tuned signature;
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;
Tue, 13 Jun 2017 22:39:57 +0200 wenzelm clarified signature;
Tue, 30 May 2017 21:38:38 +0200 wenzelm tuned signature;
Thu, 25 May 2017 21:20:22 +0200 wenzelm restricted perspective depending on the caret -- important for reactivity when editing big files;
Fri, 21 Apr 2017 14:09:03 +0200 wenzelm eliminated default_qualifier: just a constant;
Thu, 20 Apr 2017 15:00:32 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 21:48:53 +0200 wenzelm prefer formal name from session context, for proper qualified theory name;
Thu, 13 Apr 2017 12:19:28 +0200 wenzelm tuned signature (again);
Wed, 12 Apr 2017 22:47:21 +0200 wenzelm tuned;
Wed, 12 Apr 2017 22:32:55 +0200 wenzelm clarified loaded_theories: map to qualified theory name;
Mon, 10 Apr 2017 11:29:47 +0200 wenzelm clarified signature;
Sat, 08 Apr 2017 20:56:41 +0200 wenzelm more session_base information in ML;
Mon, 03 Apr 2017 17:00:36 +0200 wenzelm tuned signature;
Mon, 03 Apr 2017 16:36:45 +0200 wenzelm provide session qualifier via resources;
Tue, 14 Mar 2017 16:20:07 +0100 wenzelm avoid race condition between current_state().stable_tip_version and model.rendering();
Sun, 12 Mar 2017 14:43:50 +0100 wenzelm clarified caret offset;
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;
Thu, 09 Mar 2017 15:19:24 +0100 wenzelm incremental document changes;
Tue, 07 Mar 2017 16:06:42 +0100 wenzelm decorations for spell-checker;
Tue, 07 Mar 2017 10:52:04 +0100 wenzelm clarified options;
Mon, 06 Mar 2017 17:10:37 +0100 wenzelm tuned;
Sun, 05 Mar 2017 18:58:17 +0100 wenzelm tuned signature;
Sun, 05 Mar 2017 14:47:37 +0100 wenzelm tuned;
Sun, 05 Mar 2017 14:43:39 +0100 wenzelm simplified;
Sun, 05 Mar 2017 14:33:43 +0100 wenzelm publish output more thoroughly;
less more (0) -100 -60 tip