question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add a new right-aligned "description" property to TreeItems

See original GitHub issue

Similar to the timestamp in the Timeline view, it would be nice to have the ability to have a string that would be rendered right-aligned for each tree item.

Maybe something like:

export class TreeItem {
    label?: string;
    description?: string | boolean;
    ...
    endDescription?: string; // or endDetails? or even just details, but that feels wrong given the other usages of details
}

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:8
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
alexr00commented, Oct 8, 2020

Current: image

Example where we hide the right-aligned description on hover when the action is shown: recording (23)

Example in the panel: image

0reactions
alexr00commented, Jun 14, 2022

No plans for this as yet. If folks who would use this could provide some details about what problem it would solve for them it would help us to prioritize this though.

Read more comments on GitHub >

github_iconTop Results From Across the Web

changing treeview's font and size - java - Stack Overflow
You appear to be using String as the value type so you should have, for example: TreeItem<String> chats = new TreeItem<>("chats"); // and ......
Read more >
Re: TreeItem with right-aligned delete button - WPF Discussion ...
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
Read more >
Style RadTreeViewItem to Stretch to full horizontal width - Telerik
I have three items of bound data I want to show in a treeitem. ... an image indicating a status that is to...
Read more >
TableCell API - Material UI - MUI
For examples and details on the usage of this React component, ... Monetary or generally number fields should be right aligned as that...
Read more >
RichTextLabel - Godot Docs
Property Descriptions ¶ ... If true , the label uses BBCode formatting. Note: Trying to alter the RichTextLabel 's text with add_text will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found