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
January 19, 2014 12:35
There could be a number of things going on here. Just some ideas, without any particular order: company virus scanner kicks in and tries to scan you VM disk images some form of memory leak in PyCh...
Community
PyCharm
Nube question - Why does my VM get slower and slower when running pycharm?
0 votes
Created
January 22, 2014 12:42
This is going beyond the scope of an IDE and is usually done through a continuous integration server (e.g. TeamCity). You could set that server up to automatically track and build your feature bran...
Community
PyCharm
PyCharm pre-commit hook for CVS
0 votes
Created
January 29, 2014 19:07
You have to have a run configuration for everything that you want to run from PyCharm. The button for run and debug always refer to the run configuration that is currently selected in the dropdown,...
Community
PyCharm
Have I done something wrong? Setting up the Python IDE configuration window
0 votes
Created
January 29, 2014 19:12
Do you have Python setup correctly (i.e. can you run python scripts from your project within PyCharm)? Breakpoints are set by clicking into the border, next to the line numbers. That should result ...
Community
PyCharm
Cannot set break points on simple python project
0 votes
Created
January 29, 2014 19:27
Hmm, sounds like a bug then. Can you file an issue in YouTrack for this?
Community
PyCharm
Preferences for opening project in new window
0 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
«
First
‹
Previous
Next
›
Last
»