Skip to content

v1.10.0 — Calc Bank write path, live refresh, click-to-open, workbook insert

Choose a tag to compare

@TrueCrimeDev TrueCrimeDev released this 14 Jul 13:43
· 5 commits to main since this release

Added

  • Add to Bank — two ways in:
    • Select a formula in a .twbl editor → right-click → Add Selection to Calc Bank. A leading // Title line names the entry automatically; otherwise you're prompted.
    • Hover any calculated field in the workbook inspector → save icon adds it to a bank file.
    • Destination logic: your configured bank file (quick-pick when there are several), the workspace _calc_bank.twbl if that's what the sidebar is showing, or a save dialog to start a new bank.
  • Live refresh — editing a bank file updates the sidebar on save, no ↺ needed.
  • Click to open — click any bank entry to jump to it in its file; click a file header to open the file.
  • Straight to workbook — the + action on a bank row adds the calculation to the active .twb as a real calculated field, with the same transactional backup/verify pipeline as the Add Calculated Field form.

Fixed (from pre-release adversarial review)

  • Bank writes now abort on file read errors instead of overwriting the bank with a single entry.
  • Titles and formulas are sanitized so every saved entry round-trips as exactly one bank block.
  • The webview can only open files that are actually in the bank.

Install

code --install-extension tableau-language-support-1.10.0.vsix --force