主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2017年10月25日 11:18
Please check if JDK on which AndroidStudio runs, contains jfxrt jar. If not, please ask on their support forum for the reasons, I am not aware of versions of JDK they use, sorry. Probably they will...
社区
IntelliJ IDEA Open API and Plugin Development
JavaFX SwingNode does not appear
0 票
创建于
2017年10月19日 17:01
IDEA plugin is already integrated into Swing application. You need to integrate your javaFX application inside it or don't use javafx in IDEA plugin.
社区
IntelliJ IDEA Open API and Plugin Development
JavaFX SwingNode does not appear
0 票
创建于
2017年10月19日 15:20
IDEA is a swing application, so you need to integrate your javafx application into swing application. JFXPanel was created for this purpose.
社区
IntelliJ IDEA Open API and Plugin Development
JavaFX SwingNode does not appear
0 票
创建于
2017年10月19日 13:06
SwingNode should be used to embed a Swing content into a JavaFX application per its javadoc. when you run plugin in IDEA, you first have swing application and then JavaFX. I guess you need javafx.e...
社区
IntelliJ IDEA Open API and Plugin Development
JavaFX SwingNode does not appear
0 票
创建于
2017年10月19日 08:05
The better way to get B if you have editor with caret on B is to call com.intellij.codeInsight.TargetElementUtil#findTargetElement(com.intellij.openapi.editor.Editor, int). BTW editor.getCaretModel...
社区
IntelliJ IDEA Open API and Plugin Development
How to get virtual file of a reference
0 票
创建于
2017年10月18日 15:51
There is already Project View for the task, if you need some additional functionality you may start with the corresponding implementation: com.intellij.ide.projectView.impl.ProjectViewImpl. Anna
社区
IntelliJ IDEA Open API and Plugin Development
plugin to open a class in a tab of the IDE
0 票
创建于
2017年10月18日 15:09
This won't work, sorry. E.g. obviously if you publish your plugin, html file would be inside jar and you won't be able to write there without reloading of IDEA. I guess, you need to get nodes dyna...
社区
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 票
创建于
2017年10月18日 14:33
Why do you need to write to your source code from your app?
社区
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 票
创建于
2017年10月18日 12:02
You try to read/write file in output directory, it is updated on make and there could be all kind of conflicts. Why do you need to do that? If your plugin would be installed in user's IDEA, do you ...
社区
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 票
创建于
2017年10月18日 11:27
Hi Rafael, we don't advise to use JavaFX in IDEA's plugins as then you would meet all issues caused by JavaFX & Swing interop: like hanging IDEA instance, etc. To the load problem: when you call ge...
社区
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 票
«
第一页
‹
上一页
下一页
›
最后
»