We are happy to announce a new release of Geany!
For a comprehensive list of changes please see
https://www.geany.org/Documentation/ReleaseNotes.
Some highlights:
* GTK3 theming improvements and documentation
* CSS: Update Grid properties
* Add a note for applying the indent settings in the project preferences
* Enable popup menu on sidebar and message window notebooks
* Show status message on attempt to execute empty context action
* Updated translations: de, el, es, fr, it, lv, pl, pt, tr, ru, zh_CN
We want to thank all developers, translators and everyone who
contributed to this release with patches, feedback, bug reports and
so on. Thank you!
As usual, all downloads can be found on
https://www.geany.org/Download/Releases.
Happy hacking,
Enrico
Hello friends and users of Geany,
We are happy to announce a new version of the combined Geany-Plugins
release -- following the Geany 1.33 release, Geany-Plugins 1.33 is being
released, too.
Some highlights:
* Rename plugin GeanyLaTeX to latex
* Updated translations: de, es, fr
* Addons: Show color tip and start Color Chooser with double click
* GeanyLua: Various imporovments:
* Add filetype to set in geany.newfile()
* Add function geany.reloadconf()
* Pretty Printer: Allow to pretty print a selection only
* Spellcheck: Remember 'Check while typing' setting between sessions
* Spellcheck: Support Enchant 2.0 and later
* VC: Remember the commit dialog size
A more complete list of changes can be found at NEWS at
https://github.com/geany/geany-plugins/releases/tag/1.33.0.
As usual, you can find source tarballs and Windows installer for the new
release on https://plugins.geany.org.
A huge thanks to everybody contributing to this great release.
Happy hacking!
Hello All,
I have ported the scope plugin to GTK3.
During that work I also noticed some deprecation warnings for the
workbench plugin which I did create not long ago
and as suggested by the HACKING file I did write it for GTK2.
If I port a plugin to GTK3 should it still support GTK2?
Should we change the HACKING file regarding the preferred GTK version to
prevent people from writing new plugins based on GTK2?
Just a thought.
Regards,
Lars
Hi All,
during porting the scope plugin to GTK3 I had to switch from "GdkColor"
to
<https://developer.gnome.org/gdk3/stable/gdk3-RGBA-Colors.html#GdkRGBA>"GdkRGBA".
The scope code was calling "vte_terminal_set_color_foreground" which
according to the geany header files seems to have a replacement which I
called instead: "vte_terminal_set_color_foreground_rgba". Since I
replaced the call I get linker errors.
I saw that geany is creating the functions through a macro surrounded by
some version checks. I assume I have to change something on the build
parameters for geany to make it work. Please help.
Best Regards,
Lars
Hello All,
I have a simple question: how can I force geany-plugins to be built
against GTK3?
I tried "CFLAGS=-dGP_GTK_VERSION_MAJOR=3 ./configure" but that did not
help. I saw the line "Geany version: 1.33 (GTK2)" in the
configure output. Do I have to re-build geany with the CFLAGS above to
make the geany-plugins use GTK3?
Greetings,
Lars
Hi All,
is there a API for plugins which lets a plugin create project files and
fill in some values?
I do NOT want to add plugin specific data to an existing project.
I want to create a new project with some meaningful data (the
fields/values of geany's own project data).
After that I would add plugin specific data to it.
Best Regards,
Lars (LarsGit223)
Hi translators,
As Geany is getting a new major release, the Geany-Plugins are getting
too -- 1.33 will be released soon.
In preparation I have updated the po-files for Geany-Plugins at github
and asking you whether you could update translations, review them or
maybe add new languages.
As on Geany core, I'd be very happy if you could send a patch, a pull
request or single file with translation to either the geany-i18n mailing
list or direct to me within the next week so we can include it to
the next release. Deadline will be also 2018-02-24 24:00h CET.
To get most recent files you could just clone the repositories from
Geany: https://github.com/geany/geany-plugins
This can be done e.g. with
git clone https://github.com/geany/geany-plugins.git
Also at http://i18n.geany.org/plugins are statistics and daily updated
files available.
If you have any questions, don't hesitate to ping me directly via
IRC: geany @freenode (frlan)
Jabber/XMPP: frlan(a)jabber.ccc.de
or via Mail: look above or some of the mailing lists.
Happy translating!
Cheers,
Frank
Dear translators and friends of Geany,
Let's make it short: As Geany 1.33 will be released soon, we got a
string freeze which is a good point to start updating translation.
In preparation I've just updated po-files for Geany core project
inside github repositories and asking you whether you could update
translations, review them or maybe add new languages.
I'd be very happy if you could send a patch, a pull request or single
file with translation to either the geany-i18n mailing list or direct
to me within the next two weeks so we can include it to the next
release. Deadline will be 2018-02-24 24:00h CET.
To get most recent files you could just clone the repositories from
Geany: https://github.com/geany/geany
This can be done e.g. with
git clone https://github.com/geany/geany.git
You can find daily updated po files at http://i18n.geany.org too, which
includes some statistics.
If your language was translated by two or more in past, please double
check directly with them or by pinging me, so we don't need to
translate same things two or three times. Also please feel to ping me
for every question or if you like to start a new translation for an
unsupported language.
If you have any questions, don't hesitate to ping me directly via
IRC: #geany @freenode
Jabber/XMPP: frlan(a)jabber.ccc.de
or via Mail: look above or some of the mailing lists.
Thanks and happy translating
Frank
Hi,
This is a short pre-announcment. Please be so kind and review open PR
and see wetter they are able to merge into 1.33. I will prepare the
string freeze for our new major release next weekend and it would be
awesome, if all string related changes can be merged into before ;)
Cheers,
Frank