File picker rewrite, dynamic references, and UI improvements#3
Closed
lalvarezt wants to merge 20 commits intoMojo8898:mainfrom
Closed
File picker rewrite, dynamic references, and UI improvements#3lalvarezt wants to merge 20 commits intoMojo8898:mainfrom
lalvarezt wants to merge 20 commits intoMojo8898:mainfrom
Conversation
- Added fuzzy matching for file filtering - Integrated rignore for fast, gitignore-aware file walking
- Support !path:[...] to expand directories into file lists - Support !cmd:[...] to execute commands for parameter values
Config changes: - Move layout properties to feature subsections ([globals.layout], [build.layout]) - Add build.focus option for configurable parameter focus behavior Build screen improvements: - Change param pre-fill priority: globals > history > placeholder > empty - Remove auto-fill from dynamic refs (!path, !cmd) - still in dropdown - Use history for repetitive workflows, placeholder for first-time use - Add configurable focus (first_param vs first_unfilled_param)
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.
File Picker
Dynamic Parameter References
!path:[pattern]and!cmd:[command]syntax for dynamic parameter expansion.Build Screen & Parameters
[globals.layout]and[build.layout].UI Changes
Fixes
closes #2