Bug 377505 - Let Kate automatically reload
Summary: Let Kate automatically reload
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 16.04
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 22:02 UTC by Ferry
Modified: 2019-04-02 17:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.57


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ferry 2017-03-11 22:02:10 UTC
When viewing a view that is continuously being modified by an external program (i.e. when viewing logs) Kate keeps asking if you want to reload the file.

Now, either you want it to automatically reload or you don't.

I wish ... that I could select to automatically reload the file (as long as it hasn't been modified by Kate itself) without any further questions.
Comment 1 Lothar 2019-03-04 01:41:39 UTC

*** This bug has been marked as a duplicate of bug 375361 ***
Comment 2 Lothar 2019-04-02 17:50:27 UTC
Git commit 81a8d573ecaf4ed0cfc803b081d3cbec99f8a787 by loh tar.
Committed on 02/04/2019 at 17:49.
Pushed by lohtar into branch 'master'.

DocumentPrivate: Add option "Auto Reload Document" to View menu

...and a "Enable Auto Reload" button to the ModOnHdPrompt.

There are a couple of request for such feature with different details and some
opinions against it at all. Not only because KTextEditor is not well suited to
work like 'tail -f'. However, this option should not cause any harm.

Currently jump the view after an update sometimes/often but that may fixed later
e.g. by D17857

- The max update interval is set to 3sec. Shorter intervals would cause a bad
  user experience
- As long as the user scrolls around updates are blocked
- The cursor is set to first/last line of the view when scroll above/below. This
  is currently not the best solution and cause also the mentioned jumps. Setting
  to the middle of the view would reduce this odd jumping but it shouldn't jump
  in any case
- Placing the cursor into the last line cause to work like 'tail -f'
Related: bug 375361, bug 384384
FIXED-IN: 5.57

Differential Revision: https://phabricator.kde.org/D19517

M  +2    -1    src/data/katepart5ui.rc
M  +6    -0    src/dialogs/katedialogs.cpp
M  +2    -1    src/dialogs/katedialogs.h
M  +58   -0    src/document/katedocument.cpp
M  +11   -0    src/document/katedocument.h
M  +30   -0    src/view/kateview.cpp
M  +6    -3    src/view/kateview.h
M  +1    -0    src/view/kateviewinternal.cpp

https://commits.kde.org/ktexteditor/81a8d573ecaf4ed0cfc803b081d3cbec99f8a787