Re: [Github-comments] [geany/geany] SSHFS via SFTP don't correct work (#1437)

2017-06-19 Thread elextr
What GTK and Glib versions are you using? (see Geany `menu->help->debug messages` near the top). You can turn gio file operations off in `edit->preferences->various->use_gio_unsafe_file_saving` which despite the name also turns off GIO reading. Geany then uses the Glib `g_file_get_contents()`

Re: [Github-comments] [geany/geany] SSHFS via SFTP don't correct work (#1437)

2017-06-19 Thread Ari
19:03:27: Geany INFO: Geany 1.30.1, en_CA.utf8 19:03:27: Geany INFO: GTK 3.22.15, GLib 2.50.3 I tried changing use_gio_unsafe_file_saving to off and it worked. Then I set it back to on, and it still works. Opening files from sftp mounts directly inside geany works, and a

Re: [Github-comments] [geany/geany] Update Scintilla to version 3.7.5 (#1503)

2017-06-19 Thread elextr
@eht16 seems a good idea to commit, the debug commits can be taken out later if all is well. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1503#issuecomment-309624946