When in code editor and executing undo on previously written text the code editor currently does not scroll to the position where the previously added text is removed. This makes it difficult to track undo actions in code editor. The same, of course, holds true for redo actions.
So my request is that the code editor of pinegrow should scroll to the position where the undo/redo action is taking place so that one can easily see what the undo/redo action did. This is the standard behavior in atom and most other text editors.