Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bob Goldberg
Total activity
63
Last activity
December 14, 2024 02:26
Member since
July 04, 2018 01:51
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
10
Activity overview
Posts (7)
Comments (42)
Sort by recent activity
Recent activity
Votes
Edited
March 11, 2022 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...
Community
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 votes
Created
March 09, 2022 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...
Community
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 votes
Edited
November 02, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Idea 2021.2.1 Breaks The Gosu Plugin Implementation by Making Mappings final
0 votes
Created
November 12, 2019 23:39
Actually, that's not our plugin, but rather Gosu (the language) itself.
Community
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 votes
Created
November 12, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 votes
Created
November 12, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 votes
Edited
November 12, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 votes
Created
November 07, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 votes
Created
November 06, 2019 02:26
An example API that changed: org.jetbrains.jps.cmdline.ProjectDescriptor (the constructor).
Community
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 votes
Edited
July 12, 2019 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...
Community
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 votes
«
First
‹
Previous
Next
›
Last
»