[fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-11-03 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current This adds an option to force long words to break if they don't fit the width in fl_expand_text (which is used by the various fl_draw and fl_measur

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-10 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current Could you please add a short self-contained test program? Just to verify that I correctly understand the issue, and so that I can test UTF8. Li

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-10 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current Just use fl_choice with a long string with no white space. "The path is: How/about/a/long/path/that/has/no/spaces/in/it/but/you/want/to/ensure

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-11 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current Can't replicate with OP's text; try test.cxx attached. Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current __

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-11 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current Attached file "test.cxx"... Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current#include #include int main() { fl_choice("The path

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-12 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current I thought fl_choice had the problem too, I could have sworn it cut it off. I think I know why, the string had an @ in it and it was cutoff becau

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-12 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current Attached file "test_v2.cxx"... Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current#include #include #include #include int main() {

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-12 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current Sounds like maybe we need an FL_ALIGN_WRAP_HARD to hard break lines. This could then be backwards compatible. Link: http://www.fltk.org/str.php

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-12 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current needs to work any time you want to call on fl_measure ( in addition to fl_draw or fl_expand_text) so would need additional code to handle a new o

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2012-04-21 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current If possible, that would be great _not_ have a new option for a bug fix. Is there any downside of of fixing that problem in terms of backward comp