Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-March/007724.html Name: Morphic-mt.794 Ancestors: Morphic-mt.793 New-style balloon morph added and used. Can be switched back to old-style balloon morphs via preferences. New-style balloon morphs support: - text (not only strings) - layouting via text paragraph (not hard-cutted via: #noLineLongerThan:) - positioning at current hand position (if not supplied with other reference point) In general, new-style balloon morphs have an improved readability. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007725.html Name: Morphic-mt.795 Ancestors: Morphic-mt.794 Backwards-compatibility in old-style balloon morphs for being opened at a specific position. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007726.html Name: MorphicExtras-mt.158 Ancestors: MorphicExtras-mt.157 Classify new-style balloon morphs as valid balloon help. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007727.html Name: Tools-mt.568 Ancestors: Tools-mt.567 Help message added to object explorer code pane. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007728.html Name: Morphic-mt.796 Ancestors: Morphic-mt.795 Indicate hovered item in lists. Can be turned off via preference. Redraw of the highlight is fast because we only invalidate the rectangles from the affected rows. Extended #handleMouseMove: and not #mouseMove: because there is a mouse-button guard in #handleMouseMove:, which is exploited in the multi-selection list morphs. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007729.html Name: ToolBuilder-Morphic-mt.108 Ancestors: ToolBuilder-Morphic-mt.107 Support added for list item-specific balloon help. (Similar to the one in tree morphs.) ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007730.html Name: Morphic-mt.797 Ancestors: Morphic-mt.796 Fixed problem with disappearing new-style balloon morph in certain cases. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007731.html Name: Compiler.spur-cmm.297 Ancestors: Compiler-cmm.297, Compiler.spur-topa.296 Compiler-cmm.297 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.255 DoIt evaluation in the debugger needs to be from the selected Context's methodClass, not the receiver's class so that "super" will refer to the correct class. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007732.html Name: Collections.spur-mt.605 Ancestors: Collections-mt.605, Collections.spur-ul.604 Collections-mt.605 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.255 Support #withBlanksTrimmed in texts. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007733.html Name: Kernel.spur-eem.913 Ancestors: Kernel-eem.913, Kernel.spur-topa.912 Kernel-eem.913 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.255 Provide missing copyWithSourceCode: depended on by new breakpointing with source code. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007734.html Name: System.spur-eem.709 Ancestors: System-eem.709, System.spur-eem.708 System-eem.709 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.255 Fix breakpoint source when pragmas follow temporaries. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007735.html Name: Kernel.spur-cmm.914 Ancestors: Kernel-cmm.914 Kernel-cmm.914 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.255 Include filed-in methods in the RecentMessages list. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007736.html Name: System.spur-topa.710 Ancestors: System-topa.710, System.spur-eem.709 System-topa.710 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.255 Port the wrapping breakpoint implementation from OB-SUnitintegration. (An addition to BreakPoint, no replacement) ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007737.html Name: System.spur-cmm.711 Ancestors: System-cmm.711 System-cmm.711 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.255 - Log filed-in code to the changes file. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007738.html Name: System.spur-eem.712 Ancestors: System-eem.712, System.spur-cmm.711 System-eem.712 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.255 Fix allStoresInto: for pool variables. Shared pools are inherited and don't have to be declared in each subclass. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-March/007739.html Name: Kernel-topa.915 Ancestors: Kernel-cmm.914 Fix arguments access in WeakMessageSend comparison. They may be nil; but the accessor guards that already. ============================================= |
Free forum by Nabble | Edit this page |