Notepad locks up hard with RAMIGA-V
Re: [BUG] Notepad locks up hard with RAMIGA-V
I have been able to duplicate the problem, and have added it to BugZilla. Never noticed it before, as I always use CygnusEd 5.
Last edited by ChrisH on Fri Oct 25, 2013 11:51 pm, edited 1 time in total.
Re: [BUG] Notepad locks up hard with RAMIGA-V
Thank you very much ChrisChrisH wrote:I have been able to duplicate the problem, and have added it to BugZilla (as Bug 7474). Never noticed it before, as I always use CygnusEd 5.
- tonyw
- AmigaOS Core Developer
- Posts: 1483
- Joined: Wed Mar 09, 2011 1:36 pm
- Location: Sydney, Australia
Re: [BUG] Notepad locks up hard with RAMIGA-V
I can duplicate this freeze simply by Copying a big file (128kB doc file from SDK) and Pasting it into NotePad. Instant lockup.
I had a look at the code, but it uses ARexx to execute every menu command (including Cut/Copy/Paste), and I can't follow it. It looks like a job for a NotePad expert.
I had a look at the code, but it uses ARexx to execute every menu command (including Cut/Copy/Paste), and I can't follow it. It looks like a job for a NotePad expert.
cheers
tony
tony
Re: [BUG] Notepad locks up hard with RAMIGA-V
Is this true for 4.0 final NotePad? Since that version (rather 52.1) works (just wait for maybe 1 second per 100 kB).tonyw wrote: I had a look at the code, but it uses ARexx to execute every menu command (including Cut/Copy/Paste), and I can't follow it. It looks like a job for a NotePad expert.
* AmigaOneXE 750FX 512+0 MB RAM, Radeon 9200, sii3112ide, DVDRW ~ AmigaOS 4.1 Final
-
- AmigaOS Core Developer
- Posts: 10
- Joined: Sat Jun 18, 2011 9:49 am
Re: [BUG] Notepad locks up hard with RAMIGA-V
I tracked it down to a bug in texteditor.gadget.
Re: [BUG] Notepad locks up hard with RAMIGA-V
YAYPeter Gordon wrote:I tracked it down to a bug in texteditor.gadget.

Thanks a lot