I miss this feature a lot from the builds of Geany that are compiled to Gtk3.
I know, it was removed with the Gtk2 -> Gtk3 switch, as the toolkit itself removed it.
I would like it to be there again, with an optional setting to turn it on/off (to reap whatever benefits it has to not have it).
Is it possible to implement it?
--
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/1967
'Geany' no longer detects if there is an instance of itself already running, thus multiple instances are starting up, instead of files being opened in the current instance.
I doubt it is a "#ifdef HAVE_SOCKET" not being defined since the mutexs (called mutants in win32) are being created with the name 'Geany'.
I suspect it had to do with recent cleanups and changes in https://github.com/geany/geany/commits/c5b0fc459a1251c824a44edb5dfab4a8feb0…
![screenshot_of_mutants](https://cloud.githubusercontent.com/assets/2829875/9657992/dba0fd70-5213-11e5-9fcd-2c270304dfb7.png)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/641
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