src/Tools/jEdit/src/plugin.scala
changeset 73519 8f485a199874
parent 73367 77ef8bef0593
child 73947 75b29d65228e
equal deleted inserted replaced
73518:c42144d9dde6 73519:8f485a199874
   324     }
   324     }
   325 
   325 
   326     if (startup_failure.isEmpty) {
   326     if (startup_failure.isEmpty) {
   327       message match {
   327       message match {
   328         case msg: EditorStarted =>
   328         case msg: EditorStarted =>
   329           if (Distribution.is_identified && !Distribution.is_official) {
       
   330             GUI.warning_dialog(jEdit.getActiveView, "Isabelle version for testing",
       
   331               "This is " + Distribution.version + ".",
       
   332               "It is for testing only, not for production use.")
       
   333           }
       
   334 
       
   335           if (resources.session_errors.nonEmpty) {
   329           if (resources.session_errors.nonEmpty) {
   336             GUI.warning_dialog(jEdit.getActiveView,
   330             GUI.warning_dialog(jEdit.getActiveView,
   337               "Bad session structure: may cause problems with theory imports",
   331               "Bad session structure: may cause problems with theory imports",
   338               GUI.scrollable_text(cat_lines(resources.session_errors)))
   332               GUI.scrollable_text(cat_lines(resources.session_errors)))
   339           }
   333           }