



Komodo 4.2.0 beta 7 is now available. This will be the last beta release prior to the final 4.2 version.
The full set of bug fixes is below. The update server will be serving this update shortly. As ever please give us your feedback either here on the community site or on the komodo-beta list:
http://listserv.activestate.com/mailman/listinfo/komodo-beta
Regards,
Shane
New in 4.2.0
* A new spell checker! (Tools|Check Spelling...)
* Cursor shape is now configurable.
* Upgraded Scintilla (Komodo's editor component) to the latest version.
* Add CSS autocomplete in HTML style="..." attributes.
* Komodo's documentation is now under a Creative Commons license to support translations contributed by users.
* Many small documentation improvements.
Changes in Komodo 4.2.0 Beta 7
* PHP debugger:
o fixed for working with the DBGP proxy server
* Ruby debugger:
o Ruby 1.8.4 or later requirement. (Bug 71075, 71947, 71948)
o No stopping in rubygems.rb or ubygems.rb unless there's a breakpoint there. (Bug 69721)
o Now shows 'self' in list of locals. (Bug 71477)
* Source code control:
o Problems adding new files to SCC fixed. (Bug 67692)
o Update menu when new files are added to SCC-controlled folders. (Bug 67949)
o Commit message garbled for non-ascii characters. (Bug 71464)
* Editor:
o Fixed tab ordering after drag drop operations on tabs. (Bug 43528)
o Fixed guessing of indentation first time ruby, xml, and html files are opened. (Bug 69726)
o Color '/' as start of regex in all allowed contexts. (Bug 71734)
o Vi emulation: Ensure vi cursor is set to block char at komodo startup. (Bug 71293)
* Autocomplete:
o JavaScript: Add cix info for "__defineGetter__" methods.
o JavaScript: Handle class variables defined in class functions. (Bug 71343)
o JavaScript: Support completion on vars with same name as classes. (Bug 71666)
o Python: Infer function return-type info. (Bug 55687)
o Python: Find all base-class members. (Bug 71789)
o Ruby: Don't do complete-names completion for block parameter names. (Bug 68454)
o Ruby: Terminate Ruby calltips on newline when the trigger's a space. (Bug 69559)
o Ruby: Terminate Ruby/RHTML calltips on "%>". (Bug 69527)
o XML: Fixed end-tag completion. (Bug 71945)
* Mapped URIs: Add menu item for mapping current editor URI. (Bug 69681)
* Macros: Move from the "komodo" namespace to the "ko" namespace. (Bug 71624)
* Projects:
o Automatically close open macros when the macro's project is closed. (Bug 71839).
o Fixed pasting multiple items into a project or the toolbox. (Bug 69533)
o Fixed open/close decorator "flakiness". (Bug 71942)
o Fixed context menu mixup between toolboxes and projects. (Bug 71882)
o Fixed project-based debugging preferences. (Bug 70514)
* Fixed Help links on 'Check configuration' page. (Bug 71949)
* Correct hangling of unicode/high bit chars in environment. (Bug 70700)
* Make sure window controls work when komodo opened via apple events. (Bug 71862)