https://bugs.kde.org/show_bug.cgi?id=456819

--- Comment #2 from Ahmad Samir <a.samir...@gmail.com> ---
(In reply to Christoph Cullmann from comment #1)
> Does it behave better if you pass the singleLine tag the
> position="afterwhitespace" attribute in the XML highlighting file?

Yeah, that seems to have an effect:
    if (!iconNo.isNull()) {
        buttonNoGui.setIconName(iconNo);
    }

becomes:
    if (!iconNo.isNull()) {
        //buttonNoGui.setIconName(iconNo);
    }

but, of course, clang(pesky)-fromat still complains and changes it to:
        // buttonNoGui.setIconName(iconNo);

so it would probably need another change in the indenter js code to add "// "
instead of just "//".
(I don't know javascript well enough to try hacking the indenter js code).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to