From: "Ingo Ruhnke" Newsgroups: comp.os.msdos.djgpp Subject: Re: I wish RHIDE did this... Date: Fri, 6 Feb 1998 21:59:48 +0100 Organization: Telemedia News Server Lines: 25 Message-ID: <6bfu1i$87q$3@demdwu11.telemedia.de> References: <19980206115401 DOT GAA19556 AT ladder03 DOT news DOT aol DOT com> NNTP-Posting-Host: gtso-m123-113.pool.mediaways.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk QBallLives wrotes >I like it when I can highlight an area of text... and then use TAB -> or SHIFT >+ TAB... to move the entire thing to the right or left respectively... > >Having this added to RHIDE is on my wish list! > >Is there a key combo under RHIDE that has this functionality? Yes there is a combo from the Rhide Help: ---------------------- * indents the selected block by inserting a space at the beginning of each line inside the block. * unindents the selected block by erasing one character from the beginning of each line inside the block, which starts with a tab or space. --------------------- Ingo