Skip to content

fix(scripts): sealed step indentation lost after cog edit#161

Merged
fuzzzerd merged 1 commit into
masterfrom
fuzzz/fix-cog-indent-159
Apr 18, 2026
Merged

fix(scripts): sealed step indentation lost after cog edit#161
fuzzzerd merged 1 commit into
masterfrom
fuzzz/fix-cog-indent-159

Conversation

@fuzzzerd
Copy link
Copy Markdown
Owner

@fuzzzerd fuzzzerd commented Apr 18, 2026

Summary

Test plan

  • New test UpdateSealedXml_PreservesBlockIndentation passes
  • All 457 existing tests pass
  • Manual: open a script with sealed steps inside If/Loop blocks, edit one via the cog icon, verify indentation is preserved

Extract the existing line's leading whitespace before replacing with
the new display text so block indentation (If/Loop nesting) is kept.

Also clean up plugin source headers and update stale .NET 8 references
in docs.

Closes #159
@fuzzzerd fuzzzerd changed the title Fix sealed step indentation lost after cog edit fix(scripts): sealed step indentation lost after cog edit Apr 18, 2026
@github-actions
Copy link
Copy Markdown

Test Results

✔️ Tests 515 / 515 - passed in 6.4s
✔️ Coverage 73.76% - passed with 70% threshold
📏 3081 / 3883 lines covered 🌿 1502 / 2330 branches covered
🔍 click here for more details

✏️ updated for commit 5bf09f7

@fuzzzerd fuzzzerd enabled auto-merge (squash) April 18, 2026 22:56
@fuzzzerd fuzzzerd merged commit e532243 into master Apr 18, 2026
6 checks passed
@fuzzzerd fuzzzerd deleted the fuzzz/fix-cog-indent-159 branch April 18, 2026 22:56
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.

After updating a script step with the cog icon, its indentation level is lost

1 participant