Marcel Wilson

Avatar
  • Total activity 223
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 26
  • Subscriptions 73
  • Created

    Unable to drag tabbed editor

    I seem to have lost the ability to most tabbed editor windows.  I'm not sure if this occurred at 4.0 or afterward.Normally I should be able to left click and drag my open tabbed files, including de...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    2.7.1 smart indent pasted lines small oddity

    First, let me say THANK YOU for fixing smart indent pasted lines in conjunction with using tabs. I can move blocks of code around now without realigning the indents!  However, I'm noticing a small ...
    • 1 follower
    • 2 comments
    • 1 vote
  • Created

    SOLVED: ImportError: cannot import name modname

    I just installed 2.6.2 and came across this error when attempting to debug a script.  Any ideas as to why this is coming up? C:\Python27\python.exe "C:\Program Files (x86)\JetBrains\PyCharm 2.6.2\h...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    SOLVED: code inspection of modules imported in try/except

    Is there some way to get PyCharm to inspect modules which are imported via try/except? try:     import sys except ImportError:     sys = None def foo():     sys.exit() # <-- does not inspect sys....
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Annotation Color scale?

    Is there some way to alter the Annotation Color scale that appears with different users from Subversion?If not, is there some sort of logic to the colors picked?Attachment(s):annotation_colors.jpg
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Python Interpreter Paths ignored?

    I have a module library (mixture of compiled Python/C) that exists within my Project structure in PyCharm but not contained in the Lib/site-packages folder in Python26. This module is in the PYTHON...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How do you send KeyboardInterrupt in debug?

    Is there a way to send a CTRL+C (KeyboardInterrupt) command to a running script in either Debug or Run modes?
    • 2 followers
    • 2 comments
    • 1 vote
  • Created

    How do you prevent removal of auto indents? - SOLVED

    Is there a way to prevent PyCharm from removing the auto indents?Current PyCharm version : 1.1Build:  #PY-101.8I like to space out my code with blank lines between sections.  When I hit enter on a ...
    • 4 followers
    • 7 comments
    • 0 votes
  • Created

    Should the editor catch this?

    First, allow me to begin with saying, I'm a fairly novice Python user.  I've been learning over the last year and loving it, but I have no programming background whatsoever.  I realize there are (a...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Dark Blue Theme

    I created another 'Dark' theme that I have been using in Notepad++ forever.  Feel free to use/tweak/love/hate. Win7 users : Place the file in the following location. C:\Users\yourloginhere\.PyChar...
    • 1 follower
    • 0 comments
    • 0 votes