3 questions
0
votes
0
answers
21
views
Open a diff tab in JetBrains plugin without activate it
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 ...
1
vote
0
answers
39
views
Jetbrains Plugin Development for multiple IDEs
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(...