主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Svitkov
Java software engineer
活动总数
77
最后的活动
2019年06月01日 18:43
成员加入日期
2018年09月21日 14:10
关注
0 名用户
关注者数
0 名用户
投票数
11
订阅数
17
活动概览
帖子(17)
评论(32)
按最近的活动排序
最近的活动
投票数
创建于
2019年06月01日 18:43
Hi Qhe. If you want to serialize the objects, you can use PersistentStateComponent, check this. https://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html If you want to...
社区
IntelliJ IDEA Open API and Plugin Development
Create VirtualFile or PsiFile from content
0 票
创建于
2019年05月07日 14:15
Sure, thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Remove element from Editor's InlayModel
0 票
创建于
2019年05月04日 23:10
Already found out, something like this: inlay.getBlockElementsInRange(0, editor.getDocument().getTextLength(), LabelRenderer.class) .forEach(Disposer::dispose);
社区
IntelliJ IDEA Open API and Plugin Development
Remove element from Editor's InlayModel
0 票
创建于
2019年04月26日 16:11
So, OK, this is solved somewhy when I rearranged my dependencies and placed sqlite-jdbc as a last entry. I don't know why, but it helped. \shrug
社区
IntelliJ IDEA Open API and Plugin Development
Exclude part of intellij-openapi dependencies
0 票
创建于
2019年04月23日 15:06
Hi Yann! I've solved this with ApplicationManager.getApplication().executeOnPooledThread(() -> ...); and passing Future returned by this method in FileOpenedHandler's constructor. So it works OK fo...
社区
IntelliJ IDEA Open API and Plugin Development
Invoke runnable after another task finishes
0 票
创建于
2019年04月23日 14:56
Hi Yann! Sure, it's added even with `force` flag: compileClasspath ('org.xerial:sqlite-jdbc:3.27.2'){ force = true} If `compileClasspath` is changed to `compile` group, driver couldn't be found...
社区
IntelliJ IDEA Open API and Plugin Development
Exclude part of intellij-openapi dependencies
0 票
创建于
2019年04月17日 18:46
No, calculation starts in my implementation of com.intellij.openapi.components.ProjectComponent on project opening. Data is added to Editor's InlayModel via block elements. The easiest way in my o...
社区
IntelliJ IDEA Open API and Plugin Development
Invoke runnable after another task finishes
0 票
创建于
2019年03月29日 16:13
Thank you for answer, Yann! But for old revisions getVirtualFile() returns null, if this file was moved/deleted later. How should I handle this in such cases?
社区
IntelliJ IDEA Open API and Plugin Development
Filtering files in commit by programming language
0 票
创建于
2019年03月27日 22:15
Thank you, Aleksey! So, I guess similar hack is used for updating VCS log displayed in UI of Intellij? Because it updates right after commit, even when commits made from outside of the IDE. Where i...
社区
IntelliJ IDEA Open API and Plugin Development
Handle Git commit made not from IntelliJ UI
0 票
创建于
2018年12月03日 17:12
Finally, I saw "It means character offset" in your first answer :D Thanks a lot, it works great!
社区
IntelliJ IDEA Open API and Plugin Development
InlayModel.addBlockElement() offset parameter
0 票
下一页
›
最后
»