Fast way of adding text to the editor

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by Erik Pepping - RADVenture B.V
Avatar
We are adding pieces of text in a loop to the editor. This tend to be quite slow. We are using append text. It seems logical that internal events are launched. Is is pssible to add text in a loop fast ? Can we turn of somehow the internal stuff until we give is a reparse ?

Erik

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Not yet however I'll add that to the TODO list.

One thing I'd recommend for now is to suspend painting of the editor, which may help. There are SuspendPainting and ResumePainting methods on the SyntaxEditor control.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.