FogBugz (Case [Issue]20073) UI - StringMorph addEmphasis method

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

FogBugz (Case [Issue]20073) UI - StringMorph addEmphasis method

Pharo Issue Tracker
FogBugz Notification
avatar
Enhancement in Project:  UI: 1. Pharo Image  •  You are subscribed to this case
>>(now in Nautilus code there is emphasis computation based on magic numbers which is awful),

The bitmask numbers are described in StringMorph>>#emphasis: .

 

using + is wrong as these are bit-fields, it should be #bitOr: instead. 

there should probably also be a method for removing an emphasis as well using #bitClear:

<code>TextEmphasis narrow emphasisCode</code>  returns the wrong value.
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker