主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2018年12月03日 12:17
Yes, just checked like a 30 minutes ago, just didn't updated the question, sorry.
社区
IntelliJ IDEA Open API and Plugin Development
InlayModel.addBlockElement() offset parameter
0 票
创建于
2018年12月03日 10:47
Thank you, Dmitry. And where can I found some documentation about RangeMarker or some examples of it's usage?
社区
IntelliJ IDEA Open API and Plugin Development
InlayModel.addBlockElement() offset parameter
0 票
创建于
2018年11月29日 07:49
Thank you, Julia, and thank you, Aleksey!
社区
IntelliJ IDEA Open API and Plugin Development
Find GitCommit by it's Hash
0 票
创建于
2018年11月27日 09:57
Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Create VirtualFile or PsiFile from content
0 票
创建于
2018年11月26日 23:11
Actually, I figured solution right after creating this thread :D final PsiFileFactory factory = PsiFileFactory.getInstance(project); final PsiFile file = factory.createFileFromText(language, text);
社区
IntelliJ IDEA Open API and Plugin Development
Create VirtualFile or PsiFile from content
0 票
已编辑于
2018年11月12日 13:51
Yes, extensions are re-drawed after modification, but because I'm saving start line number for each method, I need somehow trigger this data refresh on every action related with line-changes in doc...
社区
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
0 票
已编辑于
2018年11月12日 13:08
Yes, I am adding LineExtensionInfo with EditorLinePainter, but I need to keep this extensions on the first line of each method in class. May be I can explain this better with example:I have a metho...
社区
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
0 票
创建于
2018年11月12日 10:50
Thank you for answer, Alexandr!But how can I detect whole line detection in BackspaceHandler? And also is there a way for handling events like methods generation or methods reordering? Because I ne...
社区
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
0 票
创建于
2018年11月06日 12:57
More accurately I want to handle every action in editor, which affected line number in document.
社区
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
0 票
创建于
2018年10月31日 11:33
Hi Peter!Well, it was my design mistake, therefore, I do not need to serialize psi element pointers anymore. Thank you for answer!
社区
IntelliJ IDEA Open API and Plugin Development
Serialize PsiElements with possibility to restore their positions in PsiTree
0 票
«
第一页
‹
上一页
下一页
›
最后
»