[fltk.bugs] [HIGH] STR #2808: fl_text_buffer corrupts data when reading from file

2012-02-21 Thread Steve Maas
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2808 Version: 1.3.0 Hi, I've ran into a somewhat serious issue. When reading a file using the Fl_Text_Buffer::appendfile() function, it appears that the text gets

Re: [fltk.bugs] [LOW] STR #2768: Inconsistent display of file filters for Fl_Native_File_Chooser.

2012-02-21 Thread Steve Maas
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2768 Version: 1.3.0 Fix Version: 1.3-current (r9175) Sorry for the late reply. This seems to be working fine now. Thanks! Steve. Link:

Re: [fltk.bugs] [LOW] STR #2768: Inconsistent display of file filters for Fl_Native_File_Chooser.

2012-02-21 Thread Greg Ercolano
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2768 Version: 1.3.0 Fix Version: 1.3-current (r9175) Fixed in Subversion repository. Steve: thanks for the confirmation; closing this. Link: http://www.fltk.org/str.php?L2768 Version: 1.3.0 Fix Version: 1.3-current (r9175)

Re: [fltk.bugs] [HIGH] STR #2808: fl_text_buffer corrupts data when reading from file

2012-02-21 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?L2808 Version: 1.3.0 Not sure the issue offhand.. I don't know the Fl_Text_Editor widget well at all.. just chiming in that I can confirm. I can replicate the corruption,

Re: [fltk.bugs] [HIGH] STR #2808: fl_text_buffer corrupts data when reading from file

2012-02-21 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?L2808 Version: 1.3.0 If I use od(1) to make an octal dump of your file and save that pure ascii octal dump to a file, then edit that in editor and resave, I still get

Re: [fltk.bugs] [HIGH] STR #2808: fl_text_buffer corrupts data when reading from file

2012-02-21 Thread Steve Maas
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2808 Version: 1.3.0 Hi Greg, I think the problem lies in the utf8_input_filter function (defined in Fl_Text_Buffer.cxx). The endline variable is used to refer to the end

Re: [fltk.bugs] [HIGH] STR #2808: fl_text_buffer corrupts data when reading from file

2012-02-21 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?L2808 Version: 1.3.0 Yes, that's what I've been looking at too.. I was thinking there's a bug in the straddle code, since the corruption seems to appear at the buffer