+4
Under review
Change case
It would be nice to be able to change case on large segments of text...along with other bulk text manipulation.
0
Jack Stratton 13 years ago
If you are working with HTML, here's a fix:
Wrap the text you want to change in a tag, and give it an id attribute.
In your CSS, make a new rule like so:
#theIdOfTheSpanHere {
text-transform: uppercase; /* Change to lowercase if thats what you want. */
}
Ta-Da!
If you are working in a different document type (like C(++)) than why not let Alex Blach handle it?
0
Jack Stratton 13 years ago
Wow, this forum edited out most of my stuff. Go here for instructions: www.Applerox.com/changecase
0
Aaron Jackson 13 years ago
I'm actually just talking about a .txt file. I was wondering if there was a workaround. Thanks. I guess I'll use that and hope Mr. Blach adds the feature.
0
Jack Stratton 13 years ago
Your welcome. Maybe if you run it through a web page with the code, select it (on a computer) and hit copy, paste it into a .txt file, put it on your iPad, and cut and paste.
0
Alexander Blach (Developer) 13 years ago
It would be a good idea to have some text manipulation commands to modify a text selection.
0
Jack Stratton 13 years ago
Maybe a "Text Options" menu in the two finger tap popup?
0
Answer
Under review
Alexander Blach (Developer) 13 years ago
Customer support service by UserEcho