+4
Under review

Change case

Aaron Jackson 13 years ago updated by Alexander Blach (Developer) 13 years ago 6
It would be nice to be able to change case on large segments of text...along with other bulk text manipulation.
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?
Wow, this forum edited out most of my stuff. Go here for instructions: www.Applerox.com/changecase
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.
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.
It would be a good idea to have some text manipulation commands to modify a text selection.
Maybe a "Text Options" menu in the two finger tap popup?