主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bob Goldberg
活动总数
63
最后的活动
2024年12月14日 02:26
成员加入日期
2018年07月04日 01:51
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
10
活动概览
帖子(7)
评论(42)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年03月11日 19:32
1) rootDir.getPresentableUrl() and rootDir.getCanonicalPath() return identical strings, so that didn't help. 2) I am guessing you meant something like this: @Nullable private VirtualFile findFileW...
社区
IntelliJ IDEA Open API and Plugin Development
As of 2021.3, Tests hang when invoked from command line, but they run fine from IDE
0 票
创建于
2022年03月09日 20:29
In case it helps, here's what my method in GosuMultiFileTestCase is doing. It is looking for any of several marker characters. @Nullableprivate VirtualFile findFileWithAnyMarker(@NotNull VirtualFi...
社区
IntelliJ IDEA Open API and Plugin Development
As of 2021.3, Tests hang when invoked from command line, but they run fine from IDE
0 票
已编辑于
2021年11月02日 18:34
Thank you. We'll work from there, and see if there are further issues we need help with. But it looks like whatever build this happened in has not been released? I tried 212.5457.46 but it still ...
社区
IntelliJ IDEA Open API and Plugin Development
Idea 2021.2.1 Breaks The Gosu Plugin Implementation by Making Mappings final
0 票
创建于
2019年11月12日 23:39
Actually, that's not our plugin, but rather Gosu (the language) itself.
社区
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 票
创建于
2019年11月12日 20:08
Yes, that was apparently the last published version of our plugin in open source. My company has continued developing the Gosu plugin for distribution to our own customers, and skipped 2018 and we...
社区
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 票
创建于
2019年11月12日 00:52
Below, please see the results of running your intellij-plugin-verfier on one of our plugins (for Gosu), and how it doesn't tell us how to fix the problem, only that there is a problem. The remaini...
社区
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 票
已编辑于
2019年11月12日 02:30
However, the big problem I still see is that the verifier merely tells me what is wrong, and doesn't document what I need to do to fix it, or why the semantics/API changed. What my company does fo...
社区
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 票
创建于
2019年11月07日 01:14
Several points to add: Deprecations can help identify which APIs to modify or stop using, in advance, provided that (as Vladimir said) the alternative exists already. When something is deprecate...
社区
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 票
创建于
2019年11月06日 02:26
An example API that changed: org.jetbrains.jps.cmdline.ProjectDescriptor (the constructor).
社区
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 票
已编辑于
2019年07月12日 01:05
Easier said than done. We created a plugin with lots of dependencies on Java 11 jars and we ourselves used Java 11 to build our plugin, and assume Java 11 modules, etc. We start the JVM with a cla...
社区
IntelliJ IDEA Open API and Plugin Development
Need reasonable message if user runs my plugin from the wrong IJ 2019 (JBR 8 instead of JBR 11)
0 票
«
第一页
‹
上一页
下一页
›
最后
»