Mitch Berkson

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created What file to restore from my backups to recover project settings?
AnsweredI had a power failure recently. When I started PyCharm, it no longer had my remote interpreter in settings. Maybe there are others missing too. How can I restore my settings from my backups? It... -
-
Created Does PyCharm have any support?
I've been using the Komodo IDE for a while and I've been trying out PyCharm. PyCharm has a lot of great features which I'd be happy to pay for if I could imagine that I would ever get answers to a... -
Created What is the name of the context menu in an editor window?
I'd like to customize the context menu that pops up in the editor window. It doesn't seem to be "Editor Popup Menu", "Editor Gutter Popup Menu" or "Editor Tab Popup Menu". -
Created Unresolved attribute reference 'objects' for class 'Foo'
Why am I seeing the warning "Unresolved attribute reference 'objects' for class 'Foo'" for a class which is a subclass of Django's models.Model? This occurs wherever I use Foo.objects.filter(...).... -
Created How to kill background task
AnsweredI want to kill Python Console which is "Connecting". There is no "x" in the Background Tasks window. How do I kill it? -
Created Unresolved remote reference from external library
I have a remote interpreter configured and see many of the paths to remote directories. At least one is not on the list though and it causes an unresolved reference warning.In Project Interpreter.... -
Created Python version required for v4.01?
Even though the system requirements on the download page say Python 2.4+, there is a comment and test in the debugger file pydev_versioncheck.py which says "We require Python 2.6+".If the debugger ... -
Created PyCharm 4 upgrade - where are my old settings?
I upgraded to 4.0.1 from 3.4.1 on Win 7. The installer can't find my old settings file with stuff like theme and fonts sizes. When I was forced to choose to import old settings from a custom area... -
Created In SSH terminal, arrow keys stop working after executing debug lines
In an SSH terminal window, after executing the Pycharm debug lines in a file, my arrow keys stop working and start printing "^[OA^[OC^[OD^[OA^[OB", etc.Is there a way I can fix this?