主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
vlan
活动总数
168
最后的活动
2024年01月10日 09:24
成员加入日期
2011年07月19日 11:34
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
73
活动概览
帖子(0)
评论(95)
按最近的活动排序
最近的活动
投票数
创建于
2012年10月10日 16:33
Maybe related: http://youtrack.jetbrains.com/issue/PY-7029. Please describe your actions for plotting your data in more detail.
社区
PyCharm
Interactive Plotting
0 票
创建于
2012年10月15日 10:58
If x and y are Python packages (so src is your actual source directory) then you should import x from file2.py using from x.y.b.file2 import foo (absolute import) or from .file2 import foo (relativ...
社区
PyCharm
How to get Pycharm to resolve "downward" file paths?
0 票
创建于
2012年09月15日 18:34
Code style settings are kept in your user settings unless you copy them to your project.The workspace settings (states of tool window buttons, open and recent files) are project-specific.The list o...
社区
PyCharm
question about when/where settings are saved
0 票
创建于
2012年09月15日 18:22
This message is probably put into the event log. You can open it using the message balloon button in the bottom-right corner of the PyCharm window, in the status bar.
社区
PyCharm
removing git
0 票
创建于
2012年09月16日 13:19
What do you mean?
社区
PyCharm
.. delete
0 票
创建于
2012年09月16日 17:44
PyCharm doen't have the concept of the staging area in its GUI. We support different version control systems in PyCharm (Subversion, Git, Mercurial, Perforce, etc.), so we have to provide a more or...
社区
PyCharm
Working of Git in Pycharm is different from using Git in Terminal
0 票
创建于
2012年09月17日 20:25
You can use the Run -> Debug... to create and run a debug configuration for a module of your interest. You can put a breakpoint on a line by clicking on its left margin. The context menu of a break...
社区
PyCharm
Equivalent to pdb.set_trace()?
0 票
创建于
2012年02月17日 15:07
Fabio, this bug is specific to Python 3.x and PyCharm 2.0.x. It will be fixed in PyCharm 2.1.
社区
PyCharm
newbie code complete question
0 票
创建于
2011年07月20日 12:35
Hi Rubens,Find usages and rename refactoring for methods and classes should work in PyCharm 1.5.3. Please report the issue you've discovered to our bug tracker. A small reproducible example would b...
社区
PyCharm
"Find Usages" & "Refactor -> Rename" don't find occurrences
0 票
创建于
2013年04月30日 07:53
Currently we do not plan to integrate PyLint and PyFlakes. PyCharm covers all the features of PyFlakes and a lot of features of PyLint. In PyCharm 3.0 we will add more PyLint-like inspections, see ...
社区
PyCharm
Support for pylint/pyflakes/flake8?
-1 票
«
第一页
‹
上一页