Steven Klass
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Text Expansion Tools
Hi All,I've been using TextExpander for quite a few years. But I've noticed that it's been flaking out lately. I think there is some snippet expansion in PyCharm but I'm not sure how to invoke it... -
Created Is there a way to exclude the diff of certain files?
Hi there,I have a test SQL dump which is quite large. When running through the list of changes prior to commits, I usually diff them. The problem is that when it gets to the SQL file it hangs for... -
Created Customizing the Console prompt string
Hi all,Does anyone know how to customize the prompt string from `>>>` to `[HH:MM]>>>`. I found one reference to ${prompt_string} but I have no idea how or where to use this?Ref http://forum.jetbrai... -
Created How do you set the console history length in Pycharm
Hi There,Is there anyway to set the history for a Pycharm (iTerm) history? Something bigger than the 20 or so that it currently has would be great. -
Created How do you find unused methods?
Hi all,I love "Find usages". Is there a way to right click in a directory and "Find unused methods" in this directory. Basically those are the methods I want slated for deprecation? -
Created Django - App Template
Hi Guys,In the latest dev branch of django they are introducing the capability to point to a set of templates when you run django-admin.py startapp --template=/my/path/to/app_template That is cool ... -
Created Version Control (Git) How do I bring back the "latest pull" changes window
Hi Guys,I love PyCharm! In the morning I tend to review my teams code so I pull in all of the changes and then start ⌘D diffing the files. But alas I hit ⌘W and closed the Changes window and not... -
Created PyCharm EAP 2.0.2
Hey All,Everything was working just fine w/ EAP until I updated Mac this morning to 10.7.3. After reboot it would not load up - it would hang on indexing indefinately. Shifting back to 2.0.0 fixe... -
Created Feature request. Django Console disconnect
Hi all,For all its bugginess I really like the new Django Console. I noticed there are two menu buttons. The close window button and the stop button. The stop button is completely pointless b/c ... -
Created PyCharm Django - How to stop it from wrapping on "."
Hey Guys,Is there a way to have "Enable right margin is not exceeded" (Project Settings > Python > Wrapping and Braces ) and have it NOT break on ".". For example - this is currently happening and...