Skip to content

Fix ZIP export to automatically append .zip extension#9208

Merged
mbien merged 1 commit intoapache:masterfrom
bicodrex:export_zip_fix
Feb 18, 2026
Merged

Fix ZIP export to automatically append .zip extension#9208
mbien merged 1 commit intoapache:masterfrom
bicodrex:export_zip_fix

Conversation

@bicodrex
Copy link
Contributor

When using File -> Export Project -> To ZIP, selecting a file with the browse dialog did not automatically append the .zip extension. Users had to type it manually. This change ensures that if the selected file name does not end with .zip (case-insensitive), the extension is automatically added, improving usability and preventing missing extensions.

@mbien mbien added Editor UI User Interface labels Feb 16, 2026
@mbien mbien added this to the NB30 milestone Feb 16, 2026
Copy link
Member

@mbien mbien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me other than the formatting nitpick

Previously, the File -> Export Project -> To ZIP menu did not
force the selected file to have a .zip extension. Users had to
manually type it.
Copy link
Member

@mbien mbien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice QOL improvement. Change looks good to me.

@mbien mbien merged commit bde8174 into apache:master Feb 18, 2026
30 checks passed
@mbien
Copy link
Member

mbien commented Feb 19, 2026

@bicodrex congrats on your first apache contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Editor UI User Interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments