主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dirk Dittert
活动总数
115
最后的活动
2016年01月12日 04:05
成员加入日期
2014年01月06日 12:58
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
48
活动概览
帖子(2)
评论(65)
按最近的活动排序
最近的活动
投票数
创建于
2014年02月11日 07:26
Well, if you really have many many projects, you could just generate the XML files that PyCharm uses to to store its project information through small python program. Just take a look at the files...
社区
PyCharm
Setting project environment dynamically.
0 票
创建于
2014年02月08日 11:04
I mapped it to Command S/Strg S. I need search everywhere a lot more often that Save all (which I probably have never used before).
社区
PyCharm
How to disable Double-Shift for Search Everywhere
0 票
创建于
2014年02月12日 19:56
If you look at the quick documentation lookup, you can see where it breaks. Code analysis seems to figure out signatures for the first call: dom = minidom.parseString(document) #Inferred type: (str...
社区
PyCharm
it doesn't complete for the object?
0 票
创建于
2014年02月14日 07:38
This is not possible from PyCharm. Only two ways: Download the PyCharm Community source code and start hacking (not recommended) Write a program that creates the PyCharm project files and creates ...
社区
PyCharm
How create a project type
0 票
创建于
2014年02月14日 07:45
No, there is no "hotswap" as there is in R or Java. However, you still can do quite a log of things from the evaluate expression popup. You should be able to change values of variables, inspect the...
社区
PyCharm
Is it possible to develop code in debug mode?
0 票
创建于
2014年01月10日 15:06
It is possible to reformat your code according to your code style settings. However, this will only take care of indentation and spaces between methods, classes, functions. There is no way to autom...
社区
PyCharm
Code styling adjustment or disabling
0 票
创建于
2014年01月09日 14:12
If you use python 3, you can use the extended syntax:def __init__(self, b:str):However, this is not compatible with Python 2.7. For that version you have to add type information in docstrings. def ...
社区
PyCharm
How to "inform" the editor from which class a parameter is (for completions purposes)
0 票
创建于
2014年01月10日 15:39
One more thing: you could add the detection whether the script is being debugged to before_debug.py. See StackOverflow for some ideas how to do this.
社区
PyCharm
Debug Configurations - is it possible to run a few lines of code or a script file prior to debug session start?
0 票
创建于
2014年01月11日 15:47
Synchronize doesn't come up in searching pycharm help; however, reading through it more, "synchronization" does. However, one of the vcs's uses this term (Perforce?) and most of the doc refers t...
社区
PyCharm
file cache very dangerous across multiple machines
0 票
创建于
2014年01月11日 19:25
I just tried that on my Mac. All the UI fonts changed when I picked another font. Only the font for the menus didn't change but that's what I would expect on a Mac (because of the global screen men...
社区
PyCharm
How do I change the menu fonts
0 票
«
第一页
‹
上一页
下一页
›
最后
»