2020-09-29 |
wenzelm |
allow Scala function execution on separate thread: better reactivity, but potential overloading of the JVM;
|
file |
diff |
annotate
|
2020-05-27 |
wenzelm |
check bash functions against Isabelle settings environment;
|
file |
diff |
annotate
|
2020-05-25 |
wenzelm |
antiquotations for Scala entities;
|
file |
diff |
annotate
|
2020-05-24 |
wenzelm |
proper check of registered Scala functions;
|
file |
diff |
annotate
|
2019-08-17 |
wenzelm |
added ML antiquotation @{oracle_name};
|
file |
diff |
annotate
|
2019-07-17 |
wenzelm |
added \<llangle>, \<rrangle>;
|
file |
diff |
annotate
|
2019-07-17 |
wenzelm |
added \<bbar>;
|
file |
diff |
annotate
|
2019-07-17 |
wenzelm |
added \<sqdot>;
|
file |
diff |
annotate
|
2019-04-28 |
wenzelm |
completion for \<^const>, although it often requires an extra argument;
|
file |
diff |
annotate
|
2019-03-30 |
wenzelm |
clarified signature: more explicit type Path.binding;
|
file |
diff |
annotate
|
2019-03-10 |
wenzelm |
document markers are formal comments, and may thus occur anywhere in the command-span;
|
file |
diff |
annotate
|
2019-03-09 |
wenzelm |
added glyph for \<marker>;
|
file |
diff |
annotate
|
2018-11-28 |
wenzelm |
clarified symbol groups;
|
file |
diff |
annotate
|
2018-11-24 |
wenzelm |
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
|
file |
diff |
annotate
|
2018-01-19 |
wenzelm |
support for completion;
|
file |
diff |
annotate
|
2018-01-14 |
wenzelm |
support for completion;
|
file |
diff |
annotate
|
2018-01-13 |
wenzelm |
added glyph from "Deja Vu Sans Mono" font;
|
file |
diff |
annotate
|
2018-01-13 |
wenzelm |
added \<^cancel> operator for unused text;
|
file |
diff |
annotate
|
2018-01-01 |
wenzelm |
more completion templates;
|
file |
diff |
annotate
|
2017-12-30 |
wenzelm |
more robust hyphen (see also "Soft hyphen (SHY) – a hard problem?" http://jkorpela.fi/shy.html);
|
file |
diff |
annotate
|
2016-12-13 |
wenzelm |
more symbols;
|
file |
diff |
annotate
|
2016-08-30 |
wenzelm |
added glyph from "Deja Vu Sans Mono" font;
|
file |
diff |
annotate
|
2016-08-12 |
wenzelm |
some icons from Symbola font;
|
file |
diff |
annotate
|
2016-02-27 |
wenzelm |
symbol interpretation for \<circle>;
|
file |
diff |
annotate
|
2016-02-04 |
wenzelm |
clarified;
|
file |
diff |
annotate
|
2016-01-24 |
wenzelm |
discontinued irregular abbrevs: ".o" counts as word, "+o", "*o", "-o" are occasionally used as ASCII notation, "*o" is in conflict with "(*o" in comments;
|
file |
diff |
annotate
|
2016-01-09 |
wenzelm |
\<struct> loses its rendering and is superseded by \<diamondop>;
|
file |
diff |
annotate
|
2016-01-01 |
wenzelm |
clarified abbrev;
|
file |
diff |
annotate
|
2016-01-01 |
wenzelm |
clarified groups, notably for Symbols dockable;
|
file |
diff |
annotate
|
2016-01-01 |
wenzelm |
glyphs for \<bind>, \<then>;
|
file |
diff |
annotate
|
2015-12-29 |
wenzelm |
simplified abbrevs: exploit ambiguity;
|
file |
diff |
annotate
|
2015-12-29 |
wenzelm |
more arrow symbols;
|
file |
diff |
annotate
|
2015-12-29 |
wenzelm |
more arrow symbols;
|
file |
diff |
annotate
|
2015-11-12 |
wenzelm |
support short form for \<^theory_text>;
|
file |
diff |
annotate
|
2015-11-07 |
wenzelm |
added @{undefined} with somewhat undefined symbol;
|
file |
diff |
annotate
|
2015-11-06 |
wenzelm |
retain traditional rendering of \<paragraph>;
|
file |
diff |
annotate
|
2015-11-05 |
wenzelm |
IsabelleText for unusual symbol;
|
file |
diff |
annotate
|
2015-11-04 |
wenzelm |
symbolic syntax "\<comment> text";
|
file |
diff |
annotate
|
2015-11-04 |
wenzelm |
document antiquotation @{footnote};
|
file |
diff |
annotate
|
2015-10-21 |
wenzelm |
rendering for \<^verbatim>;
|
file |
diff |
annotate
|
2015-10-18 |
wenzelm |
clarified control antiquotations: decode control symbol to get name;
|
file |
diff |
annotate
|
2015-10-15 |
wenzelm |
unused -- avoid confusion in Symbols dockable;
|
file |
diff |
annotate
|
2015-10-14 |
wenzelm |
clarified control symbols;
|
file |
diff |
annotate
|
2015-10-12 |
wenzelm |
some control symbols for markup and formatting;
|
file |
diff |
annotate
|
2015-04-08 |
wenzelm |
added symbol for \<hole> (from DejaVuSansMono and DejaVuSansMono-Bold version 2.34);
|
file |
diff |
annotate
|
2014-05-24 |
wenzelm |
receovered alternative abbrevs for \<open> \<close> from 8e8243975860, to accommodate national keyboard layouts where "`" might be hard to produce;
|
file |
diff |
annotate
|
2014-04-15 |
wenzelm |
clarified abbreviations for cartouche delimiters, to work in any context;
|
file |
diff |
annotate
|
2014-04-06 |
wenzelm |
removed abbrev "<-" again (see c771f0fe28d1) due to conflict with important "<->" and "<-->";
|
file |
diff |
annotate
|
2014-04-03 |
wenzelm |
more symbol abbrevs, e.g. relevant for list comprehension in HOL/List.thy or HOL/Library/Monad_Syntax.thy;
|
file |
diff |
annotate
|
2014-02-27 |
wenzelm |
more symbol abbrevs to support HOL library maintenance;
|
file |
diff |
annotate
|
2014-02-17 |
wenzelm |
always show PIDE positions as \<here> (0x002302 "House" from DejaVuSansMono);
|
file |
diff |
annotate
|
2014-01-19 |
wenzelm |
group symbols;
|
file |
diff |
annotate
|
2014-01-18 |
wenzelm |
support for nested text cartouches;
|
file |
diff |
annotate
|
2014-01-15 |
wenzelm |
added \<newline> symbol, which is used for char/string literals in HOL;
|
file |
diff |
annotate
|
2013-08-31 |
wenzelm |
uniform abbrevs for left/right arrows;
|
file |
diff |
annotate
|
2013-08-31 |
wenzelm |
more abbrevs according to Isabelle/HOL ASCII replacement syntax;
|
file |
diff |
annotate
|
2013-08-31 |
wenzelm |
added common alternative for == (its ambiguity also avoids conflict with ==>);
|
file |
diff |
annotate
|
2013-08-30 |
wenzelm |
single-letter abbrev does not make sense -- too many candidates;
|
file |
diff |
annotate
|
2013-08-30 |
wenzelm |
fewer conflicts -- adhoc resolution of == vs. ==> via unicode (!) image;
|
file |
diff |
annotate
|
2013-08-30 |
wenzelm |
more symbol abbrevs;
|
file |
diff |
annotate
|