On 06.11.2010, at 15:29, [email protected] wrote:
> Author: matt
> Date: 2010-11-06 07:29:12 -0700 (Sat, 06 Nov 2010)
> New Revision: 7800
> Log:
> UTF8 Text Display and Editor: added tons of tests for utf8 alignment, fixed a 
> bunch of methods that did not understand utf8. Still lots of places to visit.
>

Hi Matt,

the following 2 changes (removing 'del') were probably not
intended. Although they are both comments only...

I didn't check if there are more such changes, I'll leave this
up to you.

Thanks again for taking care of this... :-) :-)


> Modified: branches/branch-1.3/src/Fl_Text_Editor.cxx
> ===================================================================
> --- branches/branch-1.3/src/Fl_Text_Editor.cxx        2010-11-06 13:14:47 UTC 
> (rev 7799)
> +++ branches/branch-1.3/src/Fl_Text_Editor.cxx        2010-11-06 14:29:12 UTC 
> (rev 7800)
> @@ -3,7 +3,7 @@
>   //
>   // Copyright 2001-2009 by Bill Spitzak and others.
>   // Original code Copyright Mark Edel.  Permission to distribute under
> -// the LGPL for the FLTK library granted by Mark Edel.
> +// the LGPL for the FLTK library granted by Mark E.
>   //
>   // This library is free software; you can redistribute it and/or
>   // modify it under the terms of the GNU Library General Public
> @@ -138,7 +138,7 @@
>     { FL_Down,      FL_CTRL|FL_SHIFT,         Fl_Text_Editor::kf_c_s_move   },
>     { FL_Page_Up,   FL_CTRL|FL_SHIFT,         Fl_Text_Editor::kf_c_s_move   },
>     { FL_Page_Down, FL_CTRL|FL_SHIFT,         Fl_Text_Editor::kf_c_s_move   },
> -//{ FL_Clear,          0,                        
> Fl_Text_Editor::delete_to_eol },
> +//{ FL_Clear,          0,                        Fl_Text_Editor::ete_to_eol 
> },
>     { 'z',          FL_CTRL,                  Fl_Text_Editor::kf_undo   },
>     { '/',          FL_CTRL,                  Fl_Text_Editor::kf_undo   },
>     { 'x',          FL_CTRL,                  Fl_Text_Editor::kf_cut        },


Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to