Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Fkolar
Total activity
17
Last activity
May 26, 2019 21:43
Member since
April 03, 2019 09:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (3)
Comments (10)
Sort by recent activity
Recent activity
Votes
Edited
May 26, 2019 21:43
@2111311792 I wonder how did you package the JCEF distribution along with the plugins? thanks, Frank
Community
IntelliJ IDEA Open API and Plugin Development
Tool window with embedded java-cef
0 votes
Created
April 11, 2019 10:23
Great. Last thing might be .. If I use this EP that kicks in as soon as I open IDE where I can start fetching nessesary resources and save them to plugin folder and To give some feedback back to u...
Community
IntelliJ IDEA Open API and Plugin Development
Post install task for installed plugin
0 votes
Created
April 11, 2019 10:15
Is this EP called at the time Application startup or during Plugin Installation?
Community
IntelliJ IDEA Open API and Plugin Development
Post install task for installed plugin
0 votes
Created
April 10, 2019 18:33
Thanks for your feedback. This is actually a way to solve this. The only thing I worry about is that first initial start might take a while. Or i would probably run all this in the background and ...
Community
IntelliJ IDEA Open API and Plugin Development
Post install task for installed plugin
0 votes
Created
April 09, 2019 21:35
Are there currently any API we can hook into so we can do some post installation steps after user installs the plugins?
Community
IntelliJ IDEA Open API and Plugin Development
Publish OS specific plugin
0 votes
Created
April 06, 2019 06:40
In case I woudl product 3 different jars. How I would adjust the gradle build ? Or Maybe only the buildPlugin task?
Community
IntelliJ IDEA Open API and Plugin Development
Publish OS specific plugin
0 votes
Created
April 06, 2019 06:38
What if I will fetch the JAR dynamically from external server and add it to the classpath? This might make the IDE startup longer. Or Can I somehow hook into the Install Plugin process so I can fe...
Community
IntelliJ IDEA Open API and Plugin Development
Publish OS specific plugin
0 votes
Created
April 06, 2019 06:36
Cool. let;s close this
Community
IntelliJ IDEA Open API and Plugin Development
Wizard dialog - events
0 votes
Created
April 04, 2019 15:00
When wizard is about to be initialized, I need start some node based background process, so I can show inside the JPANEL the javaFX webview page that does something, and I just want to be sure tha...
Community
IntelliJ IDEA Open API and Plugin Development
Wizard dialog - events
0 votes
Created
April 04, 2019 14:48
I mean, the File -> New Project. (attached) and I wonder if there are any events to listen before this windows is shown and after it closed.
Community
IntelliJ IDEA Open API and Plugin Development
Wizard dialog - events
0 votes