Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ares
Total activity
14
Last activity
July 18, 2023 11:06
Member since
October 01, 2022 10:37
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
2
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
July 18, 2023 11:06
Ah, that's a shame. Do you, without an example, have a push in the right direction of where (or how) I can start to expose an API from my plugin to the outside world?
Community
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
0 votes
Created
July 17, 2023 12:54
Aha, thank you for clarifying! I do wonder.. how I would expose my plugin to a 3rd party client. The only resources I could find are how to expose one plugin to another. Do you have an example of t...
Community
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
0 votes
Edited
July 17, 2023 11:34
Hey, thanks! I'll definitely check that out. In the meantime, I found a few examples that use the interface "com.intellij.openapi.application.ApplicationStarter". I'll explore both routes to see w...
Community
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
0 votes
Edited
July 17, 2023 10:31
Hi Yann, thanks for your reply! To clarify, are we still talking about a REST API here inside the plugin or something more along these lines: https://plugins.jetbrains.com/docs/intellij/bundling-pl...
Community
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
0 votes
Edited
July 17, 2023 10:04
Hi, thanks for your reply! I did consider exposing a REST service. I wanna use that as a last resort in case there was a different approach. If all else fails, I may have to go that route. Edit: I...
Community
IntelliJ IDEA Open API and Plugin Development
Interact with plugin through CLI?
0 votes
Created
October 06, 2022 10:21
Hi Egor, Thanks for your reply! The issue seems somewhat similar. I've noticed that when the binding class to my form is a Kotlin file (for example FooBar.kt) the JLabel isn't deleted. However, whe...
Community
IntelliJ IDEA Users
Swing Builder how to remove a JLabel
0 votes