Summary: | kate wish: reload all in file list | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | missive |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | davidp |
Priority: | NOR | ||
Version: | 2.3.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
missive
2004-11-16 23:37:03 UTC
The latest version of Kate has an option to turn on notification about files modified on disk. That will cause Kate to show a dialog allowing you to handle all files modified on disk at once. I'm going to connect that dialog to the modified icon on the statusbar too, to allow you to activate it at any time. I don't think there is a lot of meaning in having an action only in the file list, but implementing 'reload all' would not be hard. Comments on the value of 'reload all', anyone? > The latest version of Kate has an option to turn on notification about files modified on disk.
Yes! This works perfectly. Thank you!
The notification of changed files works nicely for local files, but I sometimes find it doesn't always work reliably for files opened on remote hosts. I for one would find a 'Reload All' function very handy, so that I know for sure that all files have been reloaded and I'm looking at the latest versions. Anyone else agree? There are times when I would use it. I often have a dozen or more files open through webdav, and there is no notification when those files are modified. A one-click "reload all" button would be useful to make sure I have all the latest versions. to "missive@hotmail.com" - agreed, that's the kinda thing I do, have multiple files open via webdav/sftp/etc, and would like to reload all of them. If you would also find this useful, care to cast your vote for this wish? *** This bug has been confirmed by popular vote. *** For my part, the usecase is a encrypted filesystem which is not always mounted. When I do mount it, it would be nice to reload all the files to get the new versions. Alternatively, Kate could automatically detect that this has happened and reload the files. SVN commit 741957 by treat: * Add 'ReloadAll'. Approved by Albert and Anders. CCBUG:93412 CCMAIL:kde-i18n-doc@kde.org M +6 -0 app/katedocmanager.cpp M +6 -0 app/katedocmanager.h M +5 -0 app/katemainwindow.cpp M +1 -0 data/kateui.rc WebSVN link: http://websvn.kde.org/?view=rev&revision=741957 *** Bug has been marked as fixed ***. |