Re: [PATCH] Automatically reload files modified on disk.

2011-10-27 Thread Søren Holm
needs to be refined and modified to be able to be turned on and off from some dialog. -- Søren Holm >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: [PATCH] Automatically reload files modified on disk.

2011-10-27 Thread Søren Holm
n thelist please have a look at my patch and maybe guide me a bit - I suspect the implementation is not completely sane, lacks undo- support etc. etc. :D When we have a reassonably written patch, then maybe it can be applied. -- Søren Holm >> Visit http://mail.kde.org/mailman/listinfo/kde

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Søren holm
iles do not change by themselves. When that is said it is common knowledge that having one file open in multiple editors, over the network etc, is realy a bad idea. -- Søren Holm >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Søren holm
'm pointing out QtCreator is that it can fulfill my IDE-needs instead of kdevelop (which does not reload file automatically) Why is it bad to have files not changed from within the editor reload when they change? -- Søren Holm >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: [PATCH] Automatically reload files modified on disk.

2011-10-17 Thread Søren holm
Mandag den 17. oktober 2011 13:18:25 Andreas Pakulat skrev: > No, what he's saying is that the batch-question should be implemented in > the apps. Automatic reloading should never be done - unless explicitly > asked for by the user. Thanks for the answers. I will hack on kdevelop th

Re: [PATCH] Automatically reload files modified on disk.

2011-10-17 Thread Søren holm
ink it would be a nice abillity to have in general. Thanks for the comments Thomas and Reindl. -- Søren Holm >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: [PATCH] Automatically reload files modified on disk.

2011-10-17 Thread Søren holm
iles are then altered. I then do not want to answer "Reload" for each modifed file. -- Søren Holm >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: [PATCH] Automatically reload files modified on disk.

2011-10-16 Thread Søren holm
if i say "NO do not reload because i am working on > this file currently" it has a good reason Ok - than there should be a checkbox to explicitly enable automatic reload. -- Søren Holm >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: [PATCH] Automatically reload files modified on disk.

2011-10-16 Thread Søren holm
ust bep resent. > What about reloading automatically and hooking the change into the undo? I'm unsure how to do that. -- Søren Holm >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[PATCH] Automatically reload files modified on disk.

2011-10-16 Thread Søren holm
Hi I know this patch should problably include some sort of checkbox for specifying behavior, but on the other hand QtCreator and other editors reload files automatically by default. What do you say? >From 5d710b4c74d99e71bcfcda88d3986f2a758ebb2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8r