Quote:
Originally Posted by thiago.eec
EDIT: After further testing, it looks like only the intermediate levels of hierarchical tags are case sensitive. The image above illustrates such a case: 'Tema.Seres fantásticos.Dragões'.
|
Yes. That's about the same of what I found out.
Quote:
Originally Posted by chaley
It is very possible that none of this matters for what you are doing. 
|
The plugin parses the tag, breaking it down into pieces. Then, it uses those pieces to create a QTreeWidget, following the original hierarchy. Right now it mimics the tag browser behaviour, treating 'Seres fantásticos' and 'Seres Fantásticos' as different tags. Maybe I should treat them as one.
The most important fix was checking the parents to avoid messing up when the user have the same string used repeatedly in different places.