Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

about bracecompletion

<< < (6/6)

ollydbg:
I find the reason in

http://wxcode.sourceforge.net/components/wxscintilla/reference.html


--- Quote ---wxEVT_SCI_MODIFIED

This notification is sent when the text or styling of the document changes or is about to change. You can set a mask for the notifications that are sent to the container with SetModEventMask. The notification structure contains information about what changed, how the change occurred and whether this changed the number of lines in the document. No modifications may be performed while in a wxEVT_SCI_MODIFIED event.


--- End quote ---

Jenna:
That's more or less what I wrote.
I did not look at the (wx)Scintilla-documentation, but in the sources (they use a counter to avoid multiple modifications at the same time).

Navigation

[0] Message Index

[*] Previous page

Go to full version