Tagged Questions
1
vote
2answers
72 views
Selecting a whole line of text, including the newline
Kind of a tricky one to describe. Here goes though. Open up your favourite text editor on OSX (well, Textedit, Coda 2, a Chrome textarea at least). Type a long line of text, followed by a short line. ...
0
votes
1answer
28 views
Good Text List transformation Software
Let's say I have a list of items like so:
default
cube
page
concave
zoom
linear
fade
none
and I want to change it to the following:
'default' => t('default'),
'cube' => t('cube'),
...
1
vote
4answers
256 views
Joining lines into a single line in TextEdit
In a text document, how do I join several lines into a single line? I want each paragraph to be on a single line, but keep the lines between the paragraphs.
Here is an example. I want to convert this ...
3
votes
2answers
711 views
How can I zoom in TextEdit?
I am given documents from various different sources in various different formats to work with. I use TextEdit to read and make small edits to them.
TextEdit can read and edit all of the formats I ...
2
votes
4answers
200 views
How to 'scroll down' when there's nothing more to show? (cause I like the blank space)
When I'm working in a text document, I like to start typing at the top of the window or in the middle. I hate when the carat/cursor gets all the way to the bottom and there's no blank space left ...
0
votes
1answer
802 views
Find/replace in TextEdit?
How can I change all occurrences of one string to another in TextEdit?
Other text editors call this "find/replace".