src/Tools/jEdit/src/symbols_dockable.scala
Tue, 29 Aug 2023 18:17:04 +0200 wenzelm clarified signature;
Thu, 08 Dec 2022 22:38:03 +0100 wenzelm clarified signature: proper scopes and types;
Mon, 04 Apr 2022 22:04:20 +0200 wenzelm proper indentation (relevant for scala3);
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Thu, 03 Mar 2022 16:18:27 +0100 wenzelm misc tuning, based on suggestions by IntelliJ IDEA;
Thu, 03 Mar 2022 16:05:02 +0100 wenzelm clarified signature;
Thu, 03 Mar 2022 15:39:51 +0100 wenzelm clarified signature;
Thu, 03 Mar 2022 13:08:25 +0100 wenzelm clarified signature;
Thu, 15 Jul 2021 16:35:45 +0200 wenzelm build.props for isabelle.jar, including isabelle.jedit;
Thu, 04 Mar 2021 21:04:27 +0100 wenzelm clarified signature --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Mon, 06 Apr 2020 12:53:45 +0200 wenzelm clarified modules;
Fri, 27 Mar 2020 22:01:27 +0100 wenzelm misc tuning based on hints by IntelliJ IDEA;
Tue, 09 Jan 2018 17:40:25 +0100 wenzelm show only symbols with code;
Mon, 04 Dec 2017 22:52:16 +0100 wenzelm tuned signature;
Fri, 01 Sep 2017 15:15:29 +0200 wenzelm more robust: provide docking framework via base plugin;
Tue, 27 Jun 2017 21:56:56 +0200 wenzelm clarified defaults;
Tue, 27 Jun 2017 21:36:58 +0200 wenzelm tuned signature;
Thu, 01 Jun 2017 21:15:56 +0200 wenzelm output control symbols like ML version, with optionally hidden source;
Wed, 15 Mar 2017 13:49:39 +0100 wenzelm clarified modules;
Tue, 20 Sep 2016 22:31:50 +0200 wenzelm tuned -- fewer warnings;
Thu, 15 Sep 2016 11:44:05 +0200 wenzelm tuned;
Wed, 14 Sep 2016 20:47:17 +0200 wenzelm handle font-size events;
Wed, 14 Sep 2016 19:44:08 +0200 wenzelm clarified GUI representation of replacement texts with zero or more abbrevs;
Wed, 14 Sep 2016 17:14:56 +0200 wenzelm handle update events;
Wed, 14 Sep 2016 14:17:32 +0200 wenzelm added abbrevs panel;
Fri, 08 Jan 2016 18:18:40 +0100 wenzelm clarified symbol insertion, depending on buffer encoding;
Fri, 01 Jan 2016 11:18:54 +0100 wenzelm clarified meaning of \<^bold> action, depending on group;
Sun, 18 Jan 2015 17:32:38 +0100 wenzelm tuned;
Sat, 29 Nov 2014 14:43:10 +0100 wenzelm encode text with control symbols;
Tue, 12 Aug 2014 12:06:22 +0200 wenzelm separate Java FX modules -- no need to include jfxrt.jar by default;
Wed, 23 Jul 2014 11:19:24 +0200 wenzelm clarified module name: facilitate alternative GUI frameworks;
Mon, 28 Apr 2014 14:19:14 +0200 wenzelm tuned;
Sat, 26 Apr 2014 18:06:21 +0200 wenzelm tuned;
Sat, 26 Apr 2014 17:53:03 +0200 wenzelm clarified GUI focus;
Sat, 26 Apr 2014 17:25:02 +0200 wenzelm actually observe search limit;
Sat, 26 Apr 2014 17:20:37 +0200 wenzelm misc tuning;
Sat, 19 Apr 2014 19:03:32 +0200 wenzelm clarified tooltip_lines: HTML.encode already takes care of newline (but not space);
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;
Sat, 12 Apr 2014 21:38:38 +0200 wenzelm some case-mangling;
Sat, 01 Mar 2014 19:39:27 +0100 wenzelm tuned signature -- separate module Font_Info;
Sun, 22 Sep 2013 18:42:18 +0200 wenzelm tuned;
Wed, 18 Sep 2013 16:09:38 +0200 wenzelm improved layout, with special treatment for ScrollPane;
Fri, 30 Aug 2013 11:04:29 +0200 wenzelm allow multiple symbol properties, notably groups and abbrevs;
Thu, 04 Apr 2013 17:33:04 +0200 wenzelm separate module Isabelle_Font, to keep this out of the way of generic Isabelle_System operations, notably for non-Isabelle/jEdit applications;
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;
Sun, 25 Nov 2012 21:10:29 +0100 wenzelm tuned signature;
Sun, 25 Nov 2012 20:59:32 +0100 wenzelm renamed main plugin object to PIDE;
Sat, 24 Nov 2012 18:29:19 +0100 wenzelm tuned -- Symbol.groups already sorted;
Sat, 24 Nov 2012 17:46:54 +0100 wenzelm more robust default font -- user might have switched jEdit TextArea to another font that lacks glyphs;
Sat, 24 Nov 2012 17:12:06 +0100 wenzelm added option jedit_symbols_search_limit;
Sat, 24 Nov 2012 17:05:10 +0100 wenzelm avoid empty tooltip;
Sat, 24 Nov 2012 16:40:42 +0100 wenzelm special handling of control symbols in Symbols dockable;
Sat, 24 Nov 2012 16:24:39 +0100 wenzelm recovered some tooltip wrapping from e2762f962042, with multi-line support via HTML.encode;
Sat, 24 Nov 2012 16:13:21 +0100 wenzelm avoid showing semantic aspects of Unicode -- Isabelle/Scala merely (ab)uses the low-level rendering model (codepoint + font);
Wed, 21 Nov 2012 16:32:34 +0100 immler included abbrev in tooltip
Wed, 21 Nov 2012 16:21:16 +0100 immler removed (unicode) tooltips: can not adjust font in basic swing tooltip
less more (0) -60 tip