port-imageeditor
Port ImageEditor: Local ShareX -> XerahS
Use this workflow whenever XerahS needs to catch up with the current ShareX.ImageEditor
state from the local ShareX repo.
Source of truth
Do not clone ShareX again. The local ShareX checkout is the upstream reference:
| Role | Path |
|---|---|
| Upstream ShareX repo | C:\Users\liveu\source\repos\ShareX Team\ShareX |
| Upstream source tree | C:\Users\liveu\source\repos\ShareX Team\ShareX\ShareX.ImageEditor |
| XerahS root | C:\Users\liveu\source\repos\ShareX Team\XerahS |
| XerahS ImageEditor repo | C:\Users\liveu\source\repos\ShareX Team\XerahS\ShareX.ImageEditor |
| XerahS ImageEditor code root | C:\Users\liveu\source\repos\ShareX Team\XerahS\ShareX.ImageEditor\src\ShareX.ImageEditor |
Hardcoded local paths are intentional here. They make this workflow faster and more reliable.
More from sharex/xerahs
design-ui-window
Redesigns or normalises any XerahS Avalonia .axaml page, dialog, or tool window to consistent app quality. Enforces layout, spacing, theming, surfaces, buttons, scrollbars, accessibility, and visual hierarchy. Only changes visuals, layout, and styles; never business logic, bindings, or public view-model API. Reusable by updating target_view_path.
71sharex core standards
License headers, build configuration rules, dependency version guidance, and general coding standards for XerahS
61sharex workflow and versioning
Canonical Git, commit/push, and Directory.Build.props versioning workflow for XerahS. Use for any task that changes version numbers or requires commit/push.
61changelog management
Rules and workflows for updating CHANGELOG.md, including version grouping, consolidation, and commit handling.
59sharex feature specifications
Detailed specifications for Uploader Plugin System and Annotation Subsystem features
58sharex architecture and porting
Platform abstraction rules, porting guidelines, and architecture standards for XerahS
57