Julien
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Modifying files from remote Python interpreter virtualenv
Hi,I'm using a virtual machine using vagrant, in which I've set up a virtualenv. It's really awesome that I can make Pycharm load that virtualenv using the remote Python interpreter. However, I've ... -
Created "Mark as template directory" disabled
Hi,I've enabled Django support in a project and everything seems to work fine except the context menu "Mark as template directory", which is systematically disabled. It works in other projects thou... -
Created Reloading virtualenv
Hi,It seems like the "Reload" button to refresh a python interpreter (and its corresponding virtualenv) has disappeared from the preferences in version 2.5 EAP. This was really useful to reload pac... -
Created Enabling introspection in external libraries
Hi,I can't find a way to enable introspection in my project's external libraries. It warns me of syntax errors but it won't do things like highlight unused imports. I seem to recall I got it work t... -
Created How to stop automatically inserting HTML file name in empty href's
Hi,I'm using Pycharm to work on Django projects. Sometimes, when I move an HTML template from one folder to another, PyCharm automatically inserts the name of the file (e.g. article.html) in the <A... -
Created Unused imports not highlighted
Hi,For several versions of PyCharm now, I have noticed that the unused imports are not highlighted. Maybe I might just need to change something in the preferences. The only thing I could find in th... -
Created Django test configuration
AnsweredHi,I'm having trouble setting up a Test Configuration in PyCharm. For some reason it gives me an error saying "Please select Django module" (see screenshot). I can't find any place to select a "Dja... -
Created Problem with external tools
Hi,This might be related to the question I've asked in http://www.jetbrains.net/devnet/thread/288712?tstart=0I'm having trouble using external tools in Pycharm (I'm using a Mac, by the way).I've se... -
Created Open folder in terminal/finder
Hi,When right-clicking on any folder in Eclipse, you can open that folder in the Mac Finder ("Explore Files") or open a terminal and change to that directory ("Command Line Shell"). See attached sc... -
Created Collapsable Structure View?
Hi,It would be great if the structure view could be collapsable. The view is extended by default and it can be tedious to scroll it especially for long Python or Javascript files. Or maybe is that ...