1. ee22cs5 Editor BUG/CRASH
- Posted by Bernie Ryan <xotron at bluefrognet.net> Mar 03, 2003
- 462 views
Carl: If a line is selected ( HIGHLIGHTED ) beyond the end of a line ( which can be done ) and you do an alt search then the editor will crash. I think that this is a bug in the xle. The problem is repeatable so you should be able to find it. I do not understand the code enough to find the bug and fix it myself. Thanks Bernie
2. Re: ee22cs5 Editor BUG/CRASH
- Posted by mistertrik at hotmail.com Mar 04, 2003
- 457 views
If the editor uses win32lib, there is a win32lib error exactly like that... Derek should have fixed that in his next version.... Derek? ===================================================== .______<-------------------\__ / _____<--------------------__|=== ||_ <-------------------/ \__| Mr Trick >From: Bernie Ryan <xotron at bluefrognet.net> >Subject: ee22cs5 Editor BUG/CRASH > > >Carl: > > If a line is selected ( HIGHLIGHTED ) beyond the end of a > line ( which can be done ) and you do an alt search then > the editor will crash. I think that this is a bug in the > xle. The problem is repeatable so you should be able to > find it. I do not understand the code enough to find the > bug and fix it myself. > >Thanks >Bernie > > > >TOPICA - Start your own email discussion group. FREE! >
3. Re: ee22cs5 Editor BUG/CRASH
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 04, 2003
- 450 views
On Tue, 04 Mar 2003 14:43:27 +1100, <mistertrik at hotmail.com> wrote: > > If the editor uses win32lib, there is a win32lib error exactly like > that... Derek should have fixed that in his next version.... Derek? Exactly like what? Is this a bug with richedit? If so, what is it. > ===================================================== > .______<-------------------\__ > / _____<--------------------__|=== > ||_ <-------------------/ > \__| Mr Trick > > >> From: Bernie Ryan <xotron at bluefrognet.net> >> Reply-To: EUforum at topica.com >> To: EUforum <EUforum at topica.com> >> Subject: ee22cs5 Editor BUG/CRASH >> Date: Mon, 03 Mar 2003 18:53:05 -0500 >> >> >> Carl: >> >> If a line is selected ( HIGHLIGHTED ) beyond the end of a >> line ( which can be done ) and you do an alt search then >> the editor will crash. I think that this is a bug in the >> xle. The problem is repeatable so you should be able to >> find it. I do not understand the code enough to find the >> bug and fix it myself. >> >> Thanks >> Bernie >> >> >> TOPICA - Start your own email discussion group. FREE! >> > > > > TOPICA - Start your own email discussion group. FREE! > > -- cheers, Derek Parnell
4. Re: ee22cs5 Editor BUG/CRASH
- Posted by "Carl W." <euphoria at cyreksoft.yorks.com> Mar 04, 2003
- 442 views
Bernie Ryan wrote: > If a line is selected ( HIGHLIGHTED ) beyond the end of a > line ( which can be done ) and you do an alt search then > the editor will crash. I think that this is a bug in the > xle. The problem is repeatable so you should be able to > find it. I do not understand the code enough to find the > bug and fix it myself. Select-and-search is buggy - very buggy - and has been since I added it to EE:CS. (At least I think it was me - maybe I just broke David Cuny's existing code). The xle.e code can be a nightmare - if it was simpler, there'd be an 'undo' feature as well as a bug-free search algorithm. Having a full-time job does tend to reduce free time; There were a bunch of feature ideas to add in time for the release of Eu2.3. Since Eu2.4 is upon us, you should be able to tell what kind of timescale is attached to any updates to EE:CS. Be careful with, or just don't use select-and-search. :( -- [ Carl R White == aka () = The Domain of Cyrek = ] [ Cyrek the Illogical /\ www.cyreksoft.yorks.com ]
5. Re: ee22cs5 Editor BUG/CRASH
- Posted by mistertrik at hotmail.com Mar 04, 2003
- 461 views
Weelll.... I remember in a MleEdit, if you select over the edge of the line, and then do an operation on the selection (ie cut, copy, etc) the interpreter will crash... I don't know if the behavior is the same in a RichEdit. ===================================================== .______<-------------------\__ / _____<--------------------__|=== ||_ <-------------------/ \__| Mr Trick >From: Derek Parnell <ddparnell at bigpond.com> >Subject: Re: ee22cs5 Editor BUG/CRASH > > >On Tue, 04 Mar 2003 14:43:27 +1100, <mistertrik at hotmail.com> wrote: > >> >>If the editor uses win32lib, there is a win32lib error exactly like >>that... Derek should have fixed that in his next version.... Derek? > >Exactly like what? Is this a bug with richedit? If so, what is it. > >>===================================================== >>.______<-------------------\__ >>/ _____<--------------------__|=== >>||_ <-------------------/ >>\__| Mr Trick >> >> >>>From: Bernie Ryan <xotron at bluefrognet.net> >>>Reply-To: EUforum at topica.com >>>To: EUforum <EUforum at topica.com> >>>Subject: ee22cs5 Editor BUG/CRASH >>>Date: Mon, 03 Mar 2003 18:53:05 -0500 >>> >>> >>>Carl: >>> >>>If a line is selected ( HIGHLIGHTED ) beyond the end of a >>>line ( which can be done ) and you do an alt search then >>>the editor will crash. I think that this is a bug in the >>>xle. The problem is repeatable so you should be able to >>>find it. I do not understand the code enough to find the >>>bug and fix it myself. >>> >>>Thanks >>>Bernie >>> >>> >>>TOPICA - Start your own email discussion group. FREE! >>> >> >>TOPICA - Start your own email discussion group. FREE! >> >> >-- > >cheers, >Derek Parnell > > > >TOPICA - Start your own email discussion group. FREE! >
6. Re: ee22cs5 Editor BUG/CRASH
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 05, 2003
- 454 views
On Wed, 05 Mar 2003 08:23:41 +1100, <mistertrik at hotmail.com> wrote: > > Weelll.... I remember in a MleEdit, if you select over the edge of the > line, and then do an operation on the selection (ie cut, copy, etc) the > interpreter will crash... I don't know if the behavior is the same in a > RichEdit. I can't get it to fail. Can you provide me with a demo code that shows that it fails? -- cheers, Derek Parnell