Oleg Meshechkov
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Oleg Meshechkov 创建了一个帖子, Parser errors does not shows
Hi,Why IDE does not show psi error elements (PsiErrorElement)?Regards,Oleg -
Oleg Meshechkov 创建了一个帖子, Get PsiFiles in the plugin
Hi,How to get in the language plugin all PsiFiles or certain file by name from the project?Regards,Oleg. -
Oleg Meshechkov 进行了评论, -
Oleg Meshechkov 创建了一个帖子, Cannot build plugin
Hi,public class ASNFileImpl extends PsiFileImpl implements ASNFile { public ASNFileImpl(@NotNull FileViewProvider fileViewProvider) { super(fileViewProvider); } @NotNull public FileTyp... -
-
Oleg Meshechkov 创建了一个帖子, IDEA plugin exception
Hi,I implemented a little plugin which must just highlight text, but when I edit the text IDE throws the below exeption:[ 77963] ERROR - l.source.text.BlockSupportImpl - View provider com.intelli...