Anton Kashnikov
- 活动总数 65
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 13
-
创建于 What is the best way to ship openjfx with plugin
已回答Hello, I use use WebView and JFXPanel from openjfx in plugin. I've noticed that you've deleted javafx from your runtime in 2020.1.3 version. Embedding of native libraries work fine for windows vers... -
创建于 Update plugin in Intellij Idea 2020
已回答Hello! I noticed, that in Intejji 2020 openapi was removed method loadDescriptionFromJar(File file) in PluginDownloader So, what is a way to update plugins now? -
创建于 Debuging plugin in Intellij idea 2020 sandbox issue
已回答Hello! I am trying to debug my plugin via Intellij Idea. My goal is to run new instace of Intellij idea 2020, but i get this error message: Error:Internal error: (java.io.FileNotFoundException) ... -
创建于 Run WriteAction in Background process Asynchronously
已回答Hello. I am trying to run this code: ProgressManager.getInstance().runProcessWithProgressAsynchronously(new RunnableBackgroundableWrapper(project,"BackGround process", new BackgroundRunnable()), n... -
创建于 Tool for HTML displaying
已回答Hello.I want to exclude javafx from my plugin due to its absence in jdk 11. The display of HTML content remains as a problem in my plugin. At the moment I use javafx.scene.web.WebView.Java Swing la... -
创建于 Comparing directories using DiffManger
已回答Hello!I need to compare the content of two directories using DiffManager.getInstance().showDiff().This simple task is complicated by the fact that the first directory is maintained on a hard disk a... -
创建于 How can i use Openjfx in Intellij Idea 2019 with JRE 11.0.2?
已回答My plugin uses few javafx classes. There are no problems to use them with all of previous versions. But in Intellij Idea 2019 (JRE 11.0.2) they do not work. I tried to include openjfx in my plugin... -
创建于 Problems with FileEditorProvider implemetation
已回答Hello! I have a class, that implements the FileEditorProvider and DumbAware interfaces.For some reason, method accept() of FileEditorProvider interface is requested for infinite times, when the plu... -
创建于 open-api interaction with Macbook Pro touchbar
已回答Can you please explain to me some finer points of how open-api interacts with Macbook Pro touchbar? The thing is that in a “pure” version of Intellij IDEA the touchbar displayed regular buttons lik... -
已编辑于 How can i get IntelliJ IDEA SDK?
已回答In my plugin, I need to set Intellij IDEA SDK like Module SDK to one of users module. I am trying to set it via ModuleBuilder: javaModuleBuilder.setName(moduleName);javaModuleBuilder.setModuleJdk()...