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 10, 2014 13:40
LOL. Same thing I was thinking when I read that page.
Community
PyCharm
How to "inform" the editor from which class a parameter is (for completions purposes)
0 votes
Created
January 10, 2014 15:35
Yes, there is. Put your commands that you want to execute before executing your application in a custom script (e.g. before_debug.py and define it as an external tool). Then, go to your run configu...
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 10, 2014 13:44
IntelliJ has a severity for todo comments (double click on hector, under Code maturity issues there's an option for TODO comments). Not sure if it really does what you're looking for and if it is p...
Community
PyCharm
Is it possible to set the warning level for TODO / FIXME in Pycharm / IntelliJ?
0 votes
Created
January 11, 2014 15:25
Sorry, I just assumed that this part is identical to IDEA but maybe that inspections is only relevant for a java context. How about the following:You can define several patterns for todo items (at ...
Community
PyCharm
Is it possible to set the warning level for TODO / FIXME in Pycharm / IntelliJ?
0 votes
Created
January 10, 2014 13:58
The pycharm local file cache is extremely dangerous. With so-called autosave, where are the files in a project saved? In the cache or in the file system?All JetBrains IDEs make sure that an extern...
Community
PyCharm
file cache very dangerous across multiple machines
0 votes
Created
January 12, 2014 13:49
All files are read from disk.
Community
PyCharm
file cache very dangerous across multiple machines
0 votes
Created
January 13, 2014 17:41
Keymaps are located in the Preferences directory of the IDE under a folder keymaps (the link is to the IDEA online help but I guess, it's the same for PyCharm). You could copy the xml file to other...
Community
PyCharm
How do I share my keymap with my home version of PyCharm?
0 votes
Created
January 15, 2014 18:54
You could delete your virtualenv folder and recreate it from the command line. You'll have to install all packages of that virtualenv again, though.
Community
PyCharm
Pycharm's virtualenv doesn't containt Distutils folder in project/lib/
0 votes
Created
January 16, 2014 22:53
Please file an issue in YouTrack because forums are not monitored for technical problems (at least not officially). Thanks.
Community
PyCharm
Bug When Testing SFTP Connection
0 votes
Created
January 21, 2014 12:31
The exact same thing is not available in PyCharm. You can run a Python console (Tools > Run Python console), though and load/execute code from there.
Community
PyCharm
how to make pycharm works like spyder
0 votes
«
First
‹
Previous
Next
›
Last
»