Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
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 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 15:29
If this is the same as in IntelliJ: Go to Preferences > Appearance. There should be a checkbox Override default fonts by (not recommended). Check that box and select another font in the dropdown be...
Community
PyCharm
How do I change the menu fonts
-1 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 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 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 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 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 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 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 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
«
First
‹
Previous