Matthew Cornell

- 活动总数 171
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 52
-
创建于 code formatting: want blank line before first Python method in class
Hi Folks,I'm using 14.0.3 with a Python project, and I want Reformat Code to put blank lines around all methods in a class, but it is treating the first method differently and not putting a blank l... -
创建于 stale bookmarks
Hi Folks. I've found a bug where an old bookmark stays around after it's supposedly been deleted. I haven't been able to reliably repeat it, but I've attached two screen shots to show the situation... -
创建于 python: incorrect warning for constructors without __init__(): Parameter 'perspective' unfilled
Hi Folks,I get a yellow error highlight on the right paren of the Foo() call in this code:class Foo(object): passFoo()See the attached scree shot. I don't understand the problem IDEA has with it... -
创建于 Python plugin not showing all syntax highlighting
Hi Folks. We're using IDEA Ultimate 12.0.4 (newer versions have a bug where project files are not displayed - see python project shows no files after...) and Python Plugin 2.10.0 on two Macs OS X m... -
创建于 python project shows no files after plugin update from 2.10.0 -> 2.10.1
Hi Folks. The 2.10.0 plugin has been working for many months, but today when I updated to 2.10.1 my python project no longershows any packages, just files at the project's (Git) repository root. I ... -
创建于 csv file data editor does not recognize two-column files
Hi Folks. My current project requires working with csv files, some of which have only two columns. However, the file editor only shows the Text and Data tabs if the file has more than two columns. ... -
创建于 python plugin: how to enable context menu to run all unit tests in folder?
Hi All,We are still enjoying using the Python plugin 2.10.0 in IDEA 12.0.1 on Mac OS X 10.6.8. I'd appreciate your help figuring out how to enable a feature I've seen working before, but can't get ... -
创建于 how to determine changes between plugin versions?
Hi Folks. I see that I am using version 2.9.2 of the python plugin http://plugins.intellij.net/plugin/?id=631 , but the newest version is 2.10.0. How do I find the release notes detailing what chan... -
创建于 Python refactoring: change argument signature?
Hi All. I'm a long time IDEA user in Java, and have recently switched our research lab to using it for our Python development. It's pretty darn good, but some things are surprising. In this case, I... -
创建于 Python program gets UnicodeDecodeError in IntelliJ but OK from command line
Hi Folks. I have a simple program that loads a .json file which contains a funny character. The program (attached) runs fine in Terminal but gets this error in IntelliJ:UnicodeDecodeError: 'ascii' ...