anthonyfieroni added inline comments.

INLINE COMMENTS

> katetextline.cpp:214-216
> +    if (first != m_attributesList.cend() && (*first).offset <= pos && pos < 
> ((*first).offset + (*first).length))
> +    {
> +        return (*first).attributeValue;

Use operator->, it's faster than operator* and operator.

  first->offset

REPOSITORY
  R39 KTextEditor

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

To: jtamate, #frameworks, #kate
Cc: anthonyfieroni, dhaumann, mwolff, cullmann, michaelh, kevinapavew, ngraham, 
demsking, sars

Reply via email to