主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Abrodsky
活动总数
23
最后的活动
2025年02月21日 08:59
成员加入日期
2024年10月19日 14:30
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(5)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2024年12月17日 10:05
Hi Karol,Thanks! I did pass false for async. I just tried com.intellij.openapi.vfs.VirtualFileSystem.refresh(false) , but alas, that did not fix the issue. It's not critical in the sense that ...
社区
IntelliJ IDEA Open API and Plugin Development
Null pointer exception on quitting IntelliJ due to plugin cleanup on project close.
0 票
创建于
2024年12月16日 18:27
Quick update: I tried using VfsUtil#markDirtyAndRefresh. This did not solve the problem.
社区
IntelliJ IDEA Open API and Plugin Development
Null pointer exception on quitting IntelliJ due to plugin cleanup on project close.
0 票
创建于
2024年12月16日 16:16
Hi Karol,Thank you! The plug-in I am developing creates a testing (as in school/university) environment for a programming test. When a project is closed, the student's code is packaged up to be s...
社区
IntelliJ IDEA Open API and Plugin Development
Null pointer exception on quitting IntelliJ due to plugin cleanup on project close.
0 票
创建于
2024年11月24日 13:47
Hi Karol,Thanks! That seemed to fix the problem. I did need to wrap the call to FileEditorManager#closeFile with a ApplicationManager#invokeLater to make it work.Thanks for your help!Sincerely,...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid a race condition when a file is being opened in the Editor (Intellij)
0 票
创建于
2024年11月15日 16:32
Hi Karol,Thanks! I only realized 60 minutes ago that MavenDependencyUtil is only used to add libraries when running tests. So, I withdraw that thought. I also realized I needed to reload the pl...
社区
IntelliJ IDEA Open API and Plugin Development
Have plugin automatically configure Unit (JavaTestFramework not found)
0 票
创建于
2024年11月15日 09:46
Quick Addendum: Is this the better way?MavenDependencyUtil.addFromMaven(…);
社区
IntelliJ IDEA Open API and Plugin Development
Have plugin automatically configure Unit (JavaTestFramework not found)
0 票
创建于
2024年11月13日 09:28
Hi Yann,Thank you! That did it. I realized yesterday that I needed to use a Reader for text/html, and that got me half-way. But, I did not realize that the Flavor had to be an exact match for all...
社区
IntelliJ IDEA Open API and Plugin Development
Ensuring the clipboard has the same text regardless of flavour
0 票
创建于
2024年11月12日 08:54
Hello Yann, Thank you for that helpful advice. That “half” worked. The RTF got transferred, but the HTML did not. I add two flavors in the post processor, text/html and text/rtf. The rtf gets t...
社区
IntelliJ IDEA Open API and Plugin Development
Ensuring the clipboard has the same text regardless of flavour
0 票
创建于
2024年11月04日 13:36
Update: The TextBlockTransferableData is only retrieved by PSICopyPasteManager during a copy (as far as I can tell). The getData() method ignores all TextBlockTransferableData that are not MyData ...
社区
IntelliJ IDEA Open API and Plugin Development
Ensuring the clipboard has the same text regardless of flavour
0 票
创建于
2024年11月03日 21:18
Hi Yann,Thanks for this. I am not sure how to determine “the right value”. Should the priority be > 0 or < 0? I have created a class that extends InputStream and implements TextBlockTransferabl...
社区
IntelliJ IDEA Open API and Plugin Development
Ensuring the clipboard has the same text regardless of flavour
0 票
«
第一页
‹
上一页