wenzelm [Mon, 12 Jun 2017 11:41:54 +0200] rev 66068
removed pointless default: vscode.previewHtml happens only after prover response;
wenzelm [Mon, 12 Jun 2017 11:32:23 +0200] rev 66067
more markup for HTML rendering;
wenzelm [Mon, 12 Jun 2017 10:58:10 +0200] rev 66066
tuned signature;
wenzelm [Mon, 12 Jun 2017 10:51:30 +0200] rev 66065
clarified;
wenzelm [Mon, 12 Jun 2017 10:48:26 +0200] rev 66064
tuned;
wenzelm [Sat, 10 Jun 2017 22:50:40 +0200] rev 66063
superseded by external protocol;
wenzelm [Sat, 10 Jun 2017 22:48:35 +0200] rev 66062
use old-style "textEdit" for the sake of the external protocol (see also vscode-languageserver-node/issues/188);
wenzelm [Sat, 10 Jun 2017 21:48:02 +0200] rev 66061
tuned;
wenzelm [Sat, 10 Jun 2017 21:34:05 +0200] rev 66060
symbol completion that bypasses the LS protocol, and thus observes the range properly;
more symbol operations;
eberlm <eberlm@in.tum.de> [Sat, 10 Jun 2017 14:54:56 +0200] rev 66059
More rules for Probability/Tree_Space
wenzelm [Fri, 09 Jun 2017 22:55:18 +0200] rev 66058
merged
wenzelm [Fri, 09 Jun 2017 22:41:53 +0200] rev 66057
tuned;
wenzelm [Fri, 09 Jun 2017 22:28:48 +0200] rev 66056
clarified output for symbol completion;
wenzelm [Fri, 09 Jun 2017 21:57:30 +0200] rev 66055
tuned;
wenzelm [Fri, 09 Jun 2017 21:43:31 +0200] rev 66054
more uniform syntax_completion + semantic_completion;
wenzelm [Fri, 09 Jun 2017 19:23:29 +0200] rev 66053
clarified modules;
wenzelm [Fri, 09 Jun 2017 17:13:50 +0200] rev 66052
provide information about Isabelle symbols within VSCode;
wenzelm [Fri, 09 Jun 2017 16:59:14 +0200] rev 66051
tuned signature;
eberlm <eberlm@in.tum.de> [Fri, 09 Jun 2017 18:36:25 +0200] rev 66050
Cleaned up and extended Probability/Tree_Space
hoelzl [Fri, 09 Jun 2017 10:10:08 -0400] rev 66049
HOL-Probability: use tree datastructure from Libary/Tree; hide left/right/var projections
wenzelm [Fri, 09 Jun 2017 14:25:00 +0200] rev 66048
avoid markup, for the sake of Build_Log.Log_File.parse_props;
wenzelm [Fri, 09 Jun 2017 13:56:32 +0200] rev 66047
more robust: store important meta info before potential failure;
wenzelm [Fri, 09 Jun 2017 13:42:17 +0200] rev 66046
tuned message;
wenzelm [Fri, 09 Jun 2017 11:39:02 +0200] rev 66045
merged
wenzelm [Thu, 08 Jun 2017 23:04:07 +0200] rev 66044
more HTML rendering as in Isabelle/jEdit;
tuned;
wenzelm [Thu, 08 Jun 2017 21:17:13 +0200] rev 66043
tuned signature;
wenzelm [Thu, 08 Jun 2017 15:12:30 +0200] rev 66042
clarified menu;
avoid non-portable ALT-mouse combination;
wenzelm [Thu, 08 Jun 2017 14:27:13 +0200] rev 66041
clarified signature;
wenzelm [Thu, 08 Jun 2017 14:08:07 +0200] rev 66040
HTML preview based on PIDE markup;
wenzelm [Thu, 08 Jun 2017 13:17:40 +0200] rev 66039
explicit foreground color, for the sake of dark theme in VSCode;
wenzelm [Thu, 08 Jun 2017 13:01:50 +0200] rev 66038
tuned layout (amending 8040d2563593);
wenzelm [Thu, 08 Jun 2017 12:54:55 +0200] rev 66037
more official session qualifier;
wenzelm [Thu, 08 Jun 2017 12:25:59 +0200] rev 66036
clarified;
boehmes [Thu, 08 Jun 2017 23:37:01 +0200] rev 66035
replace non-arithmetic terms by fresh variables before replaying linear-arithmetic proofs: avoid failed proof replays due to an overambitious simpset which may cause proof replay to diverge from the pre-computed proof trace
wenzelm [Wed, 07 Jun 2017 23:23:48 +0200] rev 66034
merged
wenzelm [Wed, 07 Jun 2017 21:19:33 +0200] rev 66033
clarified output;
wenzelm [Wed, 07 Jun 2017 20:46:03 +0200] rev 66032
more tooltips;
wenzelm [Wed, 07 Jun 2017 20:18:23 +0200] rev 66031
clarified imports;
wenzelm [Wed, 07 Jun 2017 20:06:50 +0200] rev 66030
update strictly local imports only;
wenzelm [Wed, 07 Jun 2017 19:41:05 +0200] rev 66029
proper imports_base;
wenzelm [Wed, 07 Jun 2017 19:13:22 +0200] rev 66028
tuned;
wenzelm [Wed, 07 Jun 2017 15:52:18 +0200] rev 66027
avoid redundant Preview documents;
hoelzl [Wed, 07 Jun 2017 17:11:45 -0400] rev 66026
HOL-Probability: add measurable space for trees
wenzelm [Tue, 06 Jun 2017 23:13:53 +0200] rev 66025
clarified import of loaded theory;
haftmann [Mon, 05 Jun 2017 21:24:41 +0200] rev 66024
decomposed tuple
haftmann [Mon, 05 Jun 2017 21:24:40 +0200] rev 66023
tuned
haftmann [Mon, 05 Jun 2017 21:24:39 +0200] rev 66022
clarified message
wenzelm [Tue, 06 Jun 2017 13:42:38 +0200] rev 66021
tuned signature;
wenzelm [Tue, 06 Jun 2017 13:13:25 +0200] rev 66020
discontinued obsolete print mode;
wenzelm [Mon, 05 Jun 2017 23:55:58 +0200] rev 66019
HTML preview via builtin HTTP server;
wenzelm [Mon, 05 Jun 2017 23:13:08 +0200] rev 66018
permissive output of XML.Text, e.g. relevant for embedded <style>;
haftmann [Mon, 05 Jun 2017 15:59:47 +0200] rev 66017
avoid Local_Theory.reset in application space
haftmann [Mon, 05 Jun 2017 15:59:45 +0200] rev 66016
tuned
haftmann [Mon, 05 Jun 2017 15:59:45 +0200] rev 66015
specific output setup is not supposed to intrude regular import theory
haftmann [Mon, 05 Jun 2017 15:59:45 +0200] rev 66014
avoid duplicate
haftmann [Mon, 05 Jun 2017 15:59:45 +0200] rev 66013
streamlined code setup for fake terms
haftmann [Mon, 05 Jun 2017 15:59:45 +0200] rev 66012
modernized (code) setup for enumeration predicates
haftmann [Mon, 05 Jun 2017 15:59:45 +0200] rev 66011
simplified setup
haftmann [Mon, 05 Jun 2017 15:59:41 +0200] rev 66010
executable domain membership checks
wenzelm [Mon, 05 Jun 2017 20:03:01 +0200] rev 66009
more tests;
wenzelm [Mon, 05 Jun 2017 15:56:00 +0200] rev 66008
cover more history;
wenzelm [Mon, 05 Jun 2017 15:37:51 +0200] rev 66007
cover more history;
wenzelm [Mon, 05 Jun 2017 13:19:14 +0200] rev 66006
uniform notion of Symbol.is_controllable (see also 265d9300d523);
lammich <lammich@in.tum.de> [Fri, 02 Jun 2017 09:26:04 +0200] rev 66005
merged