0
Auto Uppercase / Mixed Case ?
I'm using Textasic iOS and Mac with this bundle : https://github.com/gingerbeardman/monkey.tmbundle and I'm missing Auto Capitalization for keywords like Class, Function etc.
Is this posible?
If not consider this a feature request :-)
Customer support service by UserEcho
It could be done by writing a Textastic code completion file for Monkey. See https://github.com/blach/Textastic-Customization
But, the file format is currently not documented. The github repository does include all existing code completion files as examples though.
Would that result in silent conversion of "class" to "Class" etc, or would it give me a dropdown? It's the silent conversion I miss.
It would give you a dropdown. You would need to confirm it by using the return key or by clicking on it.
Ok, thanks for a quick reply. I hope you'll consider adding "AutoCasing",
I've always found it a very useful feature.