Steven Klass
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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. -
创建于 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? -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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...