Alexei Zhukov

- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 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... -
创建于 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... -
创建于 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...