Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
October 25, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
JavaFX SwingNode does not appear
0 votes
Created
October 19, 2017 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.
Community
IntelliJ IDEA Open API and Plugin Development
JavaFX SwingNode does not appear
0 votes
Created
October 19, 2017 15:20
IDEA is a swing application, so you need to integrate your javafx application into swing application. JFXPanel was created for this purpose.
Community
IntelliJ IDEA Open API and Plugin Development
JavaFX SwingNode does not appear
0 votes
Created
October 19, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
JavaFX SwingNode does not appear
0 votes
Created
October 19, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get virtual file of a reference
0 votes
Created
October 18, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
plugin to open a class in a tab of the IDE
0 votes
Created
October 18, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 votes
Created
October 18, 2017 14:33
Why do you need to write to your source code from your app?
Community
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 votes
Created
October 18, 2017 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 votes
Created
October 18, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 votes
«
First
‹
Previous
Next
›
Last
»