> This capped only the first letter of the selection of course, but it worked. > I'll just have to add a couple lines to make it cap the first letter of each > word.
You'll need to read chunks and properly handle a read that cut in the middle of a word. That might be slightly annoying, but totally doable yeah. > I don't know much python. You're saying I could accomplish what I want just > using the code you provided? Yes. Python comes with batteries, it's kinda unfair to C actually ^^ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1037#issuecomment-255218014
