It would be nice to have a feature to collapse all tags of xml text (or other code) to, say level 1 or level 2.
--
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/3041
Steps to reproduce:
* open a file
* delete the file outside geany
* geany will notice and show the message banner
* Choose File->Save As and save the file *with a different name*
* the message remains
Tested on Linux, think I discovered it on Windows.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3387
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3387(a)github.com>
Passing filenames *does not* disable loading session.
Mention *Open new files from the command-line* pref.
Remove redundant note about line number and column number.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3405
-- Commit Summary --
* Update CLI filenames docs
-- File Changes --
M doc/geany.txt (28)
-- Patch Links --
https://github.com/geany/geany/pull/3405.patchhttps://github.com/geany/geany/pull/3405.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3405
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3405(a)github.com>
On linux, wayland (without xwayland), be it with weston or sway,
ctrl + mouse wheel will not zoom / zoom out
shift + mouse wheel will not scroll horizontally.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3226
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3226(a)github.com>
If geany has a clean shutdown using Quit from the file menu, it remembers which documents are open, and reloads them when it is next restarted. This doesn't happen in the case of a forced quit, such as my computer freezing and needing a reboot (which unfortunately happens fairly frequently for me). Is there any way to force the config file to be updated periodically to record the currently opened documents?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3324
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3324(a)github.com>
Vesion: Geany 1.37.1
OS: Arch Linux
Graphical Environment: Sway (Wayland) but also occurs on other Wayland compositors
Whenever Geany is on my second monitor, the pop up autocomplete dialog is invisible. It still exists as pressing enter selects an entry but it is simply not rendered. Behavior on my primary monitor is normal and the menu renders. I spent some time looking into whether or not this was specific to Wayland or GTK and found several reported issues for other programs that seemed relevant.
According to [this comment](https://github.com/swaywm/sway/issues/3135#issuecomment-448794177) issues with incorrect positioning of popups is related to the use of `gtk_menu_popup ()` which was deprecated in GTK 3.22. Replacing it with something like `gtk_menu_popup_at_widget()` or another appropriate function may fix my issue. Apologies for not submitting a PR but I'm not well-versed in C nor GTK.
--
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/2820