Isabelle
author wenzelm
Tue, 27 Aug 2013 16:45:32 +0200
changeset 53231 423e29f1f304
parent 52675 f3a6b1d0915e
permissions -rwxr-xr-x
avoid complication and event duplication due to KeyEventInterceptor -- NB: popup has focus within root window, it is closed on loss of focus; uniform JEdit_Lib.propagate_key;

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

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