One more Kate wish completed by me
. Bug no. 93230 and this will also be in KDE4.5
.
Problem/Wish: There is no way to add a file by rightclicking to a folder in Filesystem Broswer(filebrowser plugin).
Solution: Updated the KDirOperator with KNewFileMenu wrapper “setNewFileMenuSupportedMimeTypes” which will Only show the files in a given set of mimetypes it Internally uses KNewFileMenu::setSupportedMimeTypes. In general now we can restrict options to be shown in Create New, this is useful in specialized applications like kate etc. while file managers, on the other hand, want to show all mimetypes. (thanks to David Faure for moving KNewMenu to kdelibs as KNewFileMenu).
* for more details here is the bug description.
This is how the new context menu of kate Filesystem Browser will look:
To download patch click here.

