<table><tr><td style="">loh.tar added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D17730">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>For the "should we use buttons": I think I tried that in the past and it did look horrible in many styles, but perhaps I am wrong ;)</p></blockquote>

<p>I see. May it in the meantime not an issue anymore, due to new designs elsewhere? And what's up with the existing buttons, they should look also ugly there.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>I am a bit confused which questions still need answers ;=)</p></blockquote>



<ul class="remarkup-list">
<li class="remarkup-list-item">Most of them have an answer now ;-) Will add more stuff here</li>
<li class="remarkup-list-item">Your comment to <a href="https://phabricator.kde.org/p/zetazeta/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@zetazeta</a> request ? I have tried to add a QScrollArea but without success :-/ Ideas? Perhaps is a second level of layout/widget needed(?)</li>
</ul>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">     updateStatus();
     wordCountChanged(0, 0, 0, 0);
+
+    QScrollArea *scrollArea = new QScrollArea; // No status bar
+//     QScrollArea *scrollArea = new QScrollArea(this); // No status bar
+//     QScrollArea *scrollArea = new QScrollArea(centralWidget());// No Kate window appears!
+    scrollArea->setWidget(centralWidget());
 }</pre></div>



<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>I think having the dictionary picker per default there takes to much space</p></blockquote>

<p>Why do you think so? My status bar is almost empty, but I did not show "word count" and such. The extra space is hardly worth mentioning. Add an new pic with my typical window size. The "German version" need some more space but is also hardly worth mentioning.<br />
<a href="https://phabricator.kde.org/F6511683" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">F6511683: 1545915793.png</a></p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>..and one should have some "show XXX" in the context menu for it.</p></blockquote>

<p>Doing it like the other stuff need some effort, like to change the config dialog :-/ *hmpf*</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R39 KTextEditor</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D17730">https://phabricator.kde.org/D17730</a></div></div><br /><div><strong>To: </strong>loh.tar, KTextEditor<br /><strong>Cc: </strong>zetazeta, cullmann, kwrite-devel, kde-frameworks-devel, KTextEditor, hase, michaelh, ngraham, bruns, demsking, sars, dhaumann<br /></div>