History log of /seL4-l4v-10.1.1/isabelle/src/Tools/jEdit/src/sledgehammer_dockable.scala
Revision Date Author Comments
# f2ad1c56 01-Sep-2017 wenzelm <none@none>

more robust: provide docking framework via base plugin;

--HG--
rename : src/Tools/jEdit/src/dockable.scala => src/Tools/jEdit/src-base/dockable.scala
rename : src/Tools/jEdit/src/pide_docking_framework.scala => src/Tools/jEdit/src-base/pide_docking_framework.scala


# 3891c3e0 27-Jun-2017 wenzelm <none@none>

clarified defaults;


# 3d4309c0 27-Jun-2017 wenzelm <none@none>

tuned signature;


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

clarified modules;


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

clarified singleton module;


# ec411153 27-Nov-2015 wenzelm <none@none>

tuned;


# c6b464b3 21-Sep-2015 wenzelm <none@none>

tuned;


# 44e6d16c 07-Aug-2015 wenzelm <none@none>

maintain history more often;


# 2d88826e 17-Jul-2015 wenzelm <none@none>

more uniform ComponentAdapter;


# cbb1d86e 08-May-2015 wenzelm <none@none>

clarified tooltip;


# dd0028a1 25-Apr-2015 wenzelm <none@none>

added checkbox for try0;


# 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


# d3b807ea 21-May-2014 wenzelm <none@none>

more uniform Font_Info.Zoom_Box;
misc tuning and clarification;


# 74561bcc 08-May-2014 wenzelm <none@none>

tuned GUI;


# d79af697 08-May-2014 wenzelm <none@none>

clarified detach_operation: ignore empty output;


# 2ccf1463 24-Apr-2014 wenzelm <none@none>

clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
eliminated old actors;


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

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


# e7d6fe67 19-Apr-2014 wenzelm <none@none>

clarified actor plumbing;


# 377def23 19-Apr-2014 wenzelm <none@none>

more elementary option sledgehammer_provers, avoiding complications of defaults from ML side (NB: guessing at number of cores does not make sense in PIDE);


# a533ac9e 19-Apr-2014 wenzelm <none@none>

clarified tooltip_lines: HTML.encode already takes care of newline (but not space);


# d96a05b2 01-Mar-2014 wenzelm <none@none>

tuned signature -- separate module Font_Info;


# ffd59da7 20-Feb-2014 wenzelm <none@none>

tuned imports;


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


# 70aa0c10 06-Nov-2013 wenzelm <none@none>

tuned tooltips;


# fc5fc921 25-Sep-2013 wenzelm <none@none>

explicit Status.REMOVED, which is required e.g. for sledgehammer to retrieve command of sendback exec_id (in contrast to find_theorems, see c2da0d3b974d);


# 2e661b7e 24-Sep-2013 wenzelm <none@none>

focus text field, to capture key events even on Mac OS X look-and-feel;


# 429e01fe 22-Sep-2013 wenzelm <none@none>

focus on default component according to jEdit window management;


# 680ec468 18-Sep-2013 wenzelm <none@none>

improved FlowLayout for wrapping of components over multiple lines;


# c38c4b74 24-Aug-2013 wenzelm <none@none>

more uniform treatment of Swing_Thread context switch: prefer asynchronous Swing_Thread.later from actor;


# 0122820d 17-Aug-2013 wenzelm <none@none>

prefer system option sledgehammer_timeout, with standard GUI in jEdit Plugin Options;


# 97302003 17-Aug-2013 wenzelm <none@none>

more robust startup;


# 70b5ba3c 17-Aug-2013 wenzelm <none@none>

some protocol to determine provers according to ML;


# 5caf3769 16-Aug-2013 wenzelm <none@none>

eliminated pointless subgoal argument;


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

tuned signature -- more abstract PIDE editor operations;


# 3ff25a79 09-Aug-2013 wenzelm <none@none>

tuned GUI;


# 1b262527 09-Aug-2013 wenzelm <none@none>

more abstract consume_status operation;


# 69e081a6 08-Aug-2013 wenzelm <none@none>

more active "provers" field, which increases chances that its history is stored;


# ac824e3d 09-Aug-2013 wenzelm <none@none>

cancel_query via direct access to the exec_id of the running query process;


# 686da4bc 08-Aug-2013 wenzelm <none@none>

dockable window for Sledgehammer, based on asynchronous/parallel query operation;