I've found the problem, it was that on Fl_Type class there is some variables named "code_line, header_line, code_line_end, header_line_end" but in reality they store absolute position instead of lines so a better name for then would be: code_position, header_position, code_position_end, header_position_end.
Now it's working as expected in some parts, but there is some genrated code "mainly callbacks" that doesn't have registered their position. En 12/11/2010 16:58:54, Matthias Melcher <[email protected]> escribió: > > On 11.11.2010, at 02:14, Domingo Alvarez Duarte wrote: > >> What I'm trying now but I'm having difficulty is to allow seelect a >> text on the codeviewer and show the correspond selection on the >> widget_browser (the oposite of what is already implemented). >> The final idea is to be able to direct select or search on the source >> viewer and then show the widget that generate it to easy even more code >> navigation. >> >> Can someone help here ! > > > What exactly is not working? -- Usando el revolucionario cliente de correo de Opera: http://www.opera.com/mail/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

