Charlie Choiniere

Avatar
  • Total activity 160
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 47
  • Created

    Change inspection timeout/delay

    Is there a way to change the inspections timeout/delay before the inspections are performed?  I'd like to be able to adjust this setting so the inspections only take place when I have stopped typin...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Maven Execution - Executable Not Found

    I have a maven pom that has an executable defined as such<execution>      <id>generate-build-number</id>      <phase>prepare-package</phase>      <goals>           <goal>exec</goal>      </goals>  ...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Multiple Maven in one project question

    I have a project with two Maven projects where one depends on the other and that is defined in the pom.xml.  No matter what I seem to do I can't seem to get the application to use the jar that I've...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Is there anyway to unbold text in the editor.

    On OS X the text in the editor window seems to all be set to bold or heavier weight than other programs using the same font and font size settings.  Is there a way to adjust this?Thanks,Charlie
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How to use more than one vcs in a project?

    I have a project setup with the main module using CVS but I have some of my other modules versioned with git.  I can't seem to find a way to use both version control systems from within the same pr...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Which manage.py?

    I'm using the new Pycharm 1.0 (congrats on the release!)  and it looks like this issue has been fixed  http://youtrack.jetbrains.net/issue/PY-1990 , however it doesn't seem to be loading my customi...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Twilight theme port

    ** Update I used the digital color meter in OSX thinking that it just read out the hex value when it did not and was altered based on my color profile of my monitor.  I've updated this scheme to us...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Feature Request: Simple way to edit files without the project wizard.

    I've been using the latest version of Pycharm and they have added an open directory feature to quickly open a directory and start editing the files instead of having go through the new process wiza...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Soft tabs (virtual tabs?)

    When I write python code I prefer to use whitespace instead of tabs.  I like that I can specify the indentation level when I have the editor set to whitespace instead of tabs, however it doesn't re...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Pycharm: Non Standard Django Settings File Location

    I use a modified Django layout that differs from the normal start project settings.  There doesn't seem to be an option to specifiy the location of my settings file to run the server.My directory s...
    • 2 followers
    • 2 comments
    • 0 votes