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

[glass] Add NetworkTables view entry order setting #7715

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rmheuer
Copy link
Contributor

@rmheuer rmheuer commented Jan 21, 2025

This adds a setting to the NetworkTables window to group entries and subtables together, similar to how many IDEs organize the project file tree. For me, organizing the entries this way makes it easier to find what I'm looking for, and I think it likely would for other people as well.

This adds 3 modes:

  • Combined (default): Same behavior as previously, with all entries and subtables together in alphabetical order.
    combined
  • Entries First: All entries are placed above subtables in the tree view
    entries first
  • Subtables First: All subtables are placed above entries in the tree view
    subtables first

@rmheuer rmheuer requested a review from a team as a code owner January 21, 2025 04:51
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.

2 participants