Oleg Meshechkov
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Oleg Meshechkov created a post, Parser errors does not shows
Hi,Why IDE does not show psi error elements (PsiErrorElement)?Regards,Oleg -
Oleg Meshechkov created a post, 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 commented, -
Oleg Meshechkov created a post, Cannot build plugin
Hi,public class ASNFileImpl extends PsiFileImpl implements ASNFile { public ASNFileImpl(@NotNull FileViewProvider fileViewProvider) { super(fileViewProvider); } @NotNull public FileTyp... -
-
Oleg Meshechkov created a post, 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...