Roy Wright
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
-
Roy Wright created a post, AnsweredSQL 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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...