Roy Wright
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
-
Roy Wright 创建了一个帖子, 已回答SQL PEP-249 named parameter support?
Howdy, Does PyCharm support all the paramstyles (https://www.python.org/dev/peps/pep-0249/#paramstyle) of PEP-249? I've found references that it supports 'qmark' and 'numeric'. I'm using MysqlDB w... -
Roy Wright 创建了一个帖子, PyCharm-5.0.2 Global Data Sources: re-sync required
After upgrading from 5.0.1 to 5.0.2 I'm getting this event message on pycharm start: Global Data Sources: re-sync required Unsupported format version 2.2 (2.4 expected)Any idea what it means? I ... -
-
-
-
Roy Wright 创建了一个帖子, Is it possible to have per project menus?
Howdy,I'd like to dynamically create a project menu based on the project contents. Something like:project one:menu: File Edit ... Help MyMenu one ... -
Roy Wright 创建了一个帖子, PyCharm3 editor not PEP 263 compliant as does not recognize source encoding comment when on second line
From: http://www.python.org/dev/peps/pep-0263/ To define a source code encoding, a magic comment must be placed into the source files either as first or second line in the file, such as: ... -
-
Roy Wright 创建了一个帖子, RST docstrings
Howdy!PyCharm does not appear to have any support for RST in docstrings beyond bolding definition keys (:param foo:). What would be really helpful would be at least basic RST error checking (Unexp...