Yes, easily - 1 of 4 different ways I can think of off the top of my head - 
either:
 
1. Highlight the block and press Ctrl-I (In Preferences, have your tabs set to 
use spaces instead of the tab character - Set tab to be 4 spaces or whatever 
your preferred indent size is).
2. Highlight the block then use the Edit,Format, Fill selection - this will add 
whatever text or spaces you choose to the start of a highlighted block. I have 
a shortcut key assigned as I use this function all the time. Normally for 
adding a block of repeating comments like !! <<TODO>> FIX THIS BUG !!
3. Use the column select feature (Alt+C or Alt+Mouse click&drag) then press the 
tab key - it will indent as many times as you press the key (Same as Ctrl I 
really but you can do this in the middle of a line to space out end of line 
comments for example).
4. Use the regular expression function of search/replace: Search For ^(.) 
Replace with \t\1  Also useful if you only want to indent code but not lines 
starting with a comment charater for example.
 
I have to say EditPlus is absolutely brilliant. It's a virtual IDE - you can 
plug in pretty much any tool you want. I have it set to compile (but not debug 
yet) from a keystroke. The facilities like regex, macros, column select and 
folder search are fantastic.
 
Cheers,
Stuart

________________________________

From: [email protected] on behalf of George Gallen
Sent: Fri 26/06/2009 01:17
To: U2 Users List
Subject: Re: [U2] Using ED



I Use EditPlus, but I have found one major flaw that ED
can do without a problem.

If you want to add say, 4 spaces to the beginning a block
  of lines (to indent a block), you can't do that. whereas
  in ED, you would just set < & >, and r//    /b  (or use a #)

Anyone found a way to do this in EditPlus?

George

> -----Original Message-----
> From: [email protected] [mailto:u2-users-
> [email protected]] On Behalf Of Brutzman, Bill
> Sent: Thursday, June 25, 2009 11:02 AM
> To: U2 Users List
> Subject: Re: [U2] Using ED
>
>
> Using ED as an editor to write programs reminds me of the story of the
> blind man.
>
> 0. The man came to Jesus for help.
> 1. Jesus spat on the dry ground.
> 2. ...Rubbed the mud in his eyes.
> 3. ...Told him to wash it off.
>
> When the man washed his eyes, he could see.
>
> In this little parable, those using ED are like the blind man.  This
> list is like... The Oracle.
> Consider the miracle of EditPlus.
>
> --B
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users



 
**********************************************************************
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au 
Please consider our environment before printing this email. 
********************************************************************** 

_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to