Skip to content

Show similar or related components close together on the inspector #1525#1544

Draft
R-Camacho wants to merge 2 commits intomainfrom
1525-show-similar-or-related-components-close-together-on-the-inspector
Draft

Show similar or related components close together on the inspector #1525#1544
R-Camacho wants to merge 2 commits intomainfrom
1525-show-similar-or-related-components-close-together-on-the-inspector

Conversation

@R-Camacho
Copy link
Contributor

@R-Camacho R-Camacho commented May 17, 2025

Description

Created a new reflection trait to be able to categorize types. Then used that to group components into categories on the entity inspector.

Checklist

  • Self-review changes.
  • Evaluate impact on the documentation.
  • Ensure test coverage.
  • Write new samples.
  • Add entry to the changelog's unreleased section.

@github-actions github-actions bot added A-Engine B-Tools P-Urgent This issue is a big priority, and it would be good to close it ASAP labels May 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 17, 2025

PR Preview Action v1.6.2

🚀 View preview at
https://GameDevTecnico.github.io/cubos/preview/pr-1544/

Built to branch gh-pages at 2025-11-09 19:31 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@codecov
Copy link

codecov bot commented May 17, 2025

Codecov Report

❌ Patch coverage is 25.64103% with 87 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.01%. Comparing base (3fb5778) to head (09b0bab).

Files with missing lines Patch % Lines
engine/src/tools/entity_inspector/plugin.cpp 0.00% 87 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1544      +/-   ##
==========================================
- Coverage   51.76%   51.01%   -0.76%     
==========================================
  Files         501      503       +2     
  Lines       27267    25495    -1772     
  Branches     2550     2563      +13     
==========================================
- Hits        14114    13005    -1109     
+ Misses      13153    12490     -663     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@R-Camacho R-Camacho force-pushed the 1525-show-similar-or-related-components-close-together-on-the-inspector branch 3 times, most recently from 7e1a7fe to 0b7c73b Compare May 19, 2025 19:49
@R-Camacho R-Camacho self-assigned this May 19, 2025
@R-Camacho R-Camacho force-pushed the 1525-show-similar-or-related-components-close-together-on-the-inspector branch 6 times, most recently from 0c81a00 to 8b1a855 Compare May 23, 2025 12:13
@R-Camacho R-Camacho linked an issue May 25, 2025 that may be closed by this pull request
@R-Camacho R-Camacho force-pushed the 1525-show-similar-or-related-components-close-together-on-the-inspector branch 3 times, most recently from fb2484b to 8654a94 Compare July 16, 2025 12:46
@R-Camacho R-Camacho force-pushed the 1525-show-similar-or-related-components-close-together-on-the-inspector branch 3 times, most recently from d1918fd to d8c0df4 Compare November 9, 2025 17:51
@R-Camacho R-Camacho force-pushed the 1525-show-similar-or-related-components-close-together-on-the-inspector branch from d8c0df4 to 09b0bab Compare November 9, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Engine B-ImGui B-Tools P-Urgent This issue is a big priority, and it would be good to close it ASAP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show similar or related components close together on the inspector Allow selecting relation source/target entities in the inspector

2 participants