Ken Williams

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 10
-
-
Ken Williams created a post, AnsweredHow 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... -
Ken Williams created a post, 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... -
-
-
Ken Williams created a post, AnsweredChange 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... -
Ken Williams created a post, 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 ... -
Ken Williams created a post, AnsweredUpgrade 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... -
-
Ken Williams created a post, AnsweredPass 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...