Jan Cegin
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 6
-
创建于 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... -
创建于 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... -
已编辑于 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... -
创建于 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... -
创建于 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...