21:38:28: Geany INFO : Geany 1.27 (git >= 27628c0), en_AU.UTF-8
21:38:28: Geany INFO : GTK 3.10.8, GLib 2.40.2
latest git d1fcd9f with the @b4n pr #852
Saved a new file to home directory the tab text changed from red to black and geany just hung, no UI response. Unfortunately it went away just as I attached gdb :(
I also have had a previous hang in the last few days, again I think just after a new file save but didn't pay much attention then, paid more attention the second time it happened. The first hang was before #852 so I think that is unlikely to be the culprit.
This doesn't seem to be related to previously reported "hangs" "crashes" or "freezes" which seem to be dodgy filesystems or similar or MS windows. This is Linux Mint 17.3 (based on Ubuntu LTS) on a local disk and no error messages in the logs, and the file saved fine.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/853
Line dialogs.c:1347 says "/* For a cancel button, use cancel response so user can press escape to cancel */" however in line 1357 only GTK_RESPONSE_CANCEL is linked to response_2, but esc KEY triggers a GTK_RESPONSE_DELETE_EVEN; hence it should be included also in 1357.
I found it because of a strange behaviour when cancelling a keybinding override in preferences dialog. You can reproduce it like so: go to prefs>keybindings, set a keybinding which is already used for another command, then Geany will show up a dialog saying that the combination is already used. Once there, if you press <kbd>Esc</kbd> key, you'll see that it does the "Allow" action, instead of -what the user would expect- the "Cancel" action.
I'm testing it and dialogs work fine as well as the issue exposed above is fixed.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/714
-- Commit Summary --
* Set close dialog and esc key events as cancel in show_prompt()
-- File Changes --
M src/dialogs.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/714.patchhttps://github.com/geany/geany/pull/714.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/714
Please consider adding a menu item under Document to load the full path name of the current document to the clipboard as this would, I believe, be very useful for driving other software It is possible to obtain this information by using Find Files under Documents or from the Status tab but neither approach is so obvious or convenient Thanks very much!
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/846
This one is hard to reproduce (sorry), and I have no idea what causes this or what is happening.
Steps to reproduce *sometimes*:
0. Install and enable GeanyLaTeX (in case it is relevant: I have only the "auto-completion" activated)
1. Create and open: A latex file and a Makefile, in the same directory (I use the makefile to compile the latex document)
2. Edit the latex file over a long time, intermittently calling "make" via the shortcut "Shift+F9" (as found in the menu)
Actual behaviour: Sometimes the "Make" menu item becomes and stays disabled. This also disables the keyboard shortcut, so Shift+F9 does not do anything anymore. Switching between geany-tabs or re-opening the file does not help. The only way to work around this is to restart Geany.
Expected behaviour: Shift+F9 and the "Make" menu item stay enabled for the whole time.
Versions: Geany 1.25 "Veed" // "(compiled on 2015-07-12 or later)"
Sorry that I can't provide a more reliable way of reproducing the bug. I have already played with different things, and have, so far, only come to the conclusion that disabling the GeanyLaTeX pluging avoids this bug. However, this is not a guarantee, since I "only" tried that for a week. Otherwise I run into that bug roughly once every two weeks, so this experiment isn't conclusive.
I continue using Geany, so if anyone can give me a better "test", or instructions on what to look for via gdb while this is happening, I'd gladly do that.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/282
Geany has "Toggle all additional widgets" but it would be useful to have a no disturb mode where only editor is visible and nothing else.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/902
When using insert custom date on MacOS X via keyboard shortcut (Alt+Shift+D) it's not inserting on cursor position, but about at the place of last click (or where cursor was positioned when loading file). When clicking with mouse on new position insertion seems to work at this place.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/694
Geany is still using GTK2 according to the official Geany.org homepage. Should Geany update to GTK3? I suggest this because occasionally I get odd (and non-reproducible) GUI-glitches in Geany.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/644
1.cant focus on input field.(if open an other file, it will be ok)
2.double image if click the scroll
![geany1](https://cloud.githubusercontent.com/assets/6280240/11328286/077713c6-917f-11e5-977c-52ab4c290e79.JPG)
![geany2](https://cloud.githubusercontent.com/assets/6280240/11328287/0c15cab2-917f-11e5-940c-23f4f082973a.JPG)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/770