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

Reset default value of groupId/artifactId when a new creating project command is called #156

Merged
merged 2 commits into from
Aug 24, 2020

Conversation

CsCherrYY
Copy link
Contributor

@CsCherrYY CsCherrYY commented Aug 24, 2020

To reset the default value of inputbox to what is defined in the settings, each time when the creating project command is called.
Before this PR:
when click back button, the input value will be saved as the new default value.
when click esc, the input value will also be saved as the new default value.
before
After this PR:
when click back button, the input value will be saved as the new default value.
when click esc, the default value will be reset to the value which is defined in the settings.
after

initialize the default value of inputbox to what is defined by user in the settings, when creating project is called.
@CsCherrYY CsCherrYY changed the title Input box value fix Reset default value of groupId/artifactId when a new creating project command is called Aug 24, 2020
@Eskibear Eskibear merged commit a0bf1ad into master Aug 24, 2020
@CsCherrYY CsCherrYY deleted the inputBoxValue branch August 24, 2020 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants