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

Populate properties window on click of a row in events table #357

Merged
merged 1 commit into from May 19, 2021
Merged

Populate properties window on click of a row in events table #357

merged 1 commit into from May 19, 2021

Conversation

ghost
Copy link

@ghost ghost commented May 7, 2021

fixes #348

Signed-off-by: muddana-satish satish.muddana@ericsson.com

@ghost ghost requested review from PatrickTasse, bhufmann and MatthewKhouzam May 7, 2021 00:20
fixes #348

Signed-off-by: muddana-satish <satish.muddana@ericsson.com>
@ghost ghost self-assigned this May 7, 2021
@ghost ghost added the enhancement New feature or request label May 7, 2021
Copy link
Contributor

@MatthewKhouzam MatthewKhouzam left a comment

Choose a reason for hiding this comment

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

Looks good, but I have one field underlined:
image
Any ideas on why?

Copy link
Contributor

@MatthewKhouzam MatthewKhouzam left a comment

Choose a reason for hiding this comment

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

For later, let's handle hyperlinks?

Copy link
Collaborator

@bhufmann bhufmann left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for the improvement

@bhufmann
Copy link
Collaborator

For later, let's handle hyperlinks?

I think in the Properties view, if the key is "Source" the TraceExplorerTooltipWidget assumes that the value is a source code location. It tries to match filename and line number and adds a handler to open the file. The assumption is not always correct, because the Source column could be, for example, source IP address or similar things. So, this source code lookup feature will need to be addressed differently (more standardize), which is outside the scope of this PR. I'll open a new PR for to track this.

@bhufmann bhufmann merged commit c52ced2 into eclipse-cdt-cloud:master May 19, 2021
@ghost ghost deleted the event-properties branch June 8, 2021 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate properties window for Events table
2 participants