I am running Pyzo 4.3.1 on Ubuntu 16.04. There seems to be a bug with the "run
cell and advance" command. The same bug results when using the keyboard
shortcut (Ctrl + Shift + Enter/Return) or the menu option.
Behaviour:
----------
When executing "run cell and advance", the editor executes the current cell,
but does NOT advance the cursor to the next cell. Instead, it advances the
cursor by one line.
Possible source of problem:
---------------------------
I looked in pyzo/core/menu.py and found the code for _runCellAdvance() to be as
follows:
def _runCellAdvance(self):
self._runCell()
self._advance()
However, there is no _advance() method anywhere in menu.py.
Anyone else seeing the same behavior? Any suggestions for fixing this?
For now, I reverted back to 3.7 that has an older version of the
_runCellAdvance() method, which works perfectly well.
--
Amar
--
You received this message because you are subscribed to the Google Groups
"Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.