Ken Williams

- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 12
-
Created New command with new custom keyboard shortcut
AnsweredBesides IntelliJ, I'm a frequent RStudio user. There's a very nice shortcut `Option-Minus` (the minus key, just to the left of the equal-sign key - but `Option--` didn't look very nice :-) that in... -
Created How to find conflicting OS shortcut
AnsweredIn IntelliJ, I'm seeing warnings about a couple of shortcuts that conflict with OS shortcuts: I'm not sure how to figure out what the corresponding Mac OS system shortcut does - it's not showing u... -
Created Run a few lines at Python startup
By default in debug consoles, Pandas `DataFrame` objects don't show much data: >>> df runtime ... offset2882 2019-09-02 22:00:00-07:00 ... 00:00... -
Created Change color scheme inheritance
AnsweredI'm trying to achieve a consistent-ish color scheme across languages within IDEA. Right now, when I look at (say) a `Function->Function call` in the R color scheme definitions, it inherits from `C... -
Created Can we get release notes for Python plugin?
It's difficult to decide when/whether to update the Python plugin for IDEA, because there typically aren't any release notes published. At https://plugins.jetbrains.com/plugin/631-python , I just ... -
Created Upgrade path for Python plugin users
AnsweredI'm using IntelliJ IDEA 2019.2.4 with the Python plugin version 2019.2.192.7142.36. IntelliJ IDEA 2019.3.1 is now available, but the current Python plugin is incompatible. What is the proper upgr... -
Created Pass Count on breakpoints
AnsweredI'm using the Python plugin for IntelliJ IDEA Ultimate 2019.02. It seems that breakpoints don't have a "pass count" property so that I can break on, say, the 10th time a breakpoint is hit. This is... -
Created Can't find runner to generate Python documentation
I use IDEA Ultimate version 2018.2, with the Python plugin version 2018.2.182.4323.46. I see at https://www.jetbrains.com/help/pycharm/generating-reference-documentation.html that there's support f... -
Created Python unit test layout
AnsweredI'm trying to figure out the right layout for my unit tests so that I can run the same tests either in the IDE, or at the command line using standard Python commands. My unit tests are written usi... -
Created Multi-line formatting broken for JSON injections
I have some code in a Scala source file that looks like this:val config1 = """ { "Experiment": { "simulationMode": true, "minutesAhead": [1, 5, 30], "stepSize": 60 ...