Eric Pederson

Avatar
  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 3
  • Eric Pederson created a post,

    PYTHONPATH for tests in CLion

    In my project (which is a mixed C++/Python source tree) we have this structure: src/     a.py     b.py     tests/         atest.py         btest.py   In PyCharm I have marked both the src and tests...
  • Eric Pederson created a post,
    Answered

    Add Scala SDK to module

    You used to be able to add Scala to a module using Add Framework Support but Scala is no longer listed as a framework.  How do you add Scala as a framework/facet/whatever it's called now?  For exam...
  • Eric Pederson created a post,
    Answered

    Nashorn debugging file name requirements

    Intellij IDEA supports //#sourceURL=filename.js and the Nashorn load() function for getting filenames to match code to for debugging.  What are the specific requirements for getting the debugger to...