[Qgis-developer] 3rd party vector editing tools & undo/redo
Giovanni Manghi
giovanni.manghi at gmail.com
Sun Mar 7 14:39:45 EST 2010
Hi,
well, if this is the case then I would like to invite any developer of
vector editing plugins to add the necessary snippets in the code.
cheers
-- Giovanni --
On Sun, 2010-03-07 at 21:20 +0200, Alexander Bruy wrote:
> Hi,
>
> seems that plugin developers don't implement support of undo/redo stack.
> It is not hard to fix this, I think. Only add few lines of code:
>
> layer.beginEditCommand( "Operation name here" )
> <do something with feature(s) here>
> layer.endEditCommand()
More information about the Qgis-developer
mailing list