Skip to content
Success

Changes

Summary

  1. clarified check, notably for bibtex theory (amending 5f082b1fa9fa);
  2. NEWS;
  3. proper check for imports, not just ROOT entries;
  4. tuned signature;
  5. implicit thy_load context for bibtex files (VSCode);
  6. bibtex theory is always required and thus eventually consolidated;
  7. implicit thy_load context for bibtex files;
  8. clarified signature: prefer Document.Node.Name.is_bibtex;
  9. avoid spurious noise: Prover IDE is meant to check for errors;
  10. clarified signature;
  11. avoid clash with special files in HTML output;
  12. unused;
  13. tuned signature;
  14. prefer existing Resources.check_path;
  15. more accurate bibtex entries;
  16. added command 'bibtex_file' (for PIDE interaction only);
  17. clarified default position for empty message pos;
Changeset 67296:888aa91f0556 by wenzelm:
clarified check, notably for bibtex theory (amending 5f082b1fa9fa);
The file was modified src/Pure/PIDE/resources.scala (diff)
Changeset 67295:9b3eb67ab579 by wenzelm:
NEWS;
The file was modified NEWS (diff)
Changeset 67294:5f082b1fa9fa by wenzelm:
proper check for imports, not just ROOT entries;
The file was modified src/Pure/PIDE/resources.scala (diff)
Changeset 67293:2fe338d91d47 by wenzelm:
tuned signature;
The file was modified src/Pure/PIDE/document.scala (diff)
The file was modified src/Pure/PIDE/resources.scala (diff)
The file was modified src/Pure/Thy/bibtex.scala (diff)
The file was modified src/Tools/VSCode/src/document_model.scala (diff)
The file was modified src/Tools/jEdit/src/document_model.scala (diff)
Changeset 67292:386ddccfccbf by wenzelm:
implicit thy_load context for bibtex files (VSCode);
The file was modified src/Tools/VSCode/src/document_model.scala (diff)
The file was modified src/Tools/VSCode/src/server.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 67291:1bd9a0142d7a by wenzelm:
bibtex theory is always required and thus eventually consolidated;
The file was modified src/Tools/jEdit/src/document_model.scala (diff)
Changeset 67290:98b6cd12f963 by wenzelm:
implicit thy_load context for bibtex files;
The file was modified src/Pure/PIDE/document.scala (diff)
The file was modified src/Pure/PIDE/resources.scala (diff)
The file was modified src/Pure/Thy/bibtex.scala (diff)
The file was modified src/Pure/Thy/sessions.scala (diff)
The file was modified src/Pure/Thy/thy_header.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_bibtex.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_resources.scala (diff)
The file was modified src/Tools/jEdit/src/plugin.scala (diff)
Changeset 67289:bef14fa789ef by wenzelm:
clarified signature: prefer Document.Node.Name.is_bibtex;
The file was modified src/Pure/Thy/bibtex.scala (diff)
Changeset 67288:aa9d28034945 by wenzelm:
avoid spurious noise: Prover IDE is meant to check for errors;
The file was modified src/Tools/jEdit/src/document_model.scala (diff)
Changeset 67287:7ef1c5dada12 by wenzelm:
clarified signature;
The file was modified src/Pure/PIDE/resources.scala (diff)
The file was modified src/Tools/jEdit/src/theories_dockable.scala (diff)
Changeset 67286:417e081322ae by wenzelm:
avoid clash with special files in HTML output;
The file was modified src/Pure/Thy/sessions.scala (diff)
Changeset 67285:e67abae0e1ca by wenzelm:
unused;
The file was modified src/Pure/Thy/present.ML (diff)
Changeset 67284:0094d938c53b by wenzelm:
tuned signature;
The file was modified src/Pure/Thy/sessions.scala (diff)
Changeset 67283:0493be7f2d9b by wenzelm:
prefer existing Resources.check_path;
The file was modified src/Pure/Pure.thy (diff)
Changeset 67282:352c2c93a1c0 by wenzelm:
more accurate bibtex entries;
The file was modified src/Doc/manual.bib (diff)
Changeset 67281:338fb884286b by wenzelm:
added command 'bibtex_file' (for PIDE interaction only);
The file was modified src/Pure/Pure.thy (diff)
Changeset 67280:dfc5a1503916 by wenzelm:
clarified default position for empty message pos;
The file was modified src/Pure/General/position.ML (diff)
The file was modified src/Pure/Thy/bibtex.ML (diff)