GemTalk / Jadeite

IDE for GemStone Smalltalk application development using Rowan code management
MIT License
6 stars 2 forks source link

[3.2.12] Get rid of asterisk: fonts (and icons) in the project list #966

Closed LisaAlmarode closed 1 year ago

LisaAlmarode commented 1 year ago

The asterisk is not a good indicator for on-disk dirty state. A new font style needs to be used instead.

Alternately, we could replace the invariable three-golden-apples icon with different icons indicating dirtiness or skew.

ericwinger commented 1 year ago

Added tool tip for project list in browser & transcript. Removed icon. Test added. Here's Lisa's slack message with details:

Disk/image consistent
       regular font
Dirty on disk
       italic
Dirty in image
        bold, not italic
Dirty on disk; Dirty in image
        bold and italic
Skew in sha
        red
Skew in sha; Dirty on disk
         red and italic
Skew in sha; Dirty in image
         red and bold (not italic)
Skew in sha; Dirty on disk; Dirty in image
         red, bold, and italic
Does not exist on disk
         parens
Does not exist on disk; Dirty in image
         parens and bold (not italic)
[12:16](https://gemtalksystems.slack.com/archives/C03SKU8HL5V/p1668543360305189)
In case that wasn't clear, the first line is the actual hover help, and I've got the decorations following.
LisaAlmarode commented 1 year ago

The help text needs to be updated. Reopen, leave on my list until I have text to send to Eric.

LisaAlmarode commented 1 year ago

Reclose this in favor of #993; don't want to keep it hostage for help when the help update cycles is so different.