-
Notifications
You must be signed in to change notification settings - Fork 59
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
Paintroid-638 : Add a placeholder name when saving #50
base: develop
Are you sure you want to change the base?
Conversation
@juliajulie95 I apologize for the inconvenience. I have identified the issue and am currently implementing a fix. I added print statements for my self-debugging. I will fix ASAP and commit the changes. |
@juliajulie95 There is a problem in the unit test case |
@vishad-tyagi You can definitely change a test if the functionality changed |
@juliajulie95 ok I will make changes in test case and commit them ASAP |
@juliajulie95 Kindly check once more, all test cases are passed on my local machine. I have removed the self-debugging print statements |
Please resolve conflicts |
@juliajulie95 Can I continue to contribute even when I am not selected for GSOC ? |
Ticket
https://catrobat.atlassian.net/browse/PAINTROID-638
Paintroid-638 : Add a placeholder name when saving
Description
If the user saves a project there should be a placeholder in image name like in Piantroid Android.
For the "Save image" dialog, the placeholder should be "image[number]" with the number being the next available number not yet taken in the files.
If I create my first image it should say "image1", when I save this and start a new image it should say "image2".
Same for the projects, here the placeholder should be "project[number]"
New Features and Enhancements
Refactorings and Bug Fixes
Checklist
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.