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

Show version number and # of connected clients (names) in the iTrace-core window #193

Open
shbonita opened this issue Nov 3, 2023 · 4 comments

Comments

@shbonita
Copy link
Contributor

shbonita commented Nov 3, 2023

To make it easy to see which version of Core you are using, the Core window's title bar should show the version number v.0.2.0 for example.

We need to read the version from some configuration file. I'm open to other options and how to go about propagating this to the release.

@swflint
Copy link

swflint commented Nov 3, 2023

What about a status bar at the bottom instead? If made general enough could also show number of connected clients and some other status information?

@shbonita shbonita changed the title Show version number in the title of the iTrace-core window Show version number in the iTrace-core window Nov 3, 2023
@shbonita shbonita changed the title Show version number in the iTrace-core window Show version number and # of connected clients (names) in the iTrace-core window Nov 3, 2023
@shbonita
Copy link
Contributor Author

shbonita commented Nov 3, 2023

@swflint great suggestion. I think we should have the version number and # of clients including which clients. For example

v.0.2.0, Clients connected: 2 (Eclipse, Chrome)

@swflint
Copy link

swflint commented Nov 3, 2023

Wouldn't showing which clients were connected require a change to client-core protocol? They'd have to transmit some information about themselves when they connect.

@shbonita
Copy link
Contributor Author

shbonita commented Nov 3, 2023

@swflint If that's needed, we will open separate issues on the plugin side once someone is assigned to this issue.

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

No branches or pull requests

2 participants