Date: Mon, 25 Jan 1999 09:43:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: George Lugovoy cc: djgpp AT delorie DOT com, Robert Hoehne Subject: Re: RHIDE review In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 25 Jan 1999, George Lugovoy wrote: > 3. Spaces in the end of lines. > After pasting from Windows clipboard to my current text, IDE does not > removing spaces in each line. I don't see how RHIDE could decide to remove these spaces. It cannot possibly know whether the user does or doesn't want them to be retained. Maybe an option to do that should be available, but only the user should set it. > 5. Problems with Windows clipboard. > Copy to Windows clipboard does not work at all. I marked the text, then > select an item Copy to Win clipboard, then switch to other application > and tried to paste from Win clipboard, and nothing paste to text. Robert, what type of text does RHIDE use when working with the clipboard? Is it TEXT or OEM_TEXT? I have found that DOS programs need to use OEM_TEXT, otherwise some nasty problems happen, not unlike those described above. Another problem with pasting from Windows applications is the character set. George, is it possible that the text you copy from Windows applications includes non-ASCII (e.g. Russian) letters? If so, you cannot paste that to RHIDE, since the character sets used by Windows programs and by DOS programs are different. At best you will have all non-ASCII characters replaced with underscores `_' or with blanks on the other side of the cut-and-paste operation. > and will be force closed when I press OK, I pressed another > button (I don't know the name of that button in english version > of Windows), It's called "Details". > and I saw the reason of crashing, it was something > wrong in my keyboard.drv (!!!) Don't pay attention to this, it's probably because Windows simulates keyboard input when it pastes. > And that crash is happens not always, just some times. Please try to find some common factors to the cases which crash. > 6. Save search line in project. (or, to desktop file) How many search string to save? One? ten? hundred? > That's all for now. With such a long list of wishes, I think you should join the RHIDE development team. Seriously.