Merged
Conversation
Parse, format, and syntax-highlight lines headed by R (base directories) with DC/RC status flags alongside the existing F/D/R format, so export files using base entries round-trip correctly.
Split the file name column into separate basename and extension inputs so the extension is prefilled from the chosen type and stays independently editable. Default a new file's unit to the next multiple of ten above the highest existing unit when the type is not yet present. Show per-field errors with clickable rows in a unified error panel, make warnings clickable by jumping to the most relevant input, and add hover tints to the submit-bar pills.
Collect lines that don't match the P/F/R grammar under a trailing "# Unknown lines" section instead of silently dropping them, and highlight them as invalid in the syntax grammar so users can spot what the formatter couldn't interpret.
Round-trip the three remaining documented parameters so values set in the source file survive editing: parse multi-token P values, extend the webview form with a Max Base field and a structured Test list selector (concurrency + category + validation projects), and only emit optional parameters when non-empty.
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.
Round of fixes and UX improvements for the
.exporteditor: wider grammar coverage (base directories, unknown lines), three previously-dropped parameters, split basename/extension inputs, smarter defaults, and a reworked error/warning panel.Added
R extension name D/DC/RC unitlines are now parsed, formatted, and syntax-highlighted alongside standardFfiles, so.exportfiles using thebasetype round-trip correctly.max_base,testlist,expected_diagparameters — the three remaining documented execution parameters are now first-class form fields. Multi-tokenPvalues (e.g.P testlist parallel validation code) are preserved end-to-end.testlistuses a structured selector (sequential/parallel + verification/validation + projects input, enabled only when validation is chosen). Optional parameters are omitted from the output when left blank.., so the extension can be prefilled from the chosen type while the basename stays easy to edit.# Unknown linessection instead of being dropped, and are highlighted as invalid in the syntax grammar so they stand out.Changed
Fixed