https://bugs.kde.org/show_bug.cgi?id=419890
--- Comment #4 from Urs Fleisch <uflei...@users.sourceforge.net> ---
After looking at other solutions for the title case problem, I think that it is
better to use a script which could be adapted by the user, than being hard
coded in some C++ class. I have attached an example QML script, which can be
added as a user action to Kid3.

Just store it somewhere and then go to the "User Actions" settings in Kid3 and
add it with name "Title Case" and command "@qml /path/to/TitleCase.qml". You
can then invoke it using the file list context menu or assign it to a keyboard
shortcut in the settings.

Note that the script is based on titleCaps.js by John Resig and will not touch
most words which are in upper case or have mixed upper and lower case letters
(as opposed to some other solutions), but this brings the advantage of not
having to deal with an endless list of words which have to remain untouched.
Feel free to modify the script (you just have to know a little bit of
JavaScript) and give some feedback.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to