From: Kevin A. <al...@se...> - 2002-01-04 19:45:49
|
The Message Watcher has been changed over to wxSTC. Thanks to Neil for the code. ka > -----Original Message----- > From: pyt...@li... > [mailto:pyt...@li...]On Behalf Of Neil > Hodgson > Sent: Wednesday, January 02, 2002 2:52 PM > To: pythoncard-Users > Subject: Re: [Pythoncard-users] Message Watcher fix > > > > I updated the Message Watcher in cvs so that when the list starts to get > > full it deletes the oldest messages in the list. > > Have you considered using wxSTC for the message watcher? It has no 32K > limit and avoids flickering better than RichEdit. It does not yet do line > wrapping which you may want for a message viewer and the version that does > do line wrapping will be slower. Scintilla has an early version of line > wrapping now but it will take a while to stabilize and move to > wxSTC. I will > send Kevin a version of debug.py that uses wxSTC as its a bit > large to post > to the list. > > Neil |