Igor Petrik
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 8
-
Edited python interpreter selector missing
CompletedIn previous versions of PyCharm, there was a menu in the lower right corner of the screen that showed the python interpreter for the current project, and allowed you to change it. After upgrading t... -
Created Yet another JUnit 5 cannot find tests issue
AnsweredI am using 2020.1.1. I have created a brand new project using New > Project ... and selecting Gradle, and checking IntelliJ Platform Plugin. Then I only changed two things: in build.gradle I change... -
Created Should test.systemProperties idea.path.home really be defined in build.gradle?
AnsweredI am following along with the tutorial here for a custom language plugin, and I am confused about the part that says idea.path.home needs to be defined in build.gradle. It does not seem like best p... -
Edited Heap error setting up new gradle plugin project
AnsweredI am trying to follow the tutorial to set up a new gradle IntelliJ platform plugin ( https://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/prerequisites.html ), but after creating the ... -
Created Where in intellij code is PyCharm auto dedent of 'else:' implemented?
AnsweredOne thing that I have noticed that PyCharm does that I think is nifty is, when typing an 'if ... else' block, if you type the else at the indent level of the 'if' contents, PyCharm will automatical... -
Edited Vague gradle "failed" error in new project following tutorial
AnsweredI am trying to follow the tutorial here https://www.jetbrains.com/help/idea/getting-started-with-gradle.html#create_gradle_project, but I can't even get past the first part. After I create the proj... -
Created 3 space indent for ReStrucutedText?
AnsweredIs there a way to set the indentation for reStructuredText files to 3 spaces, while keeping indentation for other files at 4 spaces? Also, is there a way to make the editor auto-indent when you hit...