[squeak-dev] Re: A better looking text caret (IMO)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
24 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Re: A better looking text caret (IMO)

Ken G. Brown
Just curious - why won't Preferences>>caretWidth: do the setting?

Ken G. Brown

<>

> >  "Igor Stasenko" <[hidden email]> wrote in message
> >  news:[hidden email]...
>>
>> > http://bugs.squeak.org/view.php?id=6948
>>
>>
> > I've added an implementation for a blinking caret to this mantis entry.
>
<>

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Re: A better looking text caret (IMO)

Karl-19
In reply to this post by Gary Chambers-4
Gary Chambers wrote:
> Seems more down to a wandering default font index on the font and its disassociation from the lineGrid baseline and leading on TextStyle to me...
> It is very annoying though.
>  
I found the same after some inspection. It seems like no text in
TextMorph make it fall back to default font index and in worst case
default font which could be another font that the one you where using.
TextMorph only knows about TextStyle but not font size it can't
reinstall it.

Karl

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] WeakArray and use of weak collections.

Michael van der Gulik-2
In reply to this post by Gary Chambers-4


On Tue, Feb 26, 2008 at 4:25 AM, Gary Chambers <[hidden email]> wrote:

I can post a Mantis entry for this if you all think it is appropriate. Just
wondering how many other places in existing Squeak code might trip up on
this.



Please do.

Gulik.



--
http://people.squeakfoundation.org/person/mikevdg
http://gulik.pbwiki.com/

Reply | Threaded
Open this post in threaded view
|

RE: [squeak-dev] WeakArray and use of weak collections.

Gary Chambers-4
Done.
-----Original Message-----
From: [hidden email] [mailto:[hidden email]]On Behalf Of Michael van der Gulik
Sent: 26 February 2008 3:21 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] WeakArray and use of weak collections.



On Tue, Feb 26, 2008 at 4:25 AM, Gary Chambers <[hidden email]> wrote:

I can post a Mantis entry for this if you all think it is appropriate. Just
wondering how many other places in existing Squeak code might trip up on
this.



Please do.

Gulik.



--
http://people.squeakfoundation.org/person/mikevdg
http://gulik.pbwiki.com/


12