Oleg V. Khashchanskiy
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 How to create a custom idea distribution?
Hi,I'd like to create a distribution of idea CE with a bundled python-community plugin and our propriatory plugin (to eliminate plugin installation step) for Windows with a bundled jre. As I unders... -
创建于 Docker integration plugin sources - available?
Hi,The new Docker integration plugin is available in idea CE, so I expected that it will be opensource too. But I am unable to find its source code. Are these sources open? If not - are there any p... -
创建于 "PSI and index do not match" after switching to another git branch
I am developing the propriatory plugin which provides support for Robot framework.In IDEA CE 14.0.3 after switching to another git branch multiple "PSI and index do not match" errors occur when acc... -
创建于 How to access psi and stub indices to initialize a project component
I'd like to initialize a project component state when project is opened, but this requires access to PSI and indices. If I try to do this in projectOpened(), I am getting "Assertion failed: Access ... -
创建于 Table (grid) editor with autocomplete, intentions etc.
Hi,I am trying to figure out what would be the best approach to accomplish the following task: for .robot (google's robot framework) files create an editor which will display a file contents in a g...