Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dirk Dittert
Total activity
115
Last activity
January 12, 2016 04:05
Member since
January 06, 2014 12:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
48
Activity overview
Posts (2)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
February 11, 2014 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...
Community
PyCharm
Setting project environment dynamically.
0 votes
Created
February 08, 2014 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).
Community
PyCharm
How to disable Double-Shift for Search Everywhere
0 votes
Created
February 12, 2014 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...
Community
PyCharm
it doesn't complete for the object?
0 votes
Created
February 14, 2014 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 ...
Community
PyCharm
How create a project type
0 votes
Created
February 14, 2014 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...
Community
PyCharm
Is it possible to develop code in debug mode?
0 votes
Created
January 10, 2014 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...
Community
PyCharm
Code styling adjustment or disabling
0 votes
Created
January 09, 2014 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 ...
Community
PyCharm
How to "inform" the editor from which class a parameter is (for completions purposes)
0 votes
Created
January 10, 2014 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.
Community
PyCharm
Debug Configurations - is it possible to run a few lines of code or a script file prior to debug session start?
0 votes
Created
January 11, 2014 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...
Community
PyCharm
file cache very dangerous across multiple machines
0 votes
Created
January 11, 2014 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...
Community
PyCharm
How do I change the menu fonts
0 votes
«
First
‹
Previous
Next
›
Last
»