Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

I try to open a diff view with code: FileEditorManager.getInstance(project).openFile(ChainDiffVirtualFile , false) The second parameter is set to false, but the tab is still opened and it defaults to ...
JICHUN's user avatar
  • 123
1 vote
0 answers
39 views

I created a plugin but it works just for IntelliJ, it does not run on PyCharm even if I could install it. This is the section I wanted to add PyCharm support: runPluginVerifier { ideVersions.set(...
Mucahit Kayadan's user avatar