Jan Cegin

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Created Python addProcessListener Bug - onTextAvailable not called
Hello everyone. I am creating a plugin for PyCharm Community Edition 2016.3.2. And I encountered this bug which I spend much time on and still havent figured it out. What I am doing, is that I have... -
Created Get test Results PyCharm
Hello everyone! Is there a way how to get the results of test - for example something like last tests run, which tests were run, which failed, etc. - in pycharm? I would like to use them in my plug... -
Edited Creating custom dependency graph for PyCharm
Hello everyone! In my plugin, I would like to create a custom Dependency Graph - similar to the ones created with right-clicking on files and selecting show diagram option. In this graph every node... -
Created Get current console output to work with
Hello, I would like to get the output printed in console tab for the current project, so I can parse it and later do some things with it. Where and how can I find the current console instance and t... -
Created Creating hover popup windows for certain lines
Hello everyone! I am new to the plugin development and I am currently working on a plugin for PyCharm IDE. Here I colorize during an Action some lines of code in the current Editor that is opened...