src/Pure/System/options.scala
Sat, 05 Jun 2021 21:01:00 +0200 wenzelm clarified modules;
Mon, 17 May 2021 14:07:51 +0200 wenzelm clarified signature -- avoid odd warning about scala/bug#6675;
Mon, 17 May 2021 13:40:01 +0200 wenzelm clarified signature;
Thu, 04 Mar 2021 15:41:46 +0100 wenzelm tuned --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Wed, 20 Jan 2021 21:42:04 +0100 wenzelm proper message;
Sat, 28 Nov 2020 21:56:24 +0100 wenzelm added document antiquotation @{tool};
Mon, 05 Oct 2020 21:15:58 +0200 wenzelm clarified signature;
Fri, 27 Mar 2020 22:01:27 +0100 wenzelm misc tuning based on hints by IntelliJ IDEA;
Wed, 28 Nov 2018 16:14:31 +0100 wenzelm clarified signature;
Wed, 26 Sep 2018 22:38:16 +0200 wenzelm tuned signature;
Wed, 26 Sep 2018 22:07:35 +0200 wenzelm tuned signature;
Wed, 29 Aug 2018 12:44:17 +0200 wenzelm clarified signature;
Tue, 13 Mar 2018 18:40:25 +0100 wenzelm tuned signature;
Tue, 13 Mar 2018 17:15:01 +0100 wenzelm more flexible preferences: avoid hardwired file;
Sun, 10 Dec 2017 20:29:00 +0100 wenzelm avoid println with its extra CR on Windows;
Sat, 04 Nov 2017 17:11:21 +0100 wenzelm clarified lazy Completion within Outer_Syntax: measurable speedup of Sessions.deps;
Wed, 01 Nov 2017 21:02:16 +0100 wenzelm init only once (see also c0f776b661fa);
Sat, 16 Sep 2017 16:19:34 +0200 wenzelm proper tool name (cf. c1410bcf6e87);
Tue, 14 Mar 2017 19:46:53 +0100 wenzelm afford early initialization of JEdit_Options, but it may lead to messy exception trace for malformed etc/preferences (see also 6eeaaefcea56);
Thu, 13 Oct 2016 11:54:06 +0200 wenzelm support for separate sub-system options, independent of main Isabelle options;
Tue, 11 Oct 2016 21:25:10 +0200 wenzelm tuned -- Date.Format.default used by toString;
Sun, 09 Oct 2016 14:19:46 +0200 wenzelm modernized;
Mon, 05 Sep 2016 22:09:52 +0200 wenzelm clarified modules;
Mon, 11 Jul 2016 16:36:29 +0200 wenzelm explicit kind "before_command";
Wed, 13 Apr 2016 17:00:02 +0200 wenzelm clarified syntax;
Sun, 03 Apr 2016 22:36:11 +0200 wenzelm prefer internal tool;
Sun, 28 Feb 2016 17:40:01 +0100 wenzelm tuned signature;
Sat, 27 Feb 2016 19:47:53 +0100 wenzelm moved getopts to Scala;
Thu, 21 Jan 2016 20:50:34 +0100 wenzelm clarified errors: more explicit treatment of uninitialized state;
Thu, 05 Nov 2015 00:02:30 +0100 wenzelm symbolic syntax "\<comment> text";
Sun, 03 May 2015 00:01:10 +0200 wenzelm misc tuning, based on warnings by IntelliJ IDEA;
Sat, 18 Apr 2015 23:43:30 +0200 wenzelm clarified keywords for quasi-command spans and Sidekick structure;
Wed, 25 Mar 2015 13:45:52 +0100 wenzelm clarified position;
Sun, 15 Mar 2015 20:35:47 +0100 wenzelm clarified span position;
Sat, 14 Mar 2015 16:56:11 +0100 wenzelm position parser as in ML;
Wed, 03 Dec 2014 14:04:38 +0100 wenzelm tuned signature;
Thu, 13 Nov 2014 23:45:15 +0100 wenzelm uniform treatment of all document markup commands: 'text' and 'txt' merely differ in LaTeX style;
Wed, 05 Nov 2014 22:17:05 +0100 wenzelm tuned signature;
Sun, 02 Nov 2014 15:27:37 +0100 wenzelm uniform heading commands work in any context, even in theory header;
Fri, 02 May 2014 20:01:45 +0200 wenzelm prefer scala.Console with its support for thread-local redirection;
Tue, 22 Apr 2014 12:30:54 +0200 wenzelm tuned;
Thu, 17 Apr 2014 10:54:10 +0200 wenzelm capitalize more carefully, e.g. relevant for option "ML_exception_trace";
Wed, 16 Apr 2014 11:52:26 +0200 wenzelm more specific support for sequence of words;
Wed, 16 Apr 2014 09:38:40 +0200 wenzelm tuned signature -- separate module Word;
Sun, 13 Apr 2014 16:42:44 +0200 wenzelm added dictionaries_selector GUI;
Sat, 12 Apr 2014 21:38:38 +0200 wenzelm some case-mangling;
Tue, 08 Apr 2014 14:15:48 +0200 wenzelm more positions and markup;
Thu, 20 Feb 2014 14:36:17 +0100 wenzelm tuned imports;
Tue, 29 Oct 2013 16:52:25 +0100 wenzelm clarified isabelle options -l;
Fri, 30 Aug 2013 22:22:07 +0200 wenzelm more general backup files;
Sat, 27 Jul 2013 17:34:56 +0200 wenzelm clarified meaning of options for "isabelle options";
Sat, 27 Jul 2013 16:59:25 +0200 wenzelm support isabelle options -g;
Sat, 18 May 2013 12:41:31 +0200 wenzelm explicit notion of public options, which are shown in the editor options dialog;
Sun, 12 May 2013 17:56:53 +0200 wenzelm tuned comments;
Thu, 04 Apr 2013 18:44:22 +0200 wenzelm more conventional synchronized access to Options_Variable -- avoid Swing_Thread getting in the way, which might be absent in some environments (e.g. SWT);
Mon, 14 Jan 2013 22:24:57 +0100 wenzelm Isabelle_System.mkdirs with explicit error checking (in accordance to ML version), e.g. relevant with read-only DMG file-system on Mac OS X;
Wed, 09 Jan 2013 21:21:41 +0100 wenzelm create required PREFS_DIR;
Fri, 30 Nov 2012 21:30:24 +0100 wenzelm renamed dockable "Prover Session" to "Theories";
Sun, 25 Nov 2012 21:23:20 +0100 wenzelm tuned signature;
less more (0) -60 tip