Oleg V. Khashchanskiy
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created 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... -
Created 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... -
Created "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... -
Created 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 ... -
Created 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...