Viacheslav Fateev
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Is there an API to check if a file opened in the editor was updated in terms of its content
AnsweredI need an API to check if a file opened in the editor was changed (since it gets opened) in terms of its content no matter whether it was saved or not. For example I open file with text a:If I then... -
Created Show custom errors Project Errors tab
AnsweredHi, I'd like to show errors (HighlightInfo set by TextEditorHighlightingPass) in the Problems/Project Errors tab. Errors may belong to several files in a project, so need to show them all as a tre... -
Created How do I implement code completion from strings without PSI?
AnsweredI need to show autocomplete popup menu like this after the certain char pattern typed. I do not work with PSI and know what to show, i.e. already have a list of strings for autocomplete menu ...