How to Manipulate .idea settings? Follow
Answered
Hi,
is it possible to change "server -> tasks"- password in workspace.xml programmatically to solve this issue https://youtrack.jetbrains.com/issue/IDEA-137068
Thank you
Please sign in to leave a comment.
Hi, passwords are no more stored in workspace.xml (since 2013.2).
is it possible to change this password programmatically in any other way?
Yes, take a look at current implementation in com.intellij.tasks.impl.BaseRepository.
unfortunately i cant open this part of the source code.
Do I have to import the source code in other ways?
How can i save my own password then?
Thank you very much!
Problem solved in https://youtrack.jetbrains.com/issue/IDEA-205214. Nevertheless, I would like to have a answer to the question ;-)
It's here: https://github.com/JetBrains/intellij-community/blob/master/plugins/tasks/tasks-api/src/com/intellij/tasks/impl/BaseRepository.java
That was not the question :-). I cant resolve BaseRepository.java in the IDE . The source code do have this file, but i cant navigate/resolve them.
Idea SDK does not include plugins, you need to add tasks-api.jar to your dependencies.