Version: 0.2 (using KDE 4.7.3) OS: Linux hi i would like see my service menu integrated on kate http://kde-apps.org/content/show.php/kate+folder+service+menu?content=147325 Reproducible: Always Steps to Reproduce: open dolphin get annoyed by searching all the file oyu need to open open kate use its browser and get annoyed more became crazy xd Expected Results: open dolphin right menu on the folder you know you have to open open with kate kate opens every text file in OS: Linux (i686) release 3.0.0-14-generic Compiler: gcc
Yes, Yes, Yes ! and from the command like, I want do to cd project/folder kate . Voila! thanks
Ok, so his service menu extension is not so good to be integrated in my opinion. it is a workaround for a missing feature in kate. its service menu opens EVERY FILES RECURSIVELY... in kate... That is not what I want to do... kate should not need to open every file. just open the folder (no open file), expand the tree. and let the user open files by clicking them. so, Kate, in its document view, or maybe it should be a different view that "Document" I don't know... but it should be able to show all files under a folder, be it open or not. cheers,
Created attachment 86138 [details] Draft Patch - support projects with no project file
how about this... when kate is open with a folder, we take it as if it was open as a .kateproject file we modified kateproject so that it supports no project files ( see draft patch attached ) minimum requirement for a project file is only a value for "name" which can easily be guessed by the folder name. so we fake the fact there is no kateproject but open the current folder as a project. magic
@Mathieu: Can you post the patch to reviewboard.kde.org ?
I will when I get access back to my identity account
this works for me now, when the project folder is a git project. it works perfectly. when it's not a git project. I make one. integration script from dolphin could be a bash script such as this https://gist.github.com/mathieujobin/b8069655fb7b318b2053d94c931b3148 cheers,
*** Bug 279054 has been marked as a duplicate of this bug. ***
*** Bug 332414 has been marked as a duplicate of this bug. ***
WORKSFORME thanks for the auto load project from git option
So is this fixed now, or only when using https://gist.github.com/mathieujobin/b8069655fb7b318b2053d94c931b3148 or something else?
Dear user, this wish list item is now closed, as it wasn't touched in the last year and no contributor stepped up to implement it. The Kate/KTextEditor team is small and we can just try to keep up with fixing bugs. Therefore wishes that show no activity for a years or more will be closed from now on to keep at least a bit overview about 'current' wishs of the users. If you want your feature to be implemented, please step up to provide some patch for it. If you think it is really needed, you can reopen your request, but keep in mind, if no new good arguments are made and no people get attracted to help out to implement it, it will expire in a year again. We have a nice website https://kate-editor.org that provides all the information needed to contribute, please make use of it. Patches can be handed in via https://phabricator.kde.org/differential/ Greetings Christoph Cullmann
Mathieu, can you please post the patch on https://phabricator.kde.org?
i dont believe this shell script would get merged. its a nice idea, but I dont use it myself anymore. I just `kate somefile` and the git project extension loads the tree and I am happy with that. several years ago, I was used to type > $editor $folder but I am fine doing like this now > cd $folder; kate $file