You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command palette: clarion.setActiveVersion, clarion.openSolution, various build/run/debug commands
Each surface has its own activation/visibility logic, and several user actions span multiple surfaces.
Problem
Per Mark 2026-05-12: the scattering creates UX friction. The Actions pane is a webview surface with richer UI affordances than status bar QuickPicks — natural home for unifying these controls. But the current pane is heavily solution-bound (details + toolbar only meaningful when solution open), so consolidation requires a pane redesign.
Proposed direction
Consolidate Clarion-specific controls into the Actions pane with progressive disclosure across three states:
Status bar reduces to ONE read-only at-a-glance indicator (Clarion 11.1 · Release style) when solution is loaded; hides entirely when no solution (per Mark 2026-05-12). Click on status bar focuses the Actions pane rather than opening a QuickPick.
Open questions
Current Actions pane is webview HTML/JS — consolidation requires substantial UI work + state-sync code between extension host and webview
Background
Clarion-specific controls are currently scattered across three surfaces with no unifying logic:
clarion.setActiveVersion,clarion.openSolution, various build/run/debug commandsEach surface has its own activation/visibility logic, and several user actions span multiple surfaces.
Problem
Per Mark 2026-05-12: the scattering creates UX friction. The Actions pane is a webview surface with richer UI affordances than status bar QuickPicks — natural home for unifying these controls. But the current pane is heavily solution-bound (details + toolbar only meaningful when solution open), so consolidation requires a pane redesign.
Proposed direction
Consolidate Clarion-specific controls into the Actions pane with progressive disclosure across three states:
.clw/.inc/.sln/.cwprojin workspace) — pane hidden via [UX] Tighten extension activation — only when Clarion context detected #143 activation tighteningStatus bar reduces to ONE read-only at-a-glance indicator (
Clarion 11.1 · Releasestyle) when solution is loaded; hides entirely when no solution (per Mark 2026-05-12). Click on status bar focuses the Actions pane rather than opening a QuickPick.Open questions
Recommended action
Design exploration phase first (similar shape to the workspaces grey-area task #142):
Estimate
Relationship to release
Filed 2026-05-12 per Mark's "discuss" pivot during #141 design. NOT in 0.9.7 (post the polish-and-ship narrative); targets 0.9.8 or 1.0.
Cross-reference
MultiTerminal task:
42e30887