Geany is an excellent tool but gdb support unfortunately does not support cross-debugging, which is a rapidly growing need. I certainly don't want to be forced to use some ugly mastodent like eclipse just for that.
This patch is very short, so it seems that there is little functionality missing to achieve this. Would it be possible to integrate something like this into geany-plugins?
http://faumarz.blogspot.fr/2014/03/gdb-and-geany-ide-remote-cross-debugging…
Thanks.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/303
The custom date format I use is "%a, %d %b %Y %T %z" which works on Linux producing something like:
Thu, 28 Oct 2021 14:14:21 +1100
However this same format doesn't work on Windows (produces nothing at all). In theory I would have thought strftime() would be the same for both platforms.
--
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/2968
This replaces the use of the native strftime() function to use
GLib's GDateTime functions which should work more platform agnostic.
Fixes #2968.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3037
-- Commit Summary --
* Use GDateTime for date and time formatting
-- File Changes --
M data/geany.glade (8)
M doc/geany.txt (29)
M plugins/saveactions.c (2)
M src/printing.c (2)
M src/ui_utils.c (2)
M src/utils.c (44)
-- Patch Links --
https://github.com/geany/geany/pull/3037.patchhttps://github.com/geany/geany/pull/3037.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/3037
I've updated Geany to 1.38 (geany-1.38_osx-2.dmg) and found that it no longer sees the dictionaries. In debug messages I found that Enchant is now 2.2.15 (was 1.x in Geany 1.37), so, as README suggests, I moved the dictionaries to the "hunspell" subdirectory while leaving the path in the configuration dialog untouched (parent directory of "hunspell"). Unfortunately, this didn't help, and the plugin still gives error "The Enchant library couldn't be initialized (unknown error (maybe the chosen language is not available))".
--
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-osx/issues/30
It adds an entry field at the top of the symbol list to filter this list.
The text of the entry field divides into parts with a space symbol. A symbol of the symbol list (tag) must contain each of these parts to be shown in the filtered list. Filtering applies immediately during changing the text of the entry field.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2657
-- Commit Summary --
* Filter symbols in the Symbol List (new feature)
-- File Changes --
M data/geany.glade (43)
M src/callbacks.c (16)
M src/callbacks.h (4)
M src/symbols.c (28)
-- Patch Links --
https://github.com/geany/geany/pull/2657.patchhttps://github.com/geany/geany/pull/2657.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/2657