Yann Salmon
Yann Salmon
When writing and viewing a beamer presentation, the continuous scrolling of the internal PDF viewer is not practical. Is there a way to disable continuous scrolling, ie. have the internal...
Most of the code I typeset contains metasyntactic elements that should be displayed in math-mode. I have been using listings for several years and am trying to switch to minted....
## Brief outline of the bug longtable causes a Dimension too large error when it is typeset in a vbox ## Minimal example showing the bug (firsthead and head are...
I just realised that Pyzo does not auto-indent the following line on pressing enter if the previous line ends with a comment : ```python def f(x) : x = x...
Fixes #688 This adds a new setting auto_useFound : - if 0, the current behaviour is retained, - if 1, upon autodetecting a python interpreter, the confirmation step will be...
Since Pyzo has ceased to be an IDE/interpreter bundle, we have an autodetection mechanism for the python interpreter at first launch. This systems works quite well but asks the user...
While tinkering with displaying signatures in the interactive help, it appeared to me that the smartFormat function should be rewritten. It currently can do more harm than good, eg. misinterpreting...
It would be nice if Pyzo would at regular intervals make a backup save of the opened scripts, like most word processors do.
Running pyzo under Ubuntu 18.04 leads to a fatal error with message ``` Started our command server Traceback (most recent call last): File "/home/almar/miniconda3/lib/python3.5/site-packages/cx_Freeze/initscripts/__startup__.py", line 14, in run File "/home/almar/miniconda3/lib/python3.5/site-packages/cx_Freeze/initscripts/Console.py",...
Hello, thanks for releasing pyzo 4.3 ! Here is my experience with it : - the first time I ran it, it took 30 seconds to launch (like 4.2 did),...