History log of /seL4-l4v-master/isabelle/src/Pure/PIDE/editor.scala
Revision Date Author Comments
# 9357e275 17-Jun-2017 wenzelm <none@none>

maintain overlays within main state of document models;
proper pending_input for Isabelle/VSCode;


# 9bd022db 16-Jun-2017 wenzelm <none@none>

more general dispatcher operations;


# 70cb547d 13-Jun-2017 wenzelm <none@none>

tuned signature;


# 4a4e793f 13-Jun-2017 wenzelm <none@none>

clarified modules;


# 7fdd3866 10-Jan-2017 wenzelm <none@none>

support "purge" operation on document model;


# 37b73102 10-Jan-2017 wenzelm <none@none>

proper template;


# 4a214b56 23-Dec-2016 wenzelm <none@none>

tuned;


# 6c905f17 23-Dec-2016 wenzelm <none@none>

tuned;


# 17963ce2 24-Nov-2016 wenzelm <none@none>

explicit option editor_generated_input_delay, which is more aggressive by default;


# b9176ec5 23-Nov-2016 wenzelm <none@none>

delay_first for machine generated editor events: avoid starvation, e.g. when operating on big sessions;


# e586062c 21-Nov-2015 wenzelm <none@none>

double flush to ensure persistent "state" output is reset;
tuned GUI;


# e434d293 11-Aug-2015 wenzelm <none@none>

support hyperlinks with optional focus change;
no change of focus for debuffer position, to avoid visual glitches and keep panel active;


# 71a521c4 09-Apr-2014 wenzelm <none@none>

avoid confusion about pointless cursor movement with external links;


# 1447d8e0 02-Mar-2014 wenzelm <none@none>

tuned signature -- emphasize symbol positions (prover) vs. decoded text offsets (editor);


# a6d1922c 03-Mar-2014 wenzelm <none@none>

tuned signature;


# 9efc3abf 08-Dec-2013 wenzelm <none@none>

added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;


# 1ec4de97 17-Nov-2013 wenzelm <none@none>

centralized management of pending buffer edits;


# 3dedff6e 24-Sep-2013 wenzelm <none@none>

skip ignored commands, similar to former proper_command_at (see d68ea01d5084) -- relevant to Output, Query_Operation etc.;
tuned signature;


# 66269220 12-Aug-2013 wenzelm <none@none>

manage hyperlinks via PIDE editor interface;


# 8db402ed 12-Aug-2013 wenzelm <none@none>

prefer PIDE editor operations;
apply_query: insist in non-outdated snapshot via editor.current_command;
tuned signature;


# 0745bc76 12-Aug-2013 wenzelm <none@none>

central management of Document.Overlays, independent of Document_Model;


# bda7145c 11-Aug-2013 wenzelm <none@none>

tuned signature;


# a79a6626 12-Aug-2013 wenzelm <none@none>

tuned signature -- more abstract PIDE editor operations;