Kkinder
- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
-
Created When using Mercurial annotations, the Show Diff menu option is missing
So I was trying to figure out how to actually get a full diff from the hg annotations provided in PyCharm, and I looked at the help page:http://www.jetbrains.com/pycharm/webhelp/working-with-annota... -
Created Sublime Text style file preview scrollbar
I'd really like PyCharm to implement a great feature from Sublime Text: On the right hand scrollbar, it shows you a zoomed-out preview of your whole document, so you can visually page through it. Q... -
Created Multi-line search and replace
Does PyCharm have multi-line search and replace functionality? I can't seem to find it or figure out how to do that. -
Created Random idea: Classes and methods in the breadcrumbs
I like PyCharm's breadcrumbs for file hiearchy. Any thoughts on extending it to methods and classes? Seems easier to navigate than the Project browser. -
Created Organizing imports
I'm thinking of writing a plugin for this, though unfortunately it looks like Pythons are written in Java. Though that shouldn't be surprising.Anyway, I'd like something that organizes imports at t... -
Created Recommend disabling "Boolean variable check can be simplified"
A long-time Pylint user, I've been enjoying PyCharm's inspections. I particularly like PyCharm's inspections for HTML, where I carelessly leave open tags or refactor one, but fail to close the othe... -
Created Enabling tag tree highlighting and Django
Is it just me, or is the Tag Tree Highlighting feature not enabled when you have Django templates enabled? -
Created Giving projects unique names
Something unfortunate I've noticed about PyCharm is that it names all my projects "trunk". That's because my directories are laid out like this: ~/Projects/first_project/trunk ~/Projects/seco... -
Created Deployments being mixed across multiple projects?
I noticed that in the PyCharm configuration window, Deployments are configurable under your current project. This makes sense. But what I also noticed is that when you start a new project, it has y... -
Created PyCharm's interactive debug console does not work in Google App Engine
Hi. I've been enjoying evaluating PyCharm 2.0.1. Something I noticed however, is that in my GAE, the interactive debug console doesn't work. I created a dummy GAE project to confirm the issue, alon...