Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bradan
Total activity
35
Last activity
November 02, 2024 11:44
Member since
January 19, 2020 16:14
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
13
Activity overview
Posts (6)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
April 19, 2024 17:25
A general hint, which could be useful for your task:After enabling the Internal Actions menu in IntelliJ you can use the UI Inspector to find certain views in IntelliJ and corresponding classes. He...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin be written that tracks certain IDEA features being used to determine if a user should be using CE instead of Ultimate?
1 vote
Created
April 29, 2024 14:29
Have you tried explicitly specifying sinceBuild and setting untilBuild to null?This here worked in an older version of my plugin:patchPluginXml { changeNotes ''' <ul> <li>Update for...
Community
IntelliJ IDEA Open API and Plugin Development
How can we declare a plugin compatible with future versions?
0 votes
Created
April 26, 2024 20:00
The attribute version sets both since and until build values:For example, the default values for the attributes patchPluginXml.sinceBuild and patchPluginXml.untilBuild are defined based on the decl...
Community
IntelliJ IDEA Open API and Plugin Development
How can we declare a plugin compatible with future versions?
0 votes
Created
April 20, 2024 16:59
You have to check the SDKs used in the current project or module in your PyCharm instance and run it with that SDK. However I'm not sure this is actually a good idea. Why do you want to use two IDE...
Community
IntelliJ IDEA Open API and Plugin Development
Running Pycharm Project with Intellij IDEA plugin
0 votes
Created
April 19, 2024 17:48
After googling a bit about the command you mentioned, I found this:https://bugs.java.com/bugdatabase/view_bug?bug_id=6477844Essentially IntelliJ itself is running using a JRE, not a JDK. What you c...
Community
IntelliJ IDEA Open API and Plugin Development
ToolProvider. getSystemJavaCompiler() returns null in IntelliJ plugin
0 votes
Created
April 15, 2024 15:26
Well in a language where each file's scope depends on the outer scope you have to somehow remember the files' scopes. In CLion this problem seems to be existent, too, but there people don't do such...
Community
IntelliJ IDEA Open API and Plugin Development
How to specify the indexing order?
0 votes
Created
April 12, 2024 16:15
Sorry for my late response.I haven't checked if something changed, yet, but I'd still like to get an answer for the following points:I'd still like to know how to get my custom Module Type into Web...
Community
IntelliJ IDEA Open API and Plugin Development
Asking for opinions: best method for a specific new language
0 votes
Edited
October 26, 2023 17:55
Thanks for sharing this information. Replacing the macro by whitespace followed by it's content as zero length tokens is really smart. Are you using a different JFlex skeleton for this in CLion (JF...
Community
IntelliJ IDEA Open API and Plugin Development
support for #include "file.ext" directive
0 votes
Created
August 20, 2020 15:26
You can always use the UI Inspector to get more information: https://jetbrains.org/intellij/sdk/docs/reference_guide/internal_actions/internal_ui_inspector.html There I've found the word "CloudConf...
Community
IntelliJ IDEA Open API and Plugin Development
what class implements the sync settings widget?
0 votes
Edited
May 26, 2020 05:18
Hello Jakub, Thank you for your answer. Unfortunately thats not what I need. There might be "random" intermediate elements which should not be shown inside the structure view. They are not to be ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeUtil findChildrenOfAnyType but don't go deeper
0 votes
Next
›
Last
»