Skip to content

Refactor#7

Merged
znotfireman merged 19 commits intomainfrom
refactor/commands-v2
Jan 11, 2026
Merged

Refactor#7
znotfireman merged 19 commits intomainfrom
refactor/commands-v2

Conversation

@znotfireman
Copy link
Copy Markdown
Collaborator

Implements the following framework:

ext:newCommand({
    id = "rename-selection",
    title = "Rename Selection",
    description = "Renames the current selection to the given pattern.",
}, function(ctx)
    return {
        renderViewport = function()
            -- ...
        end
    }
end)

This is again very destructive, so I'm waiting on the Arc Parts command to be PR'ed.

@znotfireman znotfireman self-assigned this Jan 4, 2026
@znotfireman znotfireman linked an issue Jan 4, 2026 that may be closed by this pull request
@znotfireman znotfireman changed the title Commands V2 Refactor Jan 5, 2026
@znotfireman znotfireman marked this pull request as ready for review January 8, 2026 05:15
@znotfireman znotfireman merged commit 994c3b7 into main Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reconsider renderInLauncher

1 participant