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 particular project setting to default setting #370

Open
phazebroek opened this issue Jan 11, 2018 · 3 comments
Open

Reset particular project setting to default setting #370

phazebroek opened this issue Jan 11, 2018 · 3 comments

Comments

@phazebroek
Copy link

phazebroek commented Jan 11, 2018

I have a project with a custom checkstyle plugin setting. Now I've also setup a default setting for checkstyle. Now I want to remove the project specific settings so the default setting is applied.

I have closed my project, removed the checkstyle settings xml file from the .idea folder and then reopened the project, but to no avail. (other project was still open)

@jshiell
Copy link
Owner

jshiell commented Jan 11, 2018

When you say 'default' you mean the template project settings? I have no idea what IDEA does in this circumstance I fear, as we rely on IDEA to copy the templated settings into the project. The plugin itself doesn't do anything in this regard, and in the absence of any settings will provide generic defaults.

@phazebroek
Copy link
Author

phazebroek commented Jan 12, 2018

Hi Jshiell, Yes I mean the global IDE "template" settings that apply to all projects (if it's not overriden with specific profile settings)

I already reached out to Jetbrains for support, as I believed it was not related to the plugin but to IntelliJ itself... But they asked me to check with you, so here I am.

I created a fresh new project and that one did inherit the template project settings!
Perhaps I just misinterpreted the purpose of these template settings and they only apply to new projects created from that point on and they do not apply to existing projects, wether they have custom settings or the default original settings...

Can you confirm this from the plugin development perspective?

@jshiell
Copy link
Owner

jshiell commented Jan 13, 2018

My understanding was that they only applied to new projects, but it's possible I'm wrong on this.

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

No branches or pull requests

2 participants