[Boa Constr] CVS Updated - 0.6.0
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2007-06-27 21:46:16
|
Hi everyone, CVS has been updated with release 0.6.0 Changes: * New translations for: Chinese (new), German (reworked), Spanish (tips), Afrikaans (updates) * Added Plug-ins/I18NUtils.plug-in.py * Edit->Wrap selection with _() in python files * Very basic support for opening .po files * Edit as a text file in the IDE * File->Compile to MO * IDE Language Chooser Dialog under Tools * Added support for using translated tips of the day * -U, -UnicodeEncoding command-line switch, for setting the ide encoding without using sitecustomize.py * Code Templates added: * A Code Template is a small idiomatic snippet of code that can be selected from a popup list and inserted at the current caret position. * The plugin is at Plug-ins/CodeTemplates.plug-in.py and the code template definitions are under Plug-ins/CodeTemplates/*.cfg * The action is available from Source Views under Edit->Code Templates and currently bound to Alt-T. * CodeTemplates functionality replaces the functionality of the Dialogs palette page. The page has been removed. * Code templates available for: * Boa: sys.breakpoint, customclasses, codetemplates, html document * Python: class, method, function, iterator, descriptor * wxPython: wx.ColourDialog, wx.FontDialog, wx.PrintDialogData, wx.PageSetupDialog, wx.DirDialog, wx.FileDialog, wx.SingleChoiceDialog, wx.TextEntryDialog, wx.MessageDialog, wx.FindReplaceDialog, wx.MultiChoiceDialog, wx.BusyCursor, wx.Locale, wx.AboutBox * New controls supported: wx.Treebook, wx.Toolbook, wx.richtext.RichTextCtrl, wx.combo.BitmapComboBox, wx.SearchCtrl, wx.ColourPickerCtrl, wx.FontPickerCtrl, wx.DirPickerCtrl, wx.FilePickerCtrl * Basic support for Stock Ids for buttons * You still need to clear the label manually recreate the button before the stock id is applied * All help files now distributed as .htb help files. * This reduces the number of files in a typical boa installation * Help updated to wxPython 2.8 and Python 2.5 * wxPython api help included * All help files now back in the repository * New release format added: exe * Installs as a self contained exe * A python/wxPython installation is still required to run external scripts and the debugger * Boa FindReplaceDialog improved to use sizers * Config files (Explorer.*.cfg, etc) now contain a version field and will be backed up and replaced if there is a newer version. I won't update the version of a config file unless there is a compelling change that requires it. Your previous definitions of bookmarks, ssh, ftp, etc connections are still defined in the backup file so you can copy/paste them from there if needed. This will hopefully fix a lot of errors about stale/corrupted config files. * Many bugfixes * Better handling of wxStaticBoxSizer * Improved code completion, names defined by for loops now available * Improved window placement with os taskbar in other positions Please update your CVS repositories (with -d to get new directories!) and give it a good test, I want to release this version on Source Forge as soon as possible. Anyone that sent me patches over the last year or so should also check that their patches are included (unless I mailed you why it wasn't :P) Feedback welcome, as soon as possible! Enjoy, Riaan. |