<table><tr><td style="">kossebau created this revision.<br />kossebau added a reviewer: KDevelop.<br />Restricted Application added a subscriber: kdevelop-devel.
</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/D8140" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Creating the Documentation tool view at DocumentationController<br />
initialization time only if the list returned by documentationProviders() is<br />
non-empty has some flaws:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">The QtHelp plugin delays initialization to after reaching the event loop.</li>
</ol>

<p>So if it is the only documentation provider (provider) plugin activated, it<br />
will return 0 providers in the beginning.</p>

<ol class="remarkup-list" start="2">
<li class="remarkup-list-item">It ignores the option that users can enable another documentation provider plugin</li>
</ol>

<p>at runtime.</p>

<ol class="remarkup-list" start="3">
<li class="remarkup-list-item">There is also no code for removing the tool view in case the user</li>
</ol>

<p>disables any documentation providers at runtime.</p>

<ol class="remarkup-list" start="4">
<li class="remarkup-list-item">It ignores the option of plugins like the QtHelp one allowing the user to</li>
</ol>

<p>disable any documentation providers at runtime.</p>

<p>This patch always creates the toolview instead of magically creating/removing it<br />
automatically based on documentation provider availability and leaves it to<br />
the user to add or remove it as they prefer.</p>

<p>It also prepares the Documentation tool view to properly handle the case of<br />
no documentation providers available (done in a way to keep the current public<br />
API).</p>

<p>BUG: 383875</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>BRANCH</strong><div><div>fixdoctoolviewnotshownwithjustqtdocs</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D8140" rel="noreferrer">https://phabricator.kde.org/D8140</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kdevplatform/documentation/documentationview.cpp<br />
kdevplatform/shell/documentationcontroller.cpp</div></div></div><br /><div><strong>To: </strong>kossebau, KDevelop<br /><strong>Cc: </strong>kdevelop-devel<br /></div>