src/Pure/ProofGeneral/preferences.ML
changeset 39137 ccb53edd59f0
parent 39134 917b4b6ba3d2
child 39138 53886463f559
equal deleted inserted replaced
39136:b0b3b6318e3b 39137:ccb53edd59f0
   121     "show-consts"
   121     "show-consts"
   122     "Show types of consts in Isabelle goal display",
   122     "Show types of consts in Isabelle goal display",
   123   bool_pref long_names
   123   bool_pref long_names
   124     "long-names"
   124     "long-names"
   125     "Show fully qualified names in Isabelle terms",
   125     "Show fully qualified names in Isabelle terms",
   126   bool_pref show_brackets
   126   bool_pref show_brackets_default
   127     "show-brackets"
   127     "show-brackets"
   128     "Show full bracketing in Isabelle terms",
   128     "Show full bracketing in Isabelle terms",
   129   bool_pref Goal_Display.show_main_goal_default
   129   bool_pref Goal_Display.show_main_goal_default
   130     "show-main-goal"
   130     "show-main-goal"
   131     "Show main goal in proof state display",
   131     "Show main goal in proof state display",