Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrete folder and file prefix for scraps #375

Open
achadwick opened this issue Jul 25, 2015 · 0 comments · May be fixed by #1185
Open

Discrete folder and file prefix for scraps #375

achadwick opened this issue Jul 25, 2015 · 0 comments · May be fixed by #1185
Labels
cat.Data Issue relates to data (files, preferences, etc) type.Enhancement Issue requests feature.
Milestone

Comments

@achadwick
Copy link
Member

Currently the scraps prefix setting is a single string like

~/MyPaint/scraps

that encodes the prefix for eventual scrap files like

/home/username/MyPaint/scraps020_a.ora

The single string nature of this is fairly nasty UX, since the user has to think about paths and prefixes. It's also a pig to verify from the programming side when we need the folder to be present and correct, different OSes need different prefixes, and the final part ("scrap") should be made localizable.

It would be better to split this one setting into two, a folder selectable with a button and a file prefix that the user can type in. The setting itself should be split too, so that the default for the former can be OS-specific, and so that the default for the latter can be localized.

@achadwick achadwick added type.Enhancement Issue requests feature. cat.Input.Keyboard Issue relates to keyboard devices labels Jul 25, 2015
@achadwick achadwick added this to the Post-1.2 milestone Jul 25, 2015
@achadwick achadwick added the cat.UX Issue is related to user experience label Jul 29, 2015
@odysseywestra odysseywestra changed the title Scraps prefix setting: split into a path chooser button and a filename-only text entry [Feature Request] Scraps prefix setting: split into a path chooser button and a filename-only text entry Dec 28, 2019
teleportingtortoise added a commit to teleportingtortoise/mypaint that referenced this issue Jun 6, 2022
@teleportingtortoise teleportingtortoise linked a pull request Jun 6, 2022 that will close this issue
teleportingtortoise added a commit to teleportingtortoise/mypaint that referenced this issue Jun 6, 2022
@AesaraB AesaraB added cat.Data Issue relates to data (files, preferences, etc) and removed cat.UX Issue is related to user experience cat.Input.Keyboard Issue relates to keyboard devices labels Jan 17, 2024
@AesaraB AesaraB modified the milestones: v2.1.x, v2.02 Jan 17, 2024
@AesaraB AesaraB linked a pull request Jan 17, 2024 that will close this issue
@AesaraB AesaraB added the info.Triage Need to triage this label Jan 17, 2024
@AesaraB AesaraB changed the title [Feature Request] Scraps prefix setting: split into a path chooser button and a filename-only text entry Discrete folder and file prefix for scraps Jan 17, 2024
@AesaraB AesaraB removed the info.Triage Need to triage this label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat.Data Issue relates to data (files, preferences, etc) type.Enhancement Issue requests feature.
Development

Successfully merging a pull request may close this issue.

2 participants