On 6 juin 2013, at 14:21, Denis Kudriashov <dionisi...@gmail.com> wrote:

2013/6/6 Igor Stasenko <siguc...@gmail.com>

>> We talk with Alain about Rubric and in near future we will have selection as
>> morph's. So we can tune selection border width, color, present it with
>> ellipse and etc.

> umm? text selection? what ellipse if it can span multiple lines/pages of text?

I think about way we select text with pen at paper. We just draw some ellipse. So text editor can show selection with same way. it is just my fantasy
 

something like that ? :)

smalltalkCodeWithStabilo
"self smalltalkCodeWithStabilo"
| area seg code |
area := RubEditingArea new
beWrapped;
width: 400;
updateTextWith: (code := self someSmallSmalltalkCode).
area addSegment: (seg := RubPlainSegmentMorph inTextArea: area from: 3 to: code size).
seg color: (Color yellow).
seg borderColor: (Color orange alpha: 0.5).
seg beSmoothCurve.
area openInWorld

Alain

Reply via email to