Merge lp:~kartiksinghal/polly/patch-for-undo-redo-for-compose-box into lp:polly
Proposed by
Kartik Singhal
Status: | Superseded |
---|---|
Proposed branch: | lp:~kartiksinghal/polly/patch-for-undo-redo-for-compose-box |
Merge into: | lp:polly |
Diff against target: |
286 lines (+251/-2) 2 files modified
src/polly/external/undobuffer.py (+234/-0) src/polly/gui/header/entry.py (+17/-2) |
To merge this branch: | bzr merge lp:~kartiksinghal/polly/patch-for-undo-redo-for-compose-box |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Conscious User | Needs Fixing | ||
Review via email:
|
This proposal has been superseded by a proposal from 2012-06-10.
Description of the change
Undo and redo functionality for the Compose box using tiax's python port of gtksourceview's undo mechanism (http://
To post a comment you must log in.
Unmerged revisions
- 402. By Kartik Singhal
-
added undo/redo feature in compose box
Hi Kartik, thanks for the patch.
Those are more "guideline fixes" than actual fixes, so it should be easy:
1) Please move the undobuffer module to the "external" folder and import it with "from polly.external import undobuffer". I do that for all modules copied from other sources.
2) It seems that you are associating undo with z and redo with y. Shouldn't it be ctrl+z and ctrl+y.
3) The GNOME HIG guidelines, which I tend to follow, actually associate redo with shift+ctrl+z.
It is also needed to update the copyright file to reflect the new module, but you can leave that to me.