kroger
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
kroger created a post, How to close the refactoring preview window with the keyboard on the Mac.
I want to close the refactoring preview window with the keyboard on the Mac.On windows one can use Alt+D or Alt+R, but it doesn't work on the Mac:Any suggestions? (I do have "All controls" in "Full... -
kroger created a post, List of PyCharm Actions
PyCharm saves macros in XML format like the following: <macro name="Clean Code"> <action id="$SelectAll" /> <action id="AutoIndentLines" /> <action id="OptimizeImports" /> <action id="Edito... -
kroger created a post, Blog post about PyCharm
Hi,I wrote an in-depth article about how to get started quickly with PyCharm here:How to Get Started with PyCharm and Have a Productive Python IDEThe article covers: Initial Customization Virtua... -
kroger created a post, Django template support for non-html files
Hi,Is there a way to have django template support in pycharm (completion, etc) when using a non-html file?I have an app that is generating a latex file and, naturally, I don't expect pycharm to kno... -
-
kroger created a post, How to run all tests with one key?
Hi,Is there a way to setup pycharm to run all tests with one key? (say F5)I find the switching betwen runing tests, normal django code, and debugging tiresome (I run tests many times a day).Thanks, -
-
kroger created a post, error running sphinx-build
Hi,I'm trying to run sphinx from pycharm 1.5.2 to generate html documentation. I run "Run sphinx make targets" from Tools -> Restructured Text -> Sphinx actions, selected "html" from the menu and g... -
kroger commented,