Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Subscribe feature for status updates #685

Merged
merged 7 commits into from
Apr 30, 2021
Merged

Use Subscribe feature for status updates #685

merged 7 commits into from
Apr 30, 2021

Conversation

e9gille
Copy link
Contributor

@e9gille e9gille commented Apr 15, 2021

No description provided.

@e9gille e9gille requested a review from JonnersW April 15, 2021 05:59
@e9gille e9gille marked this pull request as ready for review April 23, 2021 12:47
@e9gille
Copy link
Contributor Author

e9gille commented Apr 29, 2021

This looks good, tested with 18.0 and 18.1 and the fallback seems to work as expected.
Could you add CampactCount and GarbageCount to the statusbar (maybe as CC: and GC: respectively). If you could add a hint to the statusbar items as well so they have a full description I think that wouldn't hurt.

@e9gille e9gille changed the title preparation for status updates Use Subscribe feature for status updates Apr 29, 2021
index.html Outdated
<div id=sb_trap class=right title="Trap Event" hidden>⎕TRAP</div>
<div id=sb_dq class=right title="Dequeue Events" hidden>⎕DQ: </div>
<div id=sb_threads class=right title="Thread Count" hidden>&: </div>
<div id=sb_cc class=right title="Compact Cleaner" hidden>CC: </div>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe should say Count of compactions performed

src/ide.js Outdated
Comment on lines 757 to 758
I.sb_cc.classList.toggle('active', x.CompactCount !== 1);
I.sb_gc.classList.toggle('active', x.GarbageCount !== 0);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 2 will only ever increase, so either don't make them active or (if we want to indicate when an increase happens) activate them on increase and then let them fade back after some time.

@JonnersW JonnersW merged commit ba7d214 into master Apr 30, 2021
@JonnersW JonnersW deleted the iss645 branch April 30, 2021 12:37
@e9gille e9gille mentioned this pull request May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rationalise & Enhance Status Information Show system variables in status bar
2 participants