Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. Open a couple of python files 2. Edit them 3. Shut the computer with its Power-Button What is the expected output? What...

Type-Enhancement
auto-migrated
Priority-Medium

``` This is an enhancement request. Starting an instance of Pyscripter automatically opens up the last set of files that were open. It would be nice to have similar behavior...

Type-Enhancement
auto-migrated
Priority-Medium

``` Is it possible to add a little useful feature that exist in current python idle ? it's an autocompletion feature : when creating a string using " " or...

Type-Enhancement
auto-migrated
Priority-Medium

``` (enhancement request) PyScripter could do automatic spell-checking of comments. There are free advanced libraries for this like hunspell: http://hunspell.sourceforge.net/ hunspell is very easy to use (one call to load...

Type-Enhancement
auto-migrated
Priority-Medium

``` I recognize it's consistent with how Python displays its tracebacks, but it's annoying that the traceback call chain (displayed in the Messages tab on an exception) is displayed in...

Type-Enhancement
auto-migrated
Priority-Medium

``` When you now call a function from the interpreter window, it is called in "run" mode. That is, the interpreter does not stop at breakpoints. It'd be great to...

Type-Enhancement
auto-migrated
Priority-Medium

``` I'm trying to render different parts of the same SVG on different threads. The rendering is working fine, but is very slow. In order to speed it up, I've...

feature request
auto-migrated

``` What steps will reproduce the problem? 1. Load an SVG with an image element referencing an external SVG. 2. Register external resolver using SimpleAssetResolver 3. Attempt to render SVG....

feature request
auto-migrated

``` I know that, as explained in your FAQ, when displaying an SVG using an (SVG)ImageView, or using something else that requires a Picture or (Picture)Drawable, it is probably always...

feature request
auto-migrated
SVGImageView

``` What steps will reproduce the problem? 1. My app uses a number of svg images, some of them in several places. All of them are use an asset. What...

feature request
auto-migrated
SVGImageView