<table><tr><td style="">abogdanenko created this revision.<br />Herald added a project: Kate.<br />Herald added a subscriber: kwrite-devel.<br />abogdanenko requested review of this revision.
</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/D17764">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This commit allows user to create new empty files from filesystem<br />
browser plugin. Filenames without extension are supported.</p>

<p>Menu items which produce such files were missing from Create New menu.<br />
This is due to the way MIME type filter was configured. The filter<br />
included files of type text/plain. However, empty files without<br />
extension, for example, an empty file named "empty", do not belong to<br />
class text/plain.</p>

<p>Both kmimetypefinder5 and xdg-mime utilities classify such a file as<br />
application/x-zerosize. According to the current Shared MIME-Info<br />
database, application/x-zerosize MIME type is not a subclass of type<br />
text/plain, see<br />
<a href="https://gitlab.freedesktop.org/xdg/shared-mime-info/blob/58bee0a8b52f4ced82c3ac227e688e24dc4259bf/freedesktop.org.xml.in#L3966" class="remarkup-link" target="_blank" rel="noreferrer">https://gitlab.freedesktop.org/xdg/shared-mime-info/blob/58bee0a8b52f4ced82c3ac227e688e24dc4259bf/freedesktop.org.xml.in#L3966</a>.</p>

<p>This commit extends the filter accordingly.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R40 Kate</div></div></div><br /><div><strong>BRANCH</strong><div><div>allow-empty-file</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D17764">https://phabricator.kde.org/D17764</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>addons/filebrowser/katefilebrowser.cpp</div></div></div><br /><div><strong>To: </strong>abogdanenko<br /><strong>Cc: </strong>kwrite-devel, hase, michaelh, ngraham, demsking, cullmann, sars, dhaumann<br /></div>