[kate] [Bug 387358] Kate reloads files from disk without confirmation

2018-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #5 from nfx...@gmail.com ---
Can you please consider adding an option to disable this behavior? I already
lost a bunch of changes because of it.

I know other editors reload by default, but that doesn't change that this
behavior is fucking dumb.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-11-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #1 from nfx...@gmail.com ---
PS: as a barely related bug, I've observed that kate _failed_ to reload changes
from disk (after showing the confirmation dialog and instructing it to reload).
This is probably an unrelated bug. Reproduction is hard and sporadic. Manually
reloading works. Is this known/fixed yet?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #2 from Dominik Haumann  ---
How do the files on disk change?

Do you use git pull, and then the files change? Or is it not version
controlled?

I am asking, since for git controlled files, we do not show a reload message
anymore, since the reload is wanted in 99% of the time (i.e. many users like
this).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #3 from nfx...@gmail.com ---
Yes, this is in git repos.

I definitely want the old behavior. There are a lot of cases where you can
actually lose the data forever, and in a few cases the reload notification
saved me. (Cases include e.g. git reset --hard.)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=387358

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #4 from nfx...@gmail.com ---
I'm still disliking this very much. Just because a file is git managed, it
doesn't mean you can't lose parts of its contents. For example, this clears the
undo stack. I'd also like more control over this whole thing (this automatism
and bugs like #388186 aren't very confidence inducing).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2020-11-12 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=387358

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com

--- Comment #8 from Justin Zobel  ---
I get a prompt every time now if a file is modified externally.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I'm setting status to "needsinfo" pending
your response, please change back to "reported" or "resolved" when you respond,
thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2020-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

nfx...@gmail.com changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #9 from nfx...@gmail.com ---
This happens with the project plugin and files under version control. From what
I understand, if the modified file contents were committed to git at some
point, kate will always reload it without asking.

It works as expected for files not under version control.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2018-12-29 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=387358

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #7 from Lothar  ---
> I already lost a bunch of changes because of it.

The "auto-reload" code checks if there is a matching git blob...
https://cgit.kde.org/ktexteditor.git/tree/src/document/katedocument.cpp#n4831
...so your lost changes should still be there. "git reflog" may helpful. 

Would be nice when the "undo" action would work in such a case

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2018-11-26 Thread Lucas
https://bugs.kde.org/show_bug.cgi?id=387358

Lucas  changed:

   What|Removed |Added

 CC||lche...@gmail.com

--- Comment #6 from Lucas  ---
here Nicolas is working to remove the confirmation:
https://bugs.kde.org/show_bug.cgi?id=401376

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2018-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #5 from nfx...@gmail.com ---
Can you please consider adding an option to disable this behavior? I already
lost a bunch of changes because of it.

I know other editors reload by default, but that doesn't change that this
behavior is fucking dumb.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-11-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #1 from nfx...@gmail.com ---
PS: as a barely related bug, I've observed that kate _failed_ to reload changes
from disk (after showing the confirmation dialog and instructing it to reload).
This is probably an unrelated bug. Reproduction is hard and sporadic. Manually
reloading works. Is this known/fixed yet?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #2 from Dominik Haumann  ---
How do the files on disk change?

Do you use git pull, and then the files change? Or is it not version
controlled?

I am asking, since for git controlled files, we do not show a reload message
anymore, since the reload is wanted in 99% of the time (i.e. many users like
this).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #3 from nfx...@gmail.com ---
Yes, this is in git repos.

I definitely want the old behavior. There are a lot of cases where you can
actually lose the data forever, and in a few cases the reload notification
saved me. (Cases include e.g. git reset --hard.)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=387358

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #4 from nfx...@gmail.com ---
I'm still disliking this very much. Just because a file is git managed, it
doesn't mean you can't lose parts of its contents. For example, this clears the
undo stack. I'd also like more control over this whole thing (this automatism
and bugs like #388186 aren't very confidence inducing).

-- 
You are receiving this mail because:
You are watching all bug changes.