[Boa Constr] CVS updated, fixes and code templates
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2006-10-31 15:14:00
|
Hi, CVS has been updated with various fixes and one new feature, Code Templates. It is a simple implementation of Code Templates (or Code Snippets from the Visual Studio world). 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. Later a Code Template Manager may be available under Tools->Code Template Manager. I would appreciate if people could suggest a few more python and wxpython idioms. The Dialogs page is no longer available on the Palette as this feature replaces that functionality. Cheers, Riaan. |