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
April 15, 2024 12:30
Hi,I'm sorry but I don't understand your question. Please describe the problem in detail.
Community
IntelliJ IDEA Open API and Plugin Development
Dragging on the page does not take effect when opening OSR when creating JCEF browser
0 votes
Created
April 08, 2024 06:31
Hi Denis,It looks like a bug. Please vote and follow: https://youtrack.jetbrains.com/issue/IJPL-976/Vendor-link-in-the-IDE-Internal-Errors-is-not-clickable
Community
IntelliJ IDEA Open API and Plugin Development
Custom plugin vendor's URL does not work in "IDE Internal Errors" window
1 vote
Created
April 08, 2024 04:50
Please vote/follow: https://youtrack.jetbrains.com/issue/IJPL-975/Inline-component-inlays
Community
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
1 vote
Created
April 04, 2024 06:19
You should compute ranges of colors and add an annotation for each range with com.intellij.lang.annotation.AnnotationBuilder#range(com.intellij.openapi.util.TextRange).
Community
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
1 vote
Created
April 02, 2024 12:46
Hi,Try the annotator approach:https://github.com/JetBrains/intellij-community/blob/master/plugins/javaFX/src/org/jetbrains/plugins/javaFX/fxml/refs/JavaFxAnnotator.java#L115-L178It annotates each c...
Community
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
1 vote
Created
April 02, 2024 08:26
Hi Abdul,Looking at the usages of GitConflictResolver in https://github.com/JetBrains/intellij-community, it seems you need to somehow handle the case when the user resolves all conflicts (rebase o...
Community
IntelliJ IDEA Open API and Plugin Development
Resolving merge conflict like gitlog
1 vote
Created
March 29, 2024 05:45
Hi, Yes, the version you develop a plugin in is independent of the version the plugin will target.Instead of the project wizard, you can also use the plugin GitHub template: https://plugins.jetbrai...
Community
IntelliJ IDEA Open API and Plugin Development
Create Plugin Gradle Project in IntelliJ IDEA 2021.3.1 (Ultimate Edition) Build #IU-213.6461.79, built on December 28, 2021
1 vote
Created
February 27, 2024 12:54
Hi Marcus,I understand it might look outdated, but it doesn't seem so in this case.Regarding the pasted examples, you can find them in older Git branches. As the answer containing examples was post...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Project FIle/Directory Path Completion Contributor and Provider for YAML Files
1 vote
Created
February 27, 2024 09:02
Hi Marcus,1. I can't find a ready to use pattern to match the file name, but you can implement your own pattern:val fileNameCondition = object : PatternCondition<PsiFile>("withFileName") { overri...
Community
IntelliJ IDEA Open API and Plugin Development
Completion Provider with Custom Condition and Improper Handling of Special Characters
1 vote
Created
February 26, 2024 15:13
Hi Marcus,See: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206756005-Is-There-A-Standard-CompletionContributor-Which-Provides-Path-File-Completion
Community
IntelliJ IDEA Open API and Plugin Development
Custom Project FIle/Directory Path Completion Contributor and Provider for YAML Files
1 vote
«
First
‹
Previous
Next
›
Last
»