Added option to auto reload files changed on disk (#1246)
commit75a69aad932e81c97291b4944a738b90df75b033
authorMark O'Donovan <shiftee@tutanota.com>
Mon, 17 Jul 2017 07:44:54 +0000 (17 08:44 +0100)
committerelextr <elextr@gmail.com>
Mon, 17 Jul 2017 07:44:54 +0000 (17 17:44 +1000)
treea8ee3315335be022a97148569860a348b4997738
parent2d9f97debd308ef891903731e48b215255be8411
Added option to auto reload files changed on disk (#1246)

When option is enabled geany automatically reloads files which
have changed on disk but have no changes in the buffer.
When the option is disabled (default) geany shows the reload
dialog as before.

Tested @vfaronov
doc/geany.txt
src/document.c
src/document.h
src/keyfile.c