! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
First character after paranthesis always lowercase
Status:
RESOLVED: FIXED

Comments

Description Mathias Brodala 2007-09-20 09:44:39 CEST
User-Agent:       Opera/9.23 (X11; Linux i686; U; de)
Build Identifier: 

If you rename some files whose names contain paranthesis to headline mode, Thunar always turns the first character after those to lowercase. Examples:

A (B C D) => A (b C D)
B [C D E] => B [c D E]
C {D E F} => C {d E F}

Reproducible: Always

Steps to Reproduce:
1. Bulk rename some files containing paranthesis
2. Use uppercase mode "Headline"

Actual Results:  
The first letter after the paranthesis gets turned into lowercase

Expected Results:  
The character should not be changed or turned uppercase if it was lowercase before.
Comment 1 Mathias Brodala 2008-09-28 10:16:58 CEST
Created attachment 1838 
Possible fix

Here is a possible fix for this bug. I haven’t played through all scenarios but from my POV this should work.

Thunar now correctly just ignores files named like "A (B C D)" since they already fulfill the CamelCase requirement. Files like "Foo (Bar)" aren’t touched either, but "Foo (bar)" will be correctly converted to "Foo (Bar)".
Comment 2 Nick Schermer editbugs 2008-11-27 20:04:06 CET
Committed in revision 28933.

Bug #3559

Reported by:
Mathias Brodala
Reported on: 2007-09-20
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Attachments

Possible fix (382 bytes, patch)
2008-09-28 10:16 CEST , Mathias Brodala
no flags

Additional information