Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2798
Last activity
January 15, 2025 09:16
Member since
January 03, 2022 14:12
Following
0 users
Followed by
3 users
Votes
43
Subscriptions
1062
Activity overview
Articles (0)
Posts (0)
Comments (1693)
Sort by recent activity
Recent activity
Votes
Created
September 10, 2024 09:57
Hi,It seems correct. See: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-tasks.html#instrumentedJar https://plugins.jetbrains.com/docs/intellij/tools-intellij-pla...
Community
IntelliJ IDEA Open API and Plugin Development
Confused with an instrumented jar present in the final plugin zip
0 votes
Created
September 10, 2024 07:32
Hi Eliot,This is correct, you have to migrate your plugin to IntelliJ Platform Gradle Plugin if you want to target 2024.2+.Did you try it? What is your exact problem?This page can be helpful: https...
Community
IntelliJ IDEA Open API and Plugin Development
Question about the IntelliJ Platform Gradle Plugin 2.0.0
0 votes
Edited
September 10, 2024 07:29
The first screenshot shows IC-233.11799.241. IC stands for IntelliJ IDEA Community.See https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-tasks.html#verifyPlugin for ...
Community
IntelliJ IDEA Open API and Plugin Development
Local Compatibility Check Passed, But Fails on Plugin Upload
0 votes
Created
September 09, 2024 11:15
Please share your project setup: Gradle Build scripts and plugin.xml files.
Community
IntelliJ IDEA Open API and Plugin Development
How can I import "com.intellij.openapi.vcs.ui.CommitMessage" and "com.intellij.vcs.commit.AbstractCommitWorkflowHandler" in IDEA 2024.2+
1 vote
Created
September 09, 2024 10:36
From the screenshots I can see that verification on Marketplace runs on IntelliJ IDEA Ultimate and locally you run it on IntelliJ Community, so these are different IDEs.
Community
IntelliJ IDEA Open API and Plugin Development
Local Compatibility Check Passed, But Fails on Plugin Upload
0 votes
Created
September 09, 2024 06:03
Hi,I'm sorry for the delay. I'm waiting for the answer from the responsible developer.
Community
IntelliJ IDEA Open API and Plugin Development
TextEditorCustomizer is Internal, what sould I use instead of?
0 votes
Created
September 06, 2024 14:39
Hi,The simplest approach would be to use a mock. Testing a “real” implementation is complex here, because, to get data from “real” implementation, a lot of UI classes would need to be initialized, ...
Community
IntelliJ IDEA Open API and Plugin Development
if there's a way to create or get an instance of CommitWorkflowHandler in the test code.
1 vote
Created
September 06, 2024 14:25
Hi,Unfortunately, there is no open API for this use case.If this is crucial for your plugin, I suggest creating an API request on YouTrack (https://youtrack.jetbrains.com/issues/IJPL, Subsystem: Ve...
Community
IntelliJ IDEA Open API and Plugin Development
Get virtual files for changed files till specified label
0 votes
Created
September 06, 2024 14:18
Hi Eli,Could you please share your implementation and your registration and plugin.xml?
Community
IntelliJ IDEA Open API and Plugin Development
How to apply a LineMarkerProviderDescriptor to a kotlin file outside of synced project modules?
0 votes
Created
September 06, 2024 14:12
I think you forgot to upload the Marketplace check screenshot.
Community
IntelliJ IDEA Open API and Plugin Development
Local Compatibility Check Passed, But Fails on Plugin Upload
0 votes
«
First
‹
Previous
Next
›
Last
»