Hi all,
we are happy to announce a new release of Geany!
For a comprehensive list of changes to Geany 0.16, please see
http://www.geany.org/Documentation/ReleaseNotes. A very detailed and
complete list of changes can be found in the ChangeLog, included in the
source packages as well as in the Windows binary files.
Some of the highlights:
- We changed the configuration directory path to ~/.config/geany. Geany
will move your old configuration directory automatically on the first
start.
- Tree-like symbol view in the sidebar
- Increase minimum required GTK version to 2.8
- New toolbar which is much more flexible and customisable
- Add auto-closing of braces, brackets and quotes (Guillaume de
Rorthais)
- Support multiple %cursor% positions in Snippets (Thomas Martitz)
- New filetypes Ada, CMake, Matlab, NSIS, Vala and YAML
- Add Split Window 'Split Vertically' command (thanks to Moritz
Barsnick).
- Improved Windows installer
- Updated translations: bg, ca, cs, de, en_GB, fr, hu, it, ja, pt_BR,
sv, ru, tr, vi, zh_CN
There are many more cool new things, you should read the Release Notes.
We want to thank all translators who have contributed new or updated
translations to this release as well as all people who contributed to
this release with patches, feedback, bug reports and so on.
Thank you!
All downloads can be found as usual on
http://download.geany.org or
https://sourceforge.net/project/showfiles.php?group_id=153444
Happy coding,
Enrico
--
Get my GPG key from http://www.uvena.de/pub.asc
Hello All,
First of all I want to thank you for this great editor. However, I have
a little problem that I can't seem to resolve. In Python mode I want to
use the snippets auto completion to write a class. I type class and hit
tab and I get :
class :
%""" Class doc """
%
%def __init__ (self):
% %""" Class initialiser """
% %pass
What I want is almost the same thing but without the % signs :
class :
""" Class doc """
def __init__ (self):
""" Class initialiser """
pass
How can I do that ??
Thanks a lot,
Jouke
Hi translators and friends of Geany,
I'm glad to announce our string freeze for Geany 0.16 which is planned
for being released not far in future.
I'd be very happy if you could send a patch or complete 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
(around February, 11).
To make it more easy for you I've already uploaded updated versions of
the po files to svn with r3537. You can access them from
http://geany.svn.sourceforge.net/viewvc/geany/trunk/po/
or by checking out the svn tree of Geany by using e.g.
svn co https://geany.svn.sourceforge.net/svnroot/geany/trunk geany
Fans of git can also use the interface provided by http://git.geany.org
by using
git clone http://git.geany.org/git/geany
Also on http://www.geany.org/i18n/ are statistics and daily updated
files available.
Because of I had a couple of requests in past, together with Alex we
uploaded translation files to launchpad for testing purpose. Since
testing is still in progress without any final decision, I'd like to
ask you to using sending patches and/or complete po files direct to me
or to list.
We are trying to have all translations complete by 2009-02-11.
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
--
http://frank.uvena.de/en/