Hi,
we are happy to announce a new release of Geany!
For a comprehensive list of changes in Geany 0.18, 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:
* Implement a graphical toolbar editor. * Add 'Replace' toolbar button * Implement Most-Recently-Used document switching when pressing 'Switch to last used document' keybinding (Ctrl-Tab). * Add 'Reflow lines/block' keybinding, (Ctrl-J). * Support 'tab indents, space aligns' style when indenting. * Add 'Autocomplete all words in document' pref; also used when forcing autocompletion and there's no symbol names to show. * Reload color schemes via Tools menu. * Implement named styles support for filetypes.* using a filetypes.common [named_styles] section; used as "style=named_style,bold". (See the manual for details). * Allow indentation of wrapped lines (see style 'line_wrap_indent'). * Add Markdown filetype (thanks to Jon Strait). * Minor improvements for filetypes: Fortran, Haxe, HTML, Lua, Matlab, Pascal, Python, Tcl * Added translations: lb, sl, pt_PT * Updated translations: ca, cs, de, en_GB, fi, fr, ja, pt_BR, ru, tr
We want to thank all translators who have updated their translations in 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 on http://download.geany.org.
From this release on, the release files are not available through the
Sourceforge.net mirrors anymore. Please use http://download.geany.org as the URL.
Happy coding, Enrico
On Sun, 16 Aug 2009 20:45:00 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
we are happy to announce a new release of Geany!
It seems that KP_End and KP_Home keys don't work in 0.18. End and Home key works fine. In 0.17 End, Home, KP_End and KP_Home works fine. Tested at work and at home (x86 and amd64).
On Tue, 18 Aug 2009 03:39:53 +0300, Yura wrote:
On Sun, 16 Aug 2009 20:45:00 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
we are happy to announce a new release of Geany!
It seems that KP_End and KP_Home keys don't work in 0.18. End and Home key works fine. In 0.17 End, Home, KP_End and KP_Home works fine. Tested at work and at home (x86 and amd64).
Thanks for reporting. They indeed broke. I think this should be fixed now in SVN by mapping the numpad keys to their "normal" equivalents, the code is based on the same thing happening in Scintilla.
If it doesn't work or breaks something else or not all necessary keys were mapped, just tell us, as usual :).
Regards, Enrico
On Tue, 18 Aug 2009 00:05:59 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
They indeed broke. I think this should be fixed now in SVN by mapping the numpad keys to their "normal" equivalents, the code is based on the same thing happening in Scintilla.
If it doesn't work or breaks something else or not all necessary keys were mapped, just tell us, as usual :).
Thanks, everything works fine now. That was really fast.