From: David Jenkins Newsgroups: comp.os.msdos.djgpp Subject: Some Rhide questions (or suggestion). Date: Fri, 21 Mar 1997 09:15:35 +0000 Organization: None Distribution: world Message-ID: <3bn0rBA3GlMzEwCD@jenkinsdavid.demon.co.uk> NNTP-Posting-Host: jenkinsdavid.demon.co.uk MIME-Version: 1.0 Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Is it possible to open more than one window showing the same source code?? Hiding/folding text suggestion, wouldn't it be easy to add a hide text option?? The user could select a range of text and use the "hide text" function. To implement it Rhide could add a standard C comment like /*hide*/ at the start and end of the range. Then instead of printing the text on the screen it would skip to the /*show*/ comment. Just printing the /*hide*/ and /*show*/ comments then if/when the user wanted to redisplay the text s/he could either remove the comments or select "show hidden text" from the menu, disabling the feature. using C comments wouldn't affect the program would it?? I have a problem using Rhide under Win95. :-( When I use Alt+Tab to switch programs I get a delay sometimes of 10 seconds. Switching from Rhide happens instantly but any Alt+Tab presses are severely delayed after I switch from Rhide. Any ideas???????? -- http://www.jenkinsdavid.demon.co.uk for Newbie C programers and a larf. ;-) David Jenkins