Alexandr Evstigneev

- Total activity 216
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 20
-
Alexandr Evstigneev commented, -
Alexandr Evstigneev created a post, AnsweredDocument modification between two lines of code
Got a problem and not sure how to handle it: int elementLastLine = document.getLineNumber(elementEndOffset);int lineEndOffset = document.getLineEndOffset(elementLastLine); First line woks fine. And... -
-
Alexandr Evstigneev created a post, AnsweredIDEA 2016.2 builds different Psi Tree
Got a problem in my Perl plugin. Still digging where is the problem. But atm found difference in the psi tree: IDEA 14 IDEA 2016.2 tree: Parser built with the Grammar-Kit 1.2.1 and there is a ex... -
Alexandr Evstigneev commented, -
-
-
Alexandr Evstigneev created a post, TemplateLanguageErrorFilter for postfix errors
To suppress errors for templating languages I'm using TemplateLanguageErrorFilter. But it works for prefix errors only. How should I handle postfix errors like on the screenshot below? We can see... -
Alexandr Evstigneev created a post, Handling character deletion
There is a BackspaceHandlerDelegate, but how to handle using Del key? Doing pretty same thing, but I can't see EP for it and no BackSpace nor TypedHandler handles it. -
Alexandr Evstigneev created a post, Detecting indexes availability
Here is my sad story: My parser uses stub indexes. Now i can see that it was a not really good idea, but year ago it was fine and the most important it worked fine until the IDEA 2016 released and ...