Pharo display bug

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

Pharo display bug

horrido
I don't know how to report Pharo bugs, so I'll just mention that the Pharo IDE isn't displaying code properly. For example:

image.png

Look at "map cellAt: ". The 'A' and 't" are mashed together.

Another example:

image.png

Look at ":cellA:cellB | cellA energy ". It's not displaying the space between "cellA" and "energy".

This is more than just a display bug because how the hell are you supposed to edit this code???

Richard
Reply | Threaded
Open this post in threaded view
|

Re: Pharo display bug

tbrunz
Richard,

It's pretty easy.  Surf to the 'issues' page of the Pharo repo, which is in
the 'pharo-project' organization in GitHub:

https://github.com/pharo-project/pharo/issues

Click the bright green "New issue" button, then describe away...

-Ted




--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: Pharo display bug

Torsten Bergmann
This is a known issue with FreeType - it happens in some images and in next automatically
built image it is gone. See all details in:

  https://github.com/pharo-project/pharo/issues/2336

Workaround:

Just go to the WorldMenu Pharo -> Settings (to open the SettingsBrowser)
 -> Appearance -> Switch the "Use Free Type" checkbox twice and fonts will be OK again

Thx
T.



> Gesendet: Samstag, 18. Januar 2020 um 19:29 Uhr
> Von: "tbrunz" <[hidden email]>
> An: [hidden email]
> Betreff: Re: [Pharo-users] Pharo display bug
>
> Richard,
>
> It's pretty easy.  Surf to the 'issues' page of the Pharo repo, which is in
> the 'pharo-project' organization in GitHub:
>
> https://github.com/pharo-project/pharo/issues
>
> Click the bright green "New issue" button, then describe away...
>
> -Ted
>
>
>
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Pharo display bug

Tim Mackinnon
I find that pressing save fixes it (it’s a cache corruption thing and very annoying - but it’s been hard to fix). It’s certainly improved since the last round of fixes but I still get it, and some things loaded in your image seem to trigger it more frequently (mirage was one of them)

Tim

Sent from my iPhone

> On 18 Jan 2020, at 18:48, Torsten Bergmann <[hidden email]> wrote:
>
> This is a known issue with FreeType - it happens in some images and in next automatically
> built image it is gone. See all details in:
>
>  https://github.com/pharo-project/pharo/issues/2336
>
> Workaround:
>
> Just go to the WorldMenu Pharo -> Settings (to open the SettingsBrowser)
> -> Appearance -> Switch the "Use Free Type" checkbox twice and fonts will be OK again
>
> Thx
> T.
>
>
>
>> Gesendet: Samstag, 18. Januar 2020 um 19:29 Uhr
>> Von: "tbrunz" <[hidden email]>
>> An: [hidden email]
>> Betreff: Re: [Pharo-users] Pharo display bug
>>
>> Richard,
>>
>> It's pretty easy.  Surf to the 'issues' page of the Pharo repo, which is in
>> the 'pharo-project' organization in GitHub:
>>
>> https://github.com/pharo-project/pharo/issues
>>
>> Click the bright green "New issue" button, then describe away...
>>
>> -Ted
>>
>>
>>
>>
>> --
>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo display bug

horrido
In reply to this post by Torsten Bergmann
Thanks! Works perfectly.



Torsten Bergmann wrote

> This is a known issue with FreeType - it happens in some images and in
> next automatically
> built image it is gone. See all details in:
>
>   https://github.com/pharo-project/pharo/issues/2336
>
> Workaround:
>
> Just go to the WorldMenu Pharo -> Settings (to open the SettingsBrowser)
>  -> Appearance -> Switch the "Use Free Type" checkbox twice and fonts will
> be OK again
>
> Thx
> T.
>
>
>
>> Gesendet: Samstag, 18. Januar 2020 um 19:29 Uhr
>> Von: "tbrunz" &lt;

> wild.ideas@

> &gt;
>> An:

> pharo-users@.pharo

>> Betreff: Re: [Pharo-users] Pharo display bug
>>
>> Richard,
>>
>> It's pretty easy.  Surf to the 'issues' page of the Pharo repo, which is
>> in
>> the 'pharo-project' organization in GitHub:
>>
>> https://github.com/pharo-project/pharo/issues
>>
>> Click the bright green "New issue" button, then describe away...
>>
>> -Ted
>>
>>
>>
>>
>> --
>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>>
>>





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: Pharo display bug

NorbertHartl
In reply to this post by horrido
Didn‘t you know pharo has a website? Did you have trouble finding the „Reporting issues“ section on the website? What went wrong with you and the available information?

Norbert

Am 18.01.2020 um 19:16 schrieb Richard Kenneth Eng <[hidden email]>:


I don't know how to report Pharo bugs, so I'll just mention that the Pharo IDE isn't displaying code properly. For example:

<image.png>


Look at "map cellAt: ". The 'A' and 't" are mashed together.

Another example:

<image.png>


Look at ":cellA:cellB | cellA energy ". It's not displaying the space between "cellA" and "energy".

This is more than just a display bug because how the hell are you supposed to edit this code???

Richard