Isabelle
author wenzelm
Sat, 24 Aug 2013 18:29:23 +0200
changeset 53184 5d6ffb87ee08
parent 52675 f3a6b1d0915e
permissions -rwxr-xr-x
confine popup to parent component, to avoid javax.swing.PopupFactory$HeavyWeightPopup and its problems with Linux window management and Mac OS X key handling;

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

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