Xcode Change Case of Letter shortcut not working

In Settings-> Key Bindings-> Text Key Bindings, Xcode has a "Change Letter Case" key binding. However, when I assign a shortcut to this binding and then try to use it to replace the letter case in one of the source code files, it doesn't seem to do anything.

I tried positioning the cursor before and after the letter and tried to select the letter before launching the assigned shortcut. Nothing seems to do anything.

Does anyone know what I might be doing wrong?

0


a source to share


1 answer


This was a generic AppKit text feature, but was apparently removed a few years ago. I will be updating Xcode's text bindings to reflect this.

Instead, write the user script: alt text http://idisk.mac.com/cdespinosa/Public/Change%20Case.png



and assign it in any way you like.

+2


a source







All Articles