Summary: | File tree does not execute file/directory contextual external tools. | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jordi Blasi <jordiblasi> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | apaku |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jordi Blasi
2008-11-13 16:36:25 UTC
This works just fine here, the external tools show up under the "Hide Non Project Files" entry right at the top. Using a build from sources here, so this might be a mandriva problem. And nothing really changed that could influence this in KDevelop3 sources - at least nothing in our svn repository. Yes, the external tools correctly show up under the "Hide Non Project Files" entry right at the top, but when I select one kdevelop does not execute it! Because that is so annoying I have tried the following: 1.- Build from sources the following tar under Mandriva 2008 (kde 3.5.9) http://download.kde.org/download.php?url=stable/3.5.10/src/kdevelop-3.5.3.tar.bz2: -> External tools are not executed! 2.- Tried Kdevelop 3.5.1 (kde 3.5.9) from Mandriva 2008 default installation: -> External tools are not executed! 3.- Tried Kdevelop 3.5.3 (kde 3.5.9) from Kubuntu 8.04-1 standard installation: -> External tools are not executed! 4.- Tried Kdevelop 3.5.0 built from source tar from Mandriva 2007: -> External tools are executed successfully! SVN commit 884132 by apaku: Apparently someone thought its cool to have accelerators (Alt+<Letter>) for context menus, that broke the external tools because they use the menu text to find the right group in the config file. This fixes that by storing a mapping between the popup-entry-id and the actual text of the config group. BUG:175060 M +13 -9 tools_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=884132 I have just tried your patch successfully. Thanks so much. Keep up that great IDE and team! |