Isabelle
author wenzelm
Wed, 14 Mar 2012 15:09:33 +0100
changeset 46918 1752164d916b
parent 44861 329ced2615eb
child 50805 69439c9defec
permissions -rwxr-xr-x
prefer asynchronous context switch from actor to swing thread, to reduce danger of deadlocks; more robust use of Session.Commands_Changed vs. Document_View.visible_range as asynchronous swing task, taking into account that the model might have switched in the meantime (e.g. via fast clicking on hypersearch while the prover is crunching);

#!/usr/bin/env bash
#
# Author: Makarius
#
# Default Isabelle application wrapper.

exec "$(dirname "$0")"/bin/isabelle jedit "$@"