Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2590
Last activity
October 09, 2024 15:08
Member since
January 03, 2022 14:12
Following
0 users
Followed by
2 users
Votes
40
Subscriptions
982
Activity overview
Articles (0)
Posts (0)
Comments (1568)
Sort by recent activity
Recent activity
Votes
Created
October 09, 2024 15:08
Hi Dominique,The method is called “onFoo”, but in the template it is “foo”. The platform is not able to understand that “foo” is usage of “onFoo”. You should extend the method search mechanism to c...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Plugin: Can't navigate between reference and declaration
1 vote
Created
October 09, 2024 14:51
Hi,I don't see any issue with your code. Does it report an issue for your plugin or PhpStorm? If for PhpStorm (I guess it is, because there is no your code in the stacktrace), please report them fr...
Community
IntelliJ IDEA Open API and Plugin Development
IllegalStateException: read job must've been cancelled" when Creating PHP Files in PhpStorm
0 votes
Edited
October 07, 2024 10:58
If it seems strange when it is moved, then I wouldn't worry users will do it.I suggest investing your time in implementing functionalities crucial to your plugin. Blocking the possibility of moving...
Community
IntelliJ IDEA Open API and Plugin Development
How can i make the first column fixed in TreeTableView?
0 votes
Created
September 20, 2024 14:03
Hi,It seems like a bug. Please report at https://youtrack.jetbrains.com/issues/IJPL.Also, consider avoiding creating a custom group, if you don't have many configurable for it. From com.intellij.op...
Community
IntelliJ IDEA Open API and Plugin Development
<groupConfigurable> is not configurable
0 votes
Created
September 20, 2024 13:33
Hi,Try creating a validator and passing it to validationOnApply and validationOnInput, for example (I'm not sure what GleamPathSelect, so showing textField):row(GleamBundle.message("gleam.settings....
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin DSL 2 field validation in `Configurable`
0 votes
Created
September 20, 2024 09:34
Hi,Why do you need to do this? From the UX perspective, if users prefer changing the column order, it should be allowed for all columns.
Community
IntelliJ IDEA Open API and Plugin Development
How can i make the first column fixed in TreeTableView?
0 votes
Created
September 20, 2024 09:30
Hi Eugene,We have an issue with the Plugin Verifier run on JetBrains Marketplace. It shows a false positive. If the plugin works at runtime (please verify), you can ignore this problem.
Community
IntelliJ IDEA Open API and Plugin Development
JSON plugin dependency cannot be resolved?
1 vote
Created
September 20, 2024 09:28
Your plugin.xml looks correct. It should work on 2023.3 and earlier versions. Is there any problem you observe? We have an issue in Plugin Verifier, which shows on JetBrains Marketplace false-posit...
Community
IntelliJ IDEA Open API and Plugin Development
Incompatible changes in the IntelliJ platform and plug-in API 2024
0 votes
Edited
September 16, 2024 05:29
Hi,We do not provide support in Chinese on this forum. Please translate all the content and topic name to English.If you don't speak English, consider joining the Chinese channel on the community S...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ 平台和插件 API 2024 中的不兼容更改
0 votes
Created
September 12, 2024 08:34
You most likely forgot to paste the full implementation of your classes.
Community
IntelliJ IDEA Open API and Plugin Development
<groupConfigurable> is not configurable
0 votes
Next
›
Last
»