Google Code Exporter
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...
``` 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...
``` 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...
``` (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...
``` 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...
``` 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...
``` 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...
``` 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....
``` 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...
``` 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...