NEWS
changeset 68472 581a1bfec8ad
parent 68469 aad109fde9ec
child 68484 59793df7f853
equal deleted inserted replaced
68471:409ed528aad4 68472:581a1bfec8ad
    69 *** Isabelle/jEdit Prover IDE ***
    69 *** Isabelle/jEdit Prover IDE ***
    70 
    70 
    71 * The command-line tool "isabelle jedit" provides more flexible options
    71 * The command-line tool "isabelle jedit" provides more flexible options
    72 for session management:
    72 for session management:
    73 
    73 
    74   - option -R builds an auxiliary logic image with all required theories
    74   - option -R builds an auxiliary logic image with all theories from
    75     from other sessions, relative to an ancestor session given by option
    75     other sessions that are not already present in its parent
    76     -A (default: parent)
       
    77 
    76 
    78   - option -S is like -R, with a focus on the selected session and its
    77   - option -S is like -R, with a focus on the selected session and its
    79     descendants (this reduces startup time for big projects like AFP)
    78     descendants (this reduces startup time for big projects like AFP)
       
    79 
       
    80   - option -A specifies an alternative ancestor session for options -R
       
    81     and -S
    80 
    82 
    81   Examples:
    83   Examples:
    82     isabelle jedit -R HOL-Number_Theory
    84     isabelle jedit -R HOL-Number_Theory
    83     isabelle jedit -R HOL-Number_Theory -A HOL
    85     isabelle jedit -R HOL-Number_Theory -A HOL
    84     isabelle jedit -d '$AFP' -S Formal_SSA -A HOL
    86     isabelle jedit -d '$AFP' -S Formal_SSA -A HOL