<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - UI: Confusing categorization of the 'Hidden' feature"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138658#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - UI: Confusing categorization of the 'Hidden' feature"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138658">bug 138658</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>(In reply to David from <a href="show_bug.cgi?id=138658#c19">comment #19</a>)
<span class="quote">> "Hidden Paragraph" field and "Hide
> Whitespace" are available, so why not "Hidden Text" also?</span >

Those are fields, special kind of objects. Their insertion is necessarily
implemented as separate commands.

On the other hand, *usually* there is no special command for numerous *object
properties* (attributes). "Hidden" is a character-level attribute applying to
objects, such as text runs and paragraphs.

There are *some* exceptions to the rule, e.g. "bold" or "underline", that have
their own dedicated commands. However, those exceptions are created because
their use is very common, not because we do it for all possible properties. So
introduction of a dedicated command to set a property requires a good reason.
And in case of rarely used and potentially confusing property like "hidden",
such a reason could be e.g. inability to have it using existing mechanism.

But we have an already existing way to apply this attribute, which allows to
use it in customization: that's using character styles. Create a special
character style, which would only apply this attribute; then applying it to
selection would be as simple as double-clicking the style in the Styles panel
(F11). Save it to a template that you use for your documents (e.g., by
default), and assign a key combination to the style in Customization dialog
(yes, is allows to assign key shortcuts to styles), and you may use that using
keyboard.</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>