vijaymoorthy001 / xmind3

Automatically exported from code.google.com/p/xmind3
0 stars 0 forks source link

Labels re-order comma separated things, such as sentences and lists. #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a label to a node.
2. Type "One, two, three, four, five" and hit Enter.
3. Final label is "One, five, four, three, two".  It appears to order the 
list alphabetically after the first comma.

What is the expected output? What do you see instead?
I expect the label to not re-order sentences with commas in them.

What version of the product are you using? On what operating system?
3.0.1  Windows Vista Ultimate 64bit

Please provide any additional information below.

Original issue reported on code.google.com by tmil...@gmail.com on 7 Feb 2009 at 2:33

GoogleCodeExporter commented 9 years ago
Sorry, but 'comma' and 'auto-reordering' is the deal. We want to keep the 
'labels' feature as simple as 
possible. They're just words and phrases that best describe or categorize the 
topic. It's not going to be any 
more.

PS:
* 'One' appears as the first label in your sample because the upper case 
letters ('O') come before lower case 
letters('f', 't').
* If you just want to show some sentences at the position where the labels are, 
please keep hearing from us 
of new features announced in the future. For now, you'd better replace commas 
in the sentences with other 
punctuation such as slash('/') or just white spaces.

Original comment by frankshaka on 27 Feb 2009 at 10:45

GoogleCodeExporter commented 9 years ago
I understand why it does what it does, I am a programmer too.  However, I have 
to
politely disagree with your reasoning.  If you want to keep the labels feature 
as
simple as possible, then do not have hidden behavior that does an alpha sort on 
comma
separated values.  At the very least, please entertain an option to turn off 
this
behavior.

Original comment by tmil...@gmail.com on 27 Feb 2009 at 12:54

GoogleCodeExporter commented 9 years ago
Thanks you for being so nice. We will take you suggestion into account and make 
efforts in future versions. :) 

Original comment by frankshaka on 28 Feb 2009 at 7:03

GoogleCodeExporter commented 9 years ago
...or, if you want to have a comma-separated sorted list, call it "Keywords" 
instead
of labels, so it is clear that each (comma-separated) word will be treated as a
separate unit.

Original comment by alexbe...@gmail.com on 23 Mar 2010 at 7:27