loh.tar added a comment.

  Personally I would avoid doxygen style or multiline comments in code and 
prefer //

INLINE COMMENTS

> katerenderer.cpp:988
>      // ensure minimal height of one pixel to not fall in the div by 0 trap 
> somewhere
>      // use font line spacing, this includes the leading
> +    m_fontHeight = qMax(1, qCeil(config()->fontMetrics().ascent() + 
> config()->fontMetrics().descent()));

a hint my good that lineSpacing() is not sufficient

> kateviewinternal.cpp:3024
>  
>                  // first: paint our line
>                  // set clipping region if we paint the line above us, too

"second:" is gone

REPOSITORY
  R39 KTextEditor

REVISION DETAIL
  https://phabricator.kde.org/D19283

To: cullmann, dhaumann
Cc: loh.tar, thomassc, kwrite-devel, kde-frameworks-devel, domson, michaelh, 
ngraham, bruns, demsking, cullmann, sars, dhaumann

Reply via email to