History log of /seL4-l4v-10.1.1/l4v/isabelle/src/Tools/jEdit/src/active.scala
Revision Date Author Comments
# 4a4e793f 13-Jun-2017 wenzelm <none@none>

clarified modules;


# 7dec135b 14-Mar-2017 wenzelm <none@none>

clarified singleton module;


# 5fcecffa 12-Jan-2017 wenzelm <none@none>

tuned signature;


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

tuned;


# f54021f7 12-Aug-2016 wenzelm <none@none>

active jEdit actions;


# e40e06c8 15-Jul-2016 wenzelm <none@none>

more structured edit, including indentation;


# 017ef0a5 13-Mar-2016 wenzelm <none@none>

tuned;


# 239ff6e6 10-Mar-2016 wenzelm <none@none>

prefer plain "isabelle" from PATH within Isabelle settings environment;


# 9a68661f 14-Feb-2016 wenzelm <none@none>

tuned signature;


# 5d7c6368 13-Feb-2016 wenzelm <none@none>

tuned signature -- more like ML version;


# 5f27c221 03-Nov-2015 wenzelm <none@none>

prefer ad-hoc non-worker threads;


# b39e50ff 20-Aug-2015 wenzelm <none@none>

clarified modules, like ML version;


# 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;


# 331be8f5 03-Jan-2015 wenzelm <none@none>

more formal Graph_Display.Node (with ordering) and Graph_Display.Edge;
misc tuning;
tuned signature;


# e0e8cf48 02-May-2015 wenzelm <none@none>

misc tuning, based on warnings by IntelliJ IDEA;


# b18047b0 03-Oct-2014 wenzelm <none@none>

more buffer.isEditable checks;


# 3a774892 10-Aug-2014 wenzelm <none@none>

follow link to originating command, to ensure that Simplifier_Trace_Dockable displays its results (via current_command);


# 40e642df 23-Jul-2014 wenzelm <none@none>

clarified module name: facilitate alternative GUI frameworks;

--HG--
rename : src/Pure/GUI/swing_thread.scala => src/Pure/GUI/gui_thread.scala


# ef67ef66 21-Jul-2014 wenzelm <none@none>

regular message to refer to Simplifier Trace panel (unused);


# 7d07ee99 21-Jul-2014 wenzelm <none@none>

proper Swing buttons instead of active areas within text (by Lars Hupel);


# 41e5dc5a 19-May-2014 wenzelm <none@none>

re-focus target explicity, e.g. relevant for Sledgehammer panel;


# ca07262c 25-Apr-2014 wenzelm <none@none>

prefer Isabelle/Scala operations;


# da5844fe 22-Apr-2014 wenzelm <none@none>

avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;


# d07366e0 05-Apr-2014 wenzelm <none@none>

more standard Isabelle_System.tmp_file and tmp_dir operations, in accordance to ML version;


# 93d632dd 18-Feb-2014 wenzelm <none@none>

more standard names for protocol and markup elements;


# 6b0c03d3 04-Feb-2014 Lars Hupel <lars.hupel@mytum.de>

interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state

--HG--
extra : amend_source : ecfd76d4e8277199ca35432e0682414689f265fb


# 73c68e25 21-Nov-2013 wenzelm <none@none>

back to Status.FINISHED and immediate remove_overlay (reverting 6e69f9ca8f1c), which is important to avoid restart of print function after edits + re-assignment of located command;
resolve sendback wrt. static command id, to allow active area even after exec_id is removed (cf. prune_delay);


# 823ffa50 10-Sep-2013 wenzelm <none@none>

tuned signature;


# e52e789c 18-Jul-2013 wenzelm <none@none>

explicit padding on command boundary for "auto" generated sendback -- do not replace the corresponding goal command, but append to it;


# 214e6101 05-Jul-2013 wenzelm <none@none>

tuned signature;


# 328dbab6 05-Jul-2013 wenzelm <none@none>

explicit module Document_ID as source of globally unique identifiers across ML/Scala;


# 5bfdde0d 20-May-2013 wenzelm <none@none>

discontinued odd workaround for scala-2.9.2, which is hopefully obsolete in scala-2.10.x;


# 4746ae02 03-Jan-2013 wenzelm <none@none>

prefer old graph browser in Isabelle/jEdit, which still produces better layout;
clarified print mode "active_graph": allow to switch "browser" vs. "graphview" uniformly;
tuned signature;


# ac81bbc5 13-Dec-2012 wenzelm <none@none>

identify dialogs via official serial and maintain as result message;
clarified Protocol.is_inlined: suppress result/tracing/state messages uniformly;
cumulate_markup/select_markup depending on command state;
explicit Rendering.output_messages;
tuned source structure;


# e227f727 12-Dec-2012 wenzelm <none@none>

support dialog via document content;


# bc8db51f 10-Dec-2012 wenzelm <none@none>

keep diagnostic command -- avoid confusion when it disappears;


# 6e4b0730 10-Dec-2012 wenzelm <none@none>

stateless dockable window for graphview, which is triggered by the active area of the corresponding diagnostic command;


# 19b3945c 10-Dec-2012 wenzelm <none@none>

generalized notion of active area, where sendback is just one application;
some support for graphview via active area;

--HG--
rename : src/Pure/PIDE/sendback.ML => src/Pure/PIDE/active.ML
rename : src/Tools/jEdit/src/sendback.scala => src/Tools/jEdit/src/active.scala