[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Feb 8 23:55:04 UTC 2010


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002595.html

Name: Collections-nice.296
Ancestors: Collections-ar.295

Change String>>initialize to force an initialization.
An initialization is required because current definition of CSNonSeparators class var does not handle WideString correctly.
Example: (String with: 375 asCharacter) withBlanksTrimmed should not be empty...

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002596.html

Name: Collections-nice.297
Ancestors: Collections-nice.296

Optimized Array inject:into: implementation

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002597.html

Name: Collections-nice.298
Ancestors: Collections-nice.297

indentationIfBlank: did not handle lines with or without line ending character the same
{
(String with: Character tab with: Character space) indentationIfBlank: [:x | nil].
(String with: Character tab with: Character space with: Character cr) indentationIfBlank: [:x | nil].
}
did return #(1 nil), now return #(nil nil)

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002598.html

Name: ST80-nice.95
Ancestors: ST80-dtl.94

make cr-indentation work in case of LF
clean up dead code in inOutdent:delta:

Note: currently, shift+cmd+L will outdent even if line with min outdent is zero. his was the old behaviour, but we can change it by uncommenting the "^false"

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002599.html

Name: Morphic-nice.327
Ancestors: Morphic-cmm.326

make TextEditor a bit more LF friendly
clean up dead code in inOutdent:delta:

Note: currently, shift+cmd+L will outdent even if line with min outdent is zero. This was the old behaviour, but we can change it by uncommenting the "^false"

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002600.html

Name: Morphic-nice.328
Ancestors: Morphic-nice.327

deprecate #lineIndexForCharacter: in favour of #lineIndexOfCharacterIndex: 

The two selectors did already coexist.
The later is preferred because both understood by st80 (Paragraph) and more descriptive.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002601.html

Name: Morphic-nice.329
Ancestors: Morphic-nice.328

Let outdent work when selection starts on a wrapped line.
Do not let indent insert a tab in the middle of a line when selection starts on a wrapped line.


=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002602.html

Name: ST80-nice.96
Ancestors: ST80-nice.95

Let outdent work when selection starts on a wrapped line.
Do not let indent insert a tab in the middle of a line when selection starts on a wrapped line.


=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002603.html

Name: Network-nice.56
Ancestors: Network-mtf.55

Push a few temp declarations inside blocks.
Push a few temp assignments outside blocks.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002604.html

Name: Nebraska-nice.26
Ancestors: Nebraska-nice.25

get rid of now useless fixTemps

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002605.html

Name: Tests-ar.45
Ancestors: Tests-nice.44

Add a consistency test to ensure that the Windows VM's 3ButtonMouse preference is consistent with the swapMouseButton setting.

=============================================



More information about the Squeak-dev mailing list