Replaces [#2986](https://github.com/geany/geany/pull/2986).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3097
-- Commit Summary --
* Imports Asciidoc lexer from Lexilla 5.1.4
* Enables Asciidoc lexer
-- File Changes --
M data/filedefs/filetypes.asciidoc (50)
M scintilla/Makefile.am (1)
M scintilla/lexilla/include/LexicalStyles.iface (27)
A scintilla/lexilla/lexers/LexAsciidoc.cxx (393)
M scintilla/lexilla/src/Lexilla.cxx (1)
M src/highlighting.c (2)
M src/highlightingmappings.h (33)
-- Patch Links --
https://github.com/geany/geany/pull/3097.patchhttps://github.com/geany/geany/pull/3097.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3097
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3097(a)github.com>
This PR updates `geany.glade` to target gtk+ 3.0. Resolves #2860.
* Glade 3.8.6 reports: Project geany.glade has no deprecated widgets or version mismatches.
* Used Glade 3.38.2 to resave geany.glade with target set to gtk+ 3.0
* Removed the following properties to prevent warnings:
+ Property 'Focus on click' of object class 'Widget' was introduced in gtk+ 3.20
- all were set to False.
+ Property 'X align' of object class 'Label' was introduced in gtk+ 3.16
- all were set to 0 or 1.
+ Property 'Y align' of object class 'Label' was introduced in gtk+ 3.16
- only one instance, was set to 0.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3026
-- Commit Summary --
* update geany.glade to target gtk+ 3.0
-- File Changes --
M data/geany.glade (6006)
-- Patch Links --
https://github.com/geany/geany/pull/3026.patchhttps://github.com/geany/geany/pull/3026.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/3026
Resolve #3077 (INSTALL modified) and fix a few warnings when running autoreconf / autogen.sh
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3092
-- Commit Summary --
* autotools: Do not pass --force to autoreconf
* Resolve a few warnings reported by autoreconf on my system
-- File Changes --
M autogen.sh (2)
M configure.ac (9)
M m4/geany-plugins.m4 (2)
-- Patch Links --
https://github.com/geany/geany/pull/3092.patchhttps://github.com/geany/geany/pull/3092.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3092
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3092(a)github.com>
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
WDL is a powerful language to script bioinformatics pipelines.
Specs are here: https://github.com/openwdl/wdl/blob/main/versions/1.0/SPEC.md
Would it be possible to add .wdl as supported filetype for markup et al ?
What needs to be done for this ?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3119
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3119(a)github.com>
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