Reorder LAMBDA input parameters in LET to LAMBDA dialog#97
Merged
Conversation
- Add up/down buttons per kept row, disabled at boundaries. - Alt+Up / Alt+Down keyboard shortcuts when a row has focus. - Unchecking a row parks it in the source-order unchecked section; rechecking re-inserts at the end of the kept section. - LetToLambdaBuilder now drives LAMBDA signature order from the order of kept items in LambdaGenerationRequest.Inputs; internal bindings still preserve LET source order. Closes #92
Arrows were sitting between the checkbox and the param name textbox, which crowded the name field. Dock them to the right of the row so the param name gets the full width between checkbox and preview.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Alt+Up/Alt+Downmoves the focused row while it has keyboard focus.LetToLambdaBuildernow drives the generated=LAMBDA(...)signature order from the order of kept items inLambdaGenerationRequest.Inputs. Internal LET bindings still appear in source order inside the body.Spec:
specs/0001-reorder-lambda-input-params.mdCloses #92
Test plan
dotnet test addin/lambda-boss.Tests/lambda-boss.Tests.csproj— 366 passed, 0 failed (includes 4 new builder tests covering reordered inputs, source-order internal bindings, rename-with-reorder, and ignoring unchecked input list position).🤖 Generated with Claude Code