GemTalk / Jadeite

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

[3.2.13pr1] Project tab text uses isDirty and it's unclear if disk or image or both is meant #979

Closed LisaAlmarode closed 1 year ago

LisaAlmarode commented 1 year ago

The project browser project list uses bold and italic for dirty in image and dirty on disk.

However, the project tab shows only isDirty: pane, and confirming the current font styling against status in hover help against the project tab is not making sense.

I'd like to have the project tab include both status for dirty on disk and dirty in the image. Failing that, the label isDirty should identify exactly what it is that is dirty.

image

ericwinger commented 1 year ago

The hover help text in the project list is now used in the project info tab.

LisaAlmarode commented 1 year ago

The hover help doesn't update immediately.
Test case: make method change. Font of project updates correctly (to bold). Click on project tab. This is correct (image dirty). Hover over project. This has the previous status. photoOfScreen

LisaAlmarode commented 1 year ago

project tab status could use a separator: DirtyOnDiskDirtyInImage

ericwinger commented 1 year ago

space separator added and hover help status updated every time to capture disk status changes that happened outside Jadeite.