Editing table cells in an external editor does not cause re-cooking -> no callbacks

TD 2023.11760, Win11

Steps:

  • add a Table DAT and a DAT Execute, enable and print each callback
  • populate it with some rows and columns and random data
  • open the textport
  • first edit one of the existing cells in TD
  • notice how in the textport you see the callback prints
  • now edit one of the cells in an external editor (VSCode)
  • notice how there are no callbacks, and the cook counter of the table has not increased!

Project file demonstrating:
ExternalTableEditBug.toe (4.1 KB)

Would be worth checking if the same issue exists when another process modifies the table (and is synced).

Interestingly, with Text DAT everything seems fine.

Hi @function.store

thank you for the report, we are looking at it.

cheers
Markus

1 Like

Will be fixed in the next official, thank you for the report.

1 Like