Alexei Zhukov
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Custom compiler is not invoked
Hello.I'm trying to get work on 132.xxx a custom language plugin. Plugin should generate a .java files from custom file.The problem is that my custom compiler is not executed for my custom file typ... -
Created How to add jar as module library?
I'm trying to add a jar as module library in following way:ModifiableRootModel rootModel = ModuleRootManager.getInstance(getModule()).getModifiableModel();LibraryTable.ModifiableModel modifiableMod... -
Created Make implementation link between different languages
Hello.Please help me with understanding how to implement PSI "implementation link" between interface in one language and implementation in another.I'm developing ICE framework support plugin. The f...