Nbilyk
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Nbilyk created a post, Extending PsiErrorElement
When walking my PSI tree, I can get at PsiErrorElement nodes -- Is there any way (other than parsing the error string) to get at a list of the expected tokens? For example, PsiErrorElement has an e... -
Nbilyk created a post, Custom Language: Make Project
Newbie question: Any examples out there of a custom language plugin that compiles on Build -> Make Project? -
-
Nbilyk created a post, Unit test build directory
When IntelliJ builds the unit test swfs, it runs them in a temporary directory, but I need the unit test swfs to be able to load external files. Is there a way to set what directory they compile to?