Settings: snap guide line width, user-docs sync checklist, LF source endings#127
Merged
Conversation
added 2 commits
June 11, 2026 18:02
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
Adds Snap guide line width in Settings, completes user-guide coverage for snap-related
guiJSON keys, introduces an agent doc-sync checklist, and standardizes LF line endings for project-owned source.Closes #126.
Changes
Snap guide line width
gui.snap_guide_line_width(default 1.0, range 0.5–8.0) in Settings → Sketch.SetWidthfor snap axis guides, markers, and co-axial overlay.ezycad_settings.json; applied on create and redisplay.User documentation
docs/usage-settings.md— Settings pane list, Options cross-links,guiJSON table (snap_guide_*,annotate_all_coaxial_nodes,permanent_node_anno_scale).docs/usage-sketch.md— sketch snapping intro updated for line width.Agent / contributor workflow
agents/user-docs-sync.md— checklist for syncing user docs when adding or changing user-visible functionality.agents/README.md,agents/dev.md,docs/ezycad_doc_style.md.Line endings
.gitattributes— LF forsrc/,tests/,scripts/,docs/, etc.; binary overrides for images.docs/ezycad_code_style.md— line-ending convention documented.Commits
facc82e7b88b9fTest plan
EzyCad_libin Release.usage-settings.mdJSON table matchesguikeys in saved settings.sphinx-build -b html -W docs docs/_buildpasses.Compare
main...Trailcode/settings