Skip to content
Success

Changes

Summary

  1. more ambitious timing, to compensate general protocol delays;
  2. decorations for dotted underline: less intrusive; tuned;
  3. more generic rendering;
  4. proper reset of published decorations: initial value is Nil, afterwards it is a list of canonical length and order;
  5. always invoke output: pending_output may be present due to other reasons;
  6. tuned signature;
  7. tuned;
  8. simplified;
  9. publish output more thoroughly;
  10. potentially redundant pending_output, for the sake of uniformity and reactivity;
  11. tuned;
  12. tuned;
  13. more robust treatment of pending input/output: these are often correlated; no decorations for invisible node;
  14. merged
  15. added numeral_powr_numeral
Changeset 65123:4d088fe6185e by wenzelm:
more ambitious timing, to compensate general protocol delays;
The file was modified src/Tools/VSCode/etc/options (diff)
Changeset 65122:1edb570f5b17 by wenzelm:
decorations for dotted underline: less intrusive;<br>tuned;
The file was modified src/Tools/VSCode/extension/package.json (diff)
The file was modified src/Tools/VSCode/extension/src/decorations.ts (diff)
The file was modified src/Tools/VSCode/src/vscode_rendering.scala (diff)
Changeset 65121:12c6774a8f65 by wenzelm:
more generic rendering;
The file was modified src/Pure/PIDE/rendering.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_rendering.scala (diff)
The file was modified src/Tools/jEdit/src/rich_text_area.scala (diff)
Changeset 65120:db6cc23fcf33 by wenzelm:
proper reset of published decorations: initial value is Nil, afterwards it is a list of canonical length and order;
The file was modified src/Tools/VSCode/src/document_model.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_rendering.scala (diff)
Changeset 65119:a7bedf94e71c by wenzelm:
always invoke output: pending_output may be present due to other reasons;
The file was modified src/Tools/VSCode/src/server.scala (diff)
Changeset 65118:31fd8e41be02 by wenzelm:
tuned signature;
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 65117:29c19bc97d20 by wenzelm:
tuned;
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 65116:06d9bcb66ef3 by wenzelm:
simplified;
The file was modified src/Tools/VSCode/src/server.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 65115:93a0683e075a by wenzelm:
publish output more thoroughly;
The file was modified src/Tools/VSCode/src/document_model.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 65114:200b787ceb51 by wenzelm:
potentially redundant pending_output, for the sake of uniformity and reactivity;
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 65113:6058e7d31fe6 by wenzelm:
tuned;
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 65112:b3904f683ef5 by wenzelm:
tuned;
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 65111:3224a6f7bd6b by wenzelm:
more robust treatment of pending input/output: these are often correlated;<br>no decorations for invisible node;
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 65110:73cd69353f7f by nipkow:
merged
Changeset 65109:a79c1080f1e9 by nipkow:
added numeral_powr_numeral
The file was modified src/HOL/Analysis/Harmonic_Numbers.thy (diff)
The file was modified src/HOL/Decision_Procs/Approximation.thy (diff)
The file was modified src/HOL/Library/Float.thy (diff)
The file was modified src/HOL/Transcendental.thy (diff)