Geany improved a lot in protecting users from unintentional file overwriting when a file was changed outside the editor. However, Geany is missing one step. After the file content was changed, Geany informs users, offering one of three options: discard changes and reload the buffet content, discard the file content and overwrite from the buffet, or Cancel (means do nothing). Often users don't want to discard anything and select Cancel. However, later, when we intend to save, Geany doesn't remind anymore that the buffer content was older than on disk. There are many reasons why text editors should always confirm with users before overwriting the file. That is the standard behavior of the most of editors, such as vim, gedit, emacs, and much more. Geany should match other editors in this aspect, too.
--
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/issues/1885
To edit .md files, l currently use leafpad instead of geany because l don't want to circuitously change the two settings which enable automatic removal of trailing whitespaces just to edit some README.md a bit.
In Markdown, two spaces at the end of the line cause a line break.
l'd like to edit Markdown files with geany without dreading vanished line breaks.
--
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/issues/1464
Hi,
now every time I try to open Geany I get the error message that translates to somewhat like: "Geany tried to use the Unix domain Socket of another instance.
Only changes since yesterday installed anaconda for Python 3, 64-bit...
Platform : Xubuntu 16.04
geany 1.27 (kompiliert am 2016-04-17 mit GTK 2.24.30, GLib 2.48.0)
--
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/issues/1615
The idea is this: If a gnu / linux distribution that includes GEANY wants to include some customized snippets, just add the "snippets-distro.conf" file next to "snippets.info" of the system with a package. snippets will be added, to then load the user's personal in /home/user/.config/geany
It is a way for those who distribute Geany to incorporate their own snippets. In the case of Huayra gnu / linux, we added a pair that are used with the PILAS-ENGINE framework, for game development.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1866
-- Commit Summary --
* extra-custom-distro snippets support #1859
-- File Changes --
M src/editor.c (61)
-- Patch Links --
https://github.com/geany/geany/pull/1866.patchhttps://github.com/geany/geany/pull/1866.diff
--
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/1866
Is there a way to set the min-width of the line numbers column?
Just because line 1 to 9 doesn't have the same width of line 100 to 999.
--
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/issues/1694
Hi all,
I've successfully built the current master of geany and geany-plugins from source with the scope plugin. However, it seems that binaries are executed in a different way from geany when debugging.
I've a program which opens a image file using a relative path (e.g., ./resources/file.png). When geany is used to execute it, it runs without any problem. When I run it using scope, the program raises an error stating that the file cannot be found.
If I use an absolute path to the file, then I can run the program without errors from geany and from the debugger.
Thanks very much!
--
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-plugins/issues/785
Hi!
I just want to let you know. I just tried Geany, and I'm not able to scroll the text with touchscreen. Otherwise, looks interesting, but it's a critical problem for me, so I have to stick with something else for now.
Geany v1.33 32-bit on Windows 10 1803 64-bit
--
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/issues/1977