| View previous topic :: View next topic |
| Author |
Message |
dawg Newbie

Joined: 01 Feb 2012 Posts: 2
|
Posted: Wed Feb 01, 2012 5:22 pm Post subject: Indent |
|
|
I have a bunch of sentences like this
blue: is a good color
orgishblue: is alright man but I don't know
I want to make them look like
| Code: |
blue: is a good color
orangishblue: is alright man but I don't know |
so the lines after the colon are at about the same reading level
anyone know how to make them all do that?
Last edited by dawg on Wed Feb 01, 2012 8:36 pm; edited 1 time in total |
|
| Back to top |
|
 |
dawg Newbie

Joined: 01 Feb 2012 Posts: 2
|
Posted: Wed Feb 01, 2012 8:32 pm Post subject: I mean move the sentences over |
|
|
When I typed it in, it delete my empty spaces. but what I want it to do is by the : I want it to indent so I can read them all well.
so the message about blue and the message about orangish are at the same level of indentation |
|
| Back to top |
|
 |
JohnV Administrator

Joined: 07 Mar 2003 Posts: 8995 Location: Lexinton, Kentucky, USA
|
Posted: Thu Feb 02, 2012 8:42 am Post subject: |
|
|
Select the sentences then click on the horizontal ruler to set a tab where you want "is" to start.
Do a find and replace:
Search = :
Replace = :\t
Under More Options check Regular Expressions. |
|
| Back to top |
|
 |
|