A generic Emacs-style kill ring, as well as a Qt-specific version.
Bases: object
A generic Emacs-style kill ring.
Clears the kill ring.
Adds some killed text to the ring.
Rotate the kill ring, then yank back the new top.
Returns: | A text string or None. |
---|
Yank back the most recently killed text.
Returns: | A text string or None. |
---|
Bases: PySide.QtCore.QObject
A kill ring attached to Q[Plain]TextEdit.
Create a kill ring attached to the specified Qt text edit.
Clears the kill ring.
Adds some killed text to the ring.
Kills the text selected by the give cursor.
Rotate the kill ring, then yank back the new top.
Yank back the most recently killed text.