Summary: | Toggling "Menubar" in Kate/KWrite | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Hackeron <hackeron> |
Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | beat_fasel, mail, phihag, poletti.marco, rthomsen6 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/b5071f92450d9e9bbfe851cff264f93bc5676d40 | Version Fixed In: | 4.13 |
Sentry Crash Report: | |||
Attachments: | patch adding ability to toggle the menu bar visibility by pressing ctrl+m |
Description
Hackeron
2004-06-17 20:22:48 UTC
This must be implemented in every application as there must be always a way offered in context menu to reenable it. It should be implemented indeed. Any updates on this? i was just about to report this as well. I usually hide my konqueror menubar and bring it up as needed using CTRL+M... well, vote for it and maybe it'll get done :) The "toggle menubar" through the Ctrl+M accelerator is a feature that not only is extremely usefull but that is a trademark of a typical KDE app. Because it is a trivial thing to implement, I believe that there is no reason not to implement this feature. Therefore, I believe that KATE would benefit from the implementation of this feature. well, common people, if you want this feature please vote for it. no one? Just a yearly update to reflect the fact that this feature is still desired in 2007 :). Valid indeed, maybe you want to provide a patch? :) *** Bug 240447 has been marked as a duplicate of this bug. *** *** Bug 276597 has been marked as a duplicate of this bug. *** I vote for an option to hide the menubar in kwrite/kate. This is now possible in KDE 4.10 with appmenu support. Created attachment 84983 [details]
patch adding ability to toggle the menu bar visibility by pressing ctrl+m
Git commit b5071f92450d9e9bbfe851cff264f93bc5676d40 by Dominik Haumann. Committed on 20/02/2014 at 19:46. Pushed by dhaumann into branch 'master'. Toggling "Menubar" in Kate/KWrite REVIEW: 115460 FIXED-IN: 4.13 M +42 -1 kate/app/katemainwindow.cpp M +4 -0 kate/app/katemainwindow.h http://commits.kde.org/kate/b5071f92450d9e9bbfe851cff264f93bc5676d40 Git commit 50f59591fbc3545d73c63dc029d63592b7d15300 by Dominik Haumann. Committed on 20/02/2014 at 19:54. Pushed by dhaumann into branch 'frameworks'. port to KF5: Toggling "Menubar" in Kate/KWrite M +38 -0 kate/src/katemainwindow.cpp M +5 -0 kate/src/katemainwindow.h http://commits.kde.org/kate/50f59591fbc3545d73c63dc029d63592b7d15300 |