Demo follow-up: the PLC format dropdown only offered PLCopen XML / Structured Text, which is confusing when uploading a CODESYS .projectarchive. Adds PlcFormat::ProjectArchive + a "Project archive (.projectarchive)" dropdown option, and auto-selects the format from the chosen file's extension. Tracker #167.
Demo follow-up: the PLC format dropdown only offered PLCopen XML / Structured Text, which is confusing when uploading a CODESYS `.projectarchive`. Adds `PlcFormat::ProjectArchive` + a **"Project archive (.projectarchive)"** dropdown option, and **auto-selects** the format from the chosen file's extension. Tracker #167.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
A .projectarchive is neither PLCopen XML nor Structured Text, but the wizard's
format dropdown only offered those two — confusing when uploading a CODESYS
archive (found live during the demo).
- add PlcFormat::ProjectArchive (metadata only; processing is content-driven).
- wizard: add the "Project archive (.projectarchive)" option, and auto-select the
format from the chosen file's extension (.projectarchive/.project → archive,
.xml → PLCopen XML, .st/.exp/.scl → Structured Text).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
sharang
merged commit b7406eca15 into main2026-07-16 20:05:06 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Demo follow-up: the PLC format dropdown only offered PLCopen XML / Structured Text, which is confusing when uploading a CODESYS
.projectarchive. AddsPlcFormat::ProjectArchive+ a "Project archive (.projectarchive)" dropdown option, and auto-selects the format from the chosen file's extension. Tracker #167.🤖 Generated with Claude Code