Switching between scripts in the editor now feels instant and remembers exactly where you left off.
  • Folds and position are preserved
    — collapsed code regions (query definitions, JSON tags,
    if
    blocks, etc.), scroll position, and cursor location are kept per script. Jump to another tab and back and your view is exactly as you left it.
  • Instant tab switching
    — scripts are already loaded in memory, so we removed the old loading skeleton. Tabs now swap the moment you click, with no flicker or delay.
  • No cross-tab bleed
    — in-editor changes stay tied to their own script, so opening variable panels or switching tabs never carries content into the wrong file.