| Summary: | JJ: Please allow running executescript scripts from context menu in Projects | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Alexander <ashaduri> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | gmary |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | git master | ||
| Target Milestone: | 4.2.0 | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander
2010-11-23 15:16:45 UTC
right, shouldn't be hard to implement. I just submitted a patch on reviewboard that adds the external scripts to the context menu in the files and projects views: https://git.reviewboard.kde.org/r/104133/ The review had been updated to make the requested changes one month ago. Is the patch applicable? Git commit 1b54009e3aa6288bf2ae3ef65302e900b865d9fa by Milian Wolff. Committed on 07/04/2012 at 16:04. Pushed by mwolff into branch 'master'. make extern scripts available through context menu Now, the context menu in the project manager view, tab and editor show a submenu "external scripts" which holds the available scripts which can then be executed for the selected file(s). scripts that depend on a user selection are only shown in the editor context menu. thanks to Ghislain Mary for the patch REVIEW: 104133 M +1 -1 plugins/externalscript/CMakeLists.txt M +78 -3 plugins/externalscript/externalscriptplugin.cpp M +3 -0 plugins/externalscript/externalscriptplugin.h http://commits.kde.org/kdevplatform/1b54009e3aa6288bf2ae3ef65302e900b865d9fa |