Kein-Hong Man wrote:

Bracket with the following (barely tested):

  editor.UndoCollection = false
  -- edit stuff here
  editor.UndoCollection = true


It was recommended to me to use:
   local u = scite.SendEditor( SCI_GETUNDOCOLLECTION )
   scite.SendEditor( SCI_SETUNDOCOLLECTION, false )

...

   scite.SendEditor( SCI_SETUNDOCOLLECTION, u )

April

--
I am one with my duality.

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to