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
refactor: normalize boolean modifier naming to bare adjectives
Rename IsTabStop() -> TabStop() and ShowAddButton() -> AddButtonVisible()
to align with the DSL convention of bare adjective modifiers (Disabled,
Editable, Selectable, etc.).
Old names kept as [Obsolete] shims for backward compatibility.
Migrate all internal usages and update reactor.api.txt.
Fixes#268
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments