in some cases, Geany doesn't detect file has been overwritten. If a file with the same name is (intentionally) copied from a different directory, Geany doesn't detect the file has changed.
This does not reproduce when the file is copied using cp
. I've only tested with the 2 file managers listed below.
Reproduces every time using Thunar 1.8.4 and PCMan 1.3.1
echo file1 > ./file1
mkdir tempdir
echo file2 > tempdir/file1
Open ./file1 in Geany
Use Thunar or PCMan to copy tempdir/file1 to ./file1
Switch back to Geany (note there will be no reload option).
16:56:32: Geany INFO : Geany 1.35 (git >= b8cdfddf), en_US.utf8
16:56:32: Geany INFO : GTK 3.24.5, GLib 2.58.3
16:56:32: Geany INFO : System data dir: /home/andy/local/share/geany
16:56:32: Geany INFO : User config dir: /home/andy/.config/geany
16:56:32: Geany INFO : Loaded GTK+ CSS theme '/home/andy/local/share/geany/geany.css'
16:56:32: Geany INFO : Loaded GTK+ CSS theme '/home/andy/local/share/geany/geany-3.20.css'
16:56:32: Geany INFO : System plugin path: /home/andy/local/lib/geany
16:56:32: Geany INFO : Added filetype Clojure (61).
16:56:32: Geany INFO : Added filetype Graphviz (62).
16:56:32: Geany INFO : Added filetype CUDA (63).
16:56:32: Geany INFO : Added filetype JSON (64).
16:56:32: Geany INFO : Added filetype Arduino (65).
16:56:32: Geany INFO : Added filetype Scala (66).
16:56:32: Geany INFO : Added filetype Genie (67).
16:56:32: Geany INFO : Added filetype Cython (68).
16:56:32: Geany INFO : Loaded libvte from libvte-2.91.so
16:56:32: Geany INFO : /home/andy/temp : None (UTF-8)
16:56:32: Geany INFO : /home/andy/file1 : None (UTF-8)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.