dmitry-lt / android-comapping

Automatically exported from code.google.com/p/android-comapping
0 stars 0 forks source link

Multiline text? #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think that it's needed :-)

Original issue reported on code.google.com by korshakov.stepan on 3 Apr 2009 at 8:13

GoogleCodeExporter commented 9 years ago
Multiline text is already realized.

Original comment by passiche...@gmail.com on 4 Apr 2009 at 4:33

GoogleCodeExporter commented 9 years ago
But text 
"hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
hhhhh
hhhhhhhhhhhhhhhhhhhhhhhhhhhhh..."
Renders in one line.
I speak about this

Original comment by korshakov.stepan on 4 Apr 2009 at 4:39

GoogleCodeExporter commented 9 years ago
I think that text which is one line in comapping.com should be rendered as one 
line.
You can add new line by shift+enter in comapping.com

Original comment by passiche...@gmail.com on 5 Apr 2009 at 8:56

GoogleCodeExporter commented 9 years ago
Look at this screenshots to understand issue:

Comapping.com:

http://pic.ipicture.ru/uploads/090405/X2q4fKW11l.png

Android Phone:

http://pic.ipicture.ru/uploads/090405/V3WO6QjiTR.png

Original comment by korshakov.stepan on 5 Apr 2009 at 9:24

GoogleCodeExporter commented 9 years ago
Ok. I understand.

Original comment by passiche...@gmail.com on 5 Apr 2009 at 10:01

GoogleCodeExporter commented 9 years ago
Yes this issue is valid. But please note that strategy should be different for 
tree
view and explorer view. So this is a actually two issues.

Original comment by Nickolay...@gmail.com on 5 Apr 2009 at 10:15

GoogleCodeExporter commented 9 years ago
I think that it differences only in number of chars in line...

Original comment by korshakov.stepan on 5 Apr 2009 at 10:19

GoogleCodeExporter commented 9 years ago
Well, the number of chars means nothing because we have formatted text.
Some char may have bigger size than another. What really matters is the max 
allowed
WIDTH of the text. 

Original comment by Nickolay...@gmail.com on 5 Apr 2009 at 2:52

GoogleCodeExporter commented 9 years ago
Just changed a priority for this issue. Right now it make program quite 
unusable for
real comapping maps.

Original comment by Nickolay...@gmail.com on 13 Apr 2009 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by Nickolay...@gmail.com on 13 Apr 2009 at 5:30

GoogleCodeExporter commented 9 years ago

Original comment by Nickolay...@gmail.com on 13 Apr 2009 at 5:31

GoogleCodeExporter commented 9 years ago
Some token disappear where lines fold.

Original comment by passiche...@gmail.com on 14 Apr 2009 at 5:26

GoogleCodeExporter commented 9 years ago
Now when we brake line we get an extra space in the begging of new line

aaa aaa 

Should be

aaa
aaa

But now it's

aaa
 aaa

Original comment by Nickolay...@gmail.com on 17 Apr 2009 at 11:23

GoogleCodeExporter commented 9 years ago

Original comment by passiche...@gmail.com on 17 Apr 2009 at 3:51