Ken Williams

- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 12
-
创建于 New command with new custom keyboard shortcut
已回答Besides 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... -
创建于 How to find conflicting OS shortcut
已回答In 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... -
创建于 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... -
创建于 Change color scheme inheritance
已回答I'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... -
创建于 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 ... -
创建于 Upgrade path for Python plugin users
已回答I'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... -
创建于 Pass Count on breakpoints
已回答I'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... -
创建于 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... -
创建于 Python unit test layout
已回答I'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... -
创建于 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 ...