Hi translators and friends of Geany,
Time is passing by and it's time for doing a new release of Geany!
To manage all translation coming in in time we are having a string
freeze for upcoming Geany 1.22, which will be release around June,
18th.
The list of changes done for this release is long and so a lot of
string have changed or were added. I like to ask all translators to
check the translations.
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 2012-06-15.
To make it more easy for you I've already uploaded updated versions of
the po files (and now this is new) to git master at github. You can
either download the direct via web or by cloning the
repository from https://github.com/geany/geany
This can be done e.g. with
git clone https://github.com/geany/geany.git
Also at http://i18n.geany.org/ are statistics and daily updated files
available.
As mentioned before, we are trying to have all translations complete by
2012-06-15.
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.
Thanks and happy translating ;)
Frank
P.S. As we are used to on previous releases also the combined
geany-plugins project will have a new stable release. Its currently
scheduled two weeks after Geany 1.22 with a string freeze around
release date of Geany. If you like to provide also some translation for,
it would be much appreciated. ;)
--
http://frank.uvena.de/en/
[posted to both devel and user lists, sorry to those on both]
Hi All,
Geany currently hard codes two actions to the <ctrl>-<left mouse down>
input, "goto tag" if the click is over an identifier or "goto matching
brace" otherwise.
This blocks the standard action of "add to selection" on <ctrl>-<left
click> and <ctrl>-<left drag>. (See Gnome HIG
http://developer.gnome.org/hig-book/2.32/hig-book.html#input-mouse
10.1.2)
I did a quick check on my system and didn't find any application that
did not comply with that guideline, so Geany is the odd one out.
Geany has not supported multiple selections so it hasn't been an issue
(other than being non-standard and occasionally confusing users), but
as there is a proposal to add support for multiple selections to Geany
this non-standard behavior is now a problem.
As both actions now have a default keybinding (in Git version) I
propose that the binding to <ctrl>-<left mouse down> simply be
removed.
Cheers
Lex