Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2682
Last activity
December 05, 2024 15:36
Member since
January 03, 2022 14:12
Following
0 users
Followed by
2 users
Votes
43
Subscriptions
1016
Activity overview
Articles (0)
Posts (0)
Comments (1623)
Sort by votes
Recent activity
Votes
Created
January 05, 2022 09:16
Hi Klenium2, The answer to your question is that there is no limit of a platform version you can use here. I've tested the scenario you described and it works as expected on MacOS. Googling for:"Th...
Community
IntelliJ IDEA Open API and Plugin Development
Is there any limitation on which IntelliJ version I can use?
0 votes
Created
January 05, 2022 07:46
Hi Nikolaos, QueryExecutorBase allows to pass the flag to execute code in read action. In my code snippet there is: QueryExecutorBase<PsiReference, SearchParameters>(true) Notice "true". Are you su...
Community
IntelliJ IDEA Open API and Plugin Development
How to Find Usages, when the Reference and the Named element are different words
0 votes
Created
January 04, 2022 08:30
Hi, Looking at the com.intellij.openapi.vfs.impl.FilePartNode#myFile(java.lang.Object) method it's impossible that it returned a VirtualFile instance for path parameter as it returns non-null value...
Community
IntelliJ IDEA Open API and Plugin Development
why module.getModuleFile return null
0 votes
Created
January 04, 2022 07:49
Hi Wang, I assume that you include the Kotlin plugin in your Gradle Build script. I mean plugins section: https://github.com/JetBrains/gradle-intellij-plugin#configuration How do you run your test ...
Community
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 votes
Edited
January 03, 2022 14:59
Hello Ralph, This is not possible in the way you are trying to do. FormattingModelBuilder is intended to build FormattingModel which provides information about: Defines the formatting model for a ...
Community
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 votes
Edited
January 04, 2022 06:54
Hi Nikolaos,You can provide a custom com.intellij.referencesSearch Extension Point that will extend searching with the phrases you need. Example: class CustomReferencesSearch : QueryExecutorBase<Ps...
Community
IntelliJ IDEA Open API and Plugin Development
How to Find Usages, when the Reference and the Named element are different words
0 votes
Created
April 08, 2024 06:48
Hi,Did you try to create the document and call setDocument? Does the formatting work in this case? If not, please share your code.
Community
IntelliJ IDEA Open API and Plugin Development
EditorTextField how to format its content?
0 votes
Created
December 14, 2023 10:40
Hi Eugene,There are hundreds of examples in the intellij-community repository:https://github.com/JetBrains/intellij-communityI suggest checking out the sources and finding usages of Notification.ad...
Community
IntelliJ IDEA Open API and Plugin Development
What to use instead of `notification.setListener()`?
-1 votes
Edited
February 21, 2023 09:58
Hi, Please try implementing com.intellij.openapi.editor.colors.EditorColorsListener.globalSchemeChange() that will revalidate() and repaint() your EditorTextField.
Community
IntelliJ IDEA Open API and Plugin Development
EditorTextFiled Display exception
0 votes
Edited
February 17, 2022 08:09
Hi, Please take a look at JavaScript.JsonSchema.ProviderFactory extension point and JsonSchemaProviderFactory interface. Also, see example implementations:https://jb.gg/ipe?extensions=JavaScript.Js...
Community
IntelliJ IDEA Open API and Plugin Development
How do I programatically configure JSON Schema Mappings in preferences .
-2 votes
«
First
‹
Previous