Vincent van Ravesteijn - TNW wrote:
> src/frontends/qt4/GuiFontMetrics.cpp :
>  
>    The line "metrics_.width(ucs4_to_qchar(c))" wasn't working properly for 
> tabs 
>    (returned the size of a single space instead of 8). That's why {&& c != 
> '\t'} is 
>    necessary in the following:

i would put that comment in the code



> +     case LFUN_CELL_FORWARD:
> +             if (cur.selection()) {
....
> +     case LFUN_CELL_BACKWARD:
> +             if (cur.selection()) {
....

please document what LFUN_CELL_FORWARD and LFUN_CELL_BACKWARD in this context 
do in file
LyXAction.cpp.

pavel

Reply via email to