主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Scott Wells
活动总数
282
最后的活动
2023年01月12日 14:43
成员加入日期
2016年01月25日 00:45
关注
0 名用户
关注者数
0 名用户
投票数
18
订阅数
67
活动概览
帖子(51)
评论(146)
按最近的活动排序
最近的活动
投票数
创建于
2021年11月10日 16:14
Okay, I mostly have it working. The only issue now is where types are used by both the standard IDE class loader and the custom class loader, e.g., one caches a value and the other retrieves that c...
社区
IntelliJ IDEA Open API and Plugin Development
Does anyone know the classloader wizardry required to use external third-party jars as "provided" at runtime?
0 票
已编辑于
2021年11月10日 15:53
Thanks much. Overall this looks very similar to what I've been trying. It looks like in the end, though, the resulting class loader is being used in a purely-reflective manner. In the BuildHelper c...
社区
IntelliJ IDEA Open API and Plugin Development
Does anyone know the classloader wizardry required to use external third-party jars as "provided" at runtime?
0 票
创建于
2020年07月17日 21:02
Thanks, Dmitry. I think I've found a viable workaround by finding the XML/JSON schema virtual file and forcing the virtual file manager to refresh it on project open. Do you see any down-side to th...
社区
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 票
已编辑于
2020年07月17日 14:56
Hi, Dmitry. I realize it's been a while since we last discussed this, but the original issue seems to have come back. I noticed it first with JSON schema that I'm integrating via the JsonSchemaFile...
社区
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 票
创建于
2020年04月06日 19:25
Thanks, Anna. It turns out that I was able to remove the runConfigurationExtension implementation safely with no loss in functionality. That makes me a little uncomfortable because I don't like thi...
社区
IntelliJ IDEA Open API and Plugin Development
2020.1 RC1 reveals that my plugin has an unexpected dependency on Java Code Coverage
0 票
创建于
2020年02月08日 17:03
Dmitry, that seems to have done the job nicely. Thanks much for the tip!
社区
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 票
创建于
2020年02月05日 15:41
Hah! Fair enough. I'll add it to my project open listener and hopefully that will take care of it. Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 票
创建于
2020年02月05日 13:04
Thanks, Dmitry. Doesn't almost everything in the project depend on that? Will that cause a full cache flush/rebuild? Just trying to figure out whether it's safe to do that every time the project is...
社区
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 票
创建于
2019年12月11日 14:55
Konstantin, just to clarify, in this case doSomething does not resolve to a JavaScript function or method. It resolves to a method in another language where the underlying framework is responsible ...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
创建于
2019年12月10日 22:44
Okay, next question, Konstantin. Is there a way that I can indicate to the JavaScript plugin that an imported symbol is a function/method and provide information about its parameters? In other word...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
«
第一页
‹
上一页
下一页
›
最后
»