主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Fkolar
活动总数
17
最后的活动
2019年05月26日 21:43
成员加入日期
2019年04月03日 09:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(3)
评论(10)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年05月26日 21:43
@2111311792 I wonder how did you package the JCEF distribution along with the plugins? thanks, Frank
社区
IntelliJ IDEA Open API and Plugin Development
Tool window with embedded java-cef
0 票
创建于
2019年04月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Post install task for installed plugin
0 票
创建于
2019年04月11日 10:15
Is this EP called at the time Application startup or during Plugin Installation?
社区
IntelliJ IDEA Open API and Plugin Development
Post install task for installed plugin
0 票
创建于
2019年04月10日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Post install task for installed plugin
0 票
创建于
2019年04月09日 21:35
Are there currently any API we can hook into so we can do some post installation steps after user installs the plugins?
社区
IntelliJ IDEA Open API and Plugin Development
Publish OS specific plugin
0 票
创建于
2019年04月06日 06:40
In case I woudl product 3 different jars. How I would adjust the gradle build ? Or Maybe only the buildPlugin task?
社区
IntelliJ IDEA Open API and Plugin Development
Publish OS specific plugin
0 票
创建于
2019年04月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Publish OS specific plugin
0 票
创建于
2019年04月06日 06:36
Cool. let;s close this
社区
IntelliJ IDEA Open API and Plugin Development
Wizard dialog - events
0 票
创建于
2019年04月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Wizard dialog - events
0 票
创建于
2019年04月04日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Wizard dialog - events
0 票