Summary: | Build plug-in should allow to interrupt the building | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Oliver Sander <oliver.sander> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Change a menu item name from 'Break' to 'Stop'
Updated patch |
Description
Oliver Sander
2010-06-22 17:52:10 UTC
As it turns out this feature exists, and I just didn't see it. Part of the reason why I didn't see it is that its menu entry is called 'Break', which, particularly in its German translation 'Pause', made me think of a temporary suspension rather than an actual kill of the build process. (Of course you may ask why one would ever want to temporarily suspend build processes...) I tried writing a patch that renames the menu entry from 'Break' to 'Stop'. Unfortunately I seem to miss something and the menu entry disappears completely rather than switching name. Could somebody please either review my patch and tell me what I did wrong, or just close this bug if renaming is considered undesirable? Thanks! Created attachment 52913 [details]
Change a menu item name from 'Break' to 'Stop'
Incomplete patch
Try to increase the version of the .ui file (at the top of it). If that does not work, try to remove ~/.kde/share/apps/kate/plugins/katebuild/ui.rc and restart kate. Increasing the version did the trick. Thanks! Created attachment 52918 [details]
Updated patch
committed the fix: Build plug-in should allow to interrupt Thanks for the patch, Oliver! Please keep it up. SVN commit 1191599 by cullmann: dhaumann: fix: Build plug-in should allow to interrupt Thanks for the patch, Oliver! Please keep it up. Other part of patch got commited by me in other commit BUG: 242501 M +2 -2 ui.rc WebSVN link: http://websvn.kde.org/?view=rev&revision=1191599 |