jfoster
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 27
-
Edited Possible to Use Canary for Django Server JavaScript Debugger?
I really like how Pycharm lets me debug JavaScript in my Django application. It is kind of amazing, really. One thing I struggle with is that the Chrome application launched by the debugger has the... -
Created Proper Method for having VirtualEnvWrapper postactivate run for Pycharm Project
AnsweredI'm using virtualenvwrapper and have some custom postactivate and predeactivate scripts I need to run for setting environment variables. What is the appropriate way to have my pycharm project call ... -
Created Run Output Not Showing Responses
Previously, it seemed like I would see 200 responses in my Run console when I refreshed a page etc. I'm not seeing that in what seems like an all of a sudden way. Did I change my configuration by a... -
Created CMD-A won't select all from find text box, or current line in console 2019.1
AnsweredSince I upgraded to 2019.1, I can't hit command-A to select all the text in either the find text entry box or python console. I could have sworn this was available in previous versions. I see cmd-... -
Created Lost Keymaps / Project Environment Settings Upgrading to 2019.1
AnsweredI boldly upgraded to 2019.1 this morning, and it looks like all of my preferences were thrown out. The app went from dark mode to light, and none of my keymaps were working. I started just fixing t... -
Edited Hotkey to move file tab to the left end (tab #1 space)
AnsweredI commonly want to arrange the primary file I'm focused on into the Tab #1 position in pycharm. For example, the view in #1, the form in #2 and the template in #3. This has me dragging tabs around ... -
Created Saving / Reviewing Previous Test Output
When I run a test in normal or debug mode, I sometimes want to go back and see the debug output from a completed run. (including how long the test took to run) I see there is an event log showing w...