Bernt Brenna
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
Bernt Brenna 创建了一个帖子, Have problem creating class diagram
I have a problem getting the diagram feature to work as expected.Imagine a project with the following classes: class Base(object): pass class SubClass1(Base): pass class SubClass2(Base): pass I ri... -
-
Bernt Brenna 创建了一个帖子, How to troubleshoot disabled plugin in PyCharm?
Using IDEA community edition, I create a simple test plugin and a zip package for the plugin The plugin works as expected when running it in IDEA community edition I then try to install it into Py... -
-
-
-
-
-
Bernt Brenna 创建了一个帖子, Is it possible to create a run/debug configuration for a number of unittest files?
It is possible to create a configuration that for instance executes unittests in testa.py, testb.py and testc.py?(I'm just getting started with PyCharm. I like it a lot so far.)