From: hjohnsen AT cial DOT cicomore DOT fr Message-Id: <9612090938.AA10708@mail.cicomore.fr> Date: Mon, 09 Dec 96 10:21:53 -0400 To: Robert DOT Hoehne AT Mathematik DOT tu-chemnitz DOT de Subject: RHIDE 1.0 Cc: djgpp AT delorie DOT com I've just downloaded RHIDE 1.0. (very good IDE, thanks for writing it) My first problem : I have added option "-x -c" in compiler options, that works fine with the compiler but this option is also passed to the linker !? (gcc tries to compile object files !) *** this does not happen with beta 5 My second problem : I have this kind of trap (in the editor) : Exiting to signal SIGABRT Division by 0 at eip=0000a8a2 ecx=000000c8 ebx=001a201e ecx=00000000 edx=00000000 esi=001a2000 edi=0000711e ebp=00142178 esp=00142168 prog=rhide.exe Call frame traceback EIPs 0x0000a8a2 0x0003afcd 0x000198a0 0x0002cf7a 0x0002c6ab 0x00034f6d 0x0002ffd2 0x0004b8ae 0x00019b71 It seems that the editor does not like tabs in source file !!! It hangs on starting marking text with shift + right arrow, or sometimes on going one page down (page down key). *** this does not happen with beta 5 It does not hangs if I expand tabs. My third problem : I hilight some text with shift + right arrow, I copy it with ctrl+insert (text1). I go elsewhere in the source, I hilight some text with shift + right arrow(text2), I paste it with shift+insert (this works fine, I obtain text1). I go elsewhere in the source, I hilight some text with shift + right arrow (text3), I paste it with shift+insert, and What STRANGE I obtain text2 !! and not text1. *** this does not happen with beta 5 ----------------------------------------------------------- Harald JOHNSEN FRANCE -----------------------------------------------------------