<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Introduce a comment style"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103064#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Introduce a comment style"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103064">bug 103064</a>
              from <span class="vcard"><a class="email" href="mailto:thomas.lendo@gmail.com" title="Thomas Lendo <thomas.lendo@gmail.com>"> <span class="fn">Thomas Lendo</span></a>
</span></b>
        <pre>(In reply to Yousuf Philips (jay) from <a href="show_bug.cgi?id=103064#c14">comment #14</a>)
<span class="quote">> (In reply to Thomas Lendo from <a href="show_bug.cgi?id=103064#c11">comment #11</a>)
> > Now, every comment has its own character style
> From what i saw in the xml file, this isnt accurate. Each character style
> combination has its own character style entry, but each comment has a
> paragraph style parenting all child text entries.

> <text:p text:style-name="P1">
>    <text:span text:style-name="T1">Ich bin </text:span>
>    <text:span text:style-name="T2">noch ein Test</text:span>
>    <text:span text:style-name="T1">.</text:span>
> </text:p>

> Unfortunately, the P1 paragraph style doesnt have font name and size
> assigned to them, so each character style has font name and size assigned to
> them.</span >
You're right, so it's ridiculous working with character styles. The cleaner
solution is to work with paragraph styles and only with character styles when
necessary (for emphasis, etc.). The implementation now is absolutely weird.

<span class="quote">> > - What's possible in character styles should be possible for end users to
> > format comments. (In MSO Word 2013, the same (character) formatting is
> > possible for comments as for normal text.)

> Ideally comments would have no formatting at all, this is how it is in
> Google Docs, or alternatively font name and size would be disabled, MS Word
> disables font size.</span >
I agree that only a small set of features should be available for comments. As
working much with comments, I really only need font, strong emphasis/emphasis
and simple list features in comments. (Font because the default comment font
changed somewhere in the past and I don't want comments with different fonts in
a document. -- I simulate lists with "* Blabla" now.)

I think there should be a paragraph style for all comments in a document with a
small set of paragraph features available and very limited direct formatting if
any. Use cases like in <a href="show_bug.cgi?id=103064#c5">comment 5</a> need more than one paragraph style for
different notations with various paragraph features.

Before implementing a style there should be a consent of what features we want
to be available in Writer comments and subsequently in other LibO components
too.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>