imbs

Avatar
  • Total activity 54
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 19
  • Edited

    "Find in Path" Window Refuses to Move To Other Monitor

    Answered
    I have a dual-monitor setup running CLion under LinuxMint 18. Lately I've noticed that when I do a Ctrl-Alt-F search for something, the resulting "Find in Path" window can be moved around on the mo...
    • 20 followers
    • 37 comments
    • 1 vote
  • Created

    Can CLion Refactor Multiple if Statements Into a Single If Statement?

    Answered
    I ran across some code I want to refactor, and I was wondering if CLion knows how to refactor it the way I want. Consider the following code snippet: if (aBool && *s == '4') {    if (j != 0) {     ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Upgrading PyCharm Community to PyCharm Pro on Linux

    Answered
    I was running PyCharm Community and decided to upgrade to Professional. I [think] I have installed PyCharm professional on my LinuxMint machine (by running pycharm.sh in the tarball). When I do tha...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    DISREGARD: PyCharm CE Giving "exit code 1" on error, but no error information

    Never mind. I discovered it was an import I was using (pexpect) that is catching all exceptions.I am actually trying to debug a much larger module and it quits without telling me anything, even a l...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Braces in comment in JavaScript file marked as coding error

    Try the following Javascript code in PyCharm:path = '/404';//capture bad url redirects starting with {{path_bad = '/200';The double braces at the end of the comment triggers syntax errors for the r...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Export/Import Run Configurations?

    I have a very complicated run environment set up in PyCharm that I use to debug our product. Several other engineers want to source-level debug like I do, but manually reading out my run configurat...
    • 11 followers
    • 9 comments
    • 11 votes
  • Created

    Navigating 'Sub Windows' Problem

    I use PyCharm's integrated Git support to do diffs, among other things. The diff/merge is great...One thing I've noticed though is that when I have a PyCharm diff window open it isn't listed in the...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    idea.max.vcs.loaded.size.kb Doesn't Seem to Work

    Answered
    I would like to do a git diff on a SQL create script that is 52Mb but when I try to do it PyCharm gives the error:Can not show contents of 'xyz.sql'.File size is bigger than 20.0Mb.You can relax th...
    • 6 followers
    • 5 comments
    • 4 votes
  • Created

    Can I Increase the Size of Files I Can Edit?

    I would like to view/edit a SQL create script in PyCharm but I get the message, "File xyz.sql is too large for PyCharm editor"The file is 52Mb... Is there a setting in idea.properties or idea.vmopt...
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    Help Screen ALWAYS ON TOP (Mac)

    When I click on 'Help' in any PyCharm dialog it brings up a help window. IT IS ALWAYS ON TOP and I can't view screen under it without moving it aside (or coding it). This is VERY inconvenient...
    • 2 followers
    • 1 comment
    • 0 votes