Skip to content

Added sorting to world inspector#1576

Open
PedroSimoes24 wants to merge 1 commit into
mainfrom
1522-world-inspector-should-sort-entities-by-some-criterium
Open

Added sorting to world inspector#1576
PedroSimoes24 wants to merge 1 commit into
mainfrom
1522-world-inspector-should-sort-entities-by-some-criterium

Conversation

@PedroSimoes24
Copy link
Copy Markdown
Contributor

Add sorting option to World Inspector

The World Inspector now includes a sorting combo box that allows sorting entities by:

  • Name (ascending / descending)
  • ID (ascending / descending)

@PedroSimoes24 PedroSimoes24 requested a review from Fkatar November 1, 2025 00:15
@PedroSimoes24 PedroSimoes24 linked an issue Nov 1, 2025 that may be closed by this pull request
@github-actions github-actions Bot added A-Engine B-ImGui B-Tools P-Urgent This issue is a big priority, and it would be good to close it ASAP labels Nov 1, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Nov 1, 2025

PR Preview Action v1.6.2

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

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 1, 2025

Codecov Report

❌ Patch coverage is 0% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.98%. Comparing base (e2526be) to head (bbaa183).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
engine/src/tools/world_inspector/plugin.cpp 0.00% 48 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1576      +/-   ##
==========================================
- Coverage   51.72%   50.98%   -0.75%     
==========================================
  Files         499      501       +2     
  Lines       27241    25463    -1778     
  Branches     2549     2549              
==========================================
- Hits        14091    12982    -1109     
+ Misses      13150    12481     -669     

☔ 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.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

⚠️ Clang-Tidy found issue(s) with the introduced code (1/1)

Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
@PedroSimoes24 PedroSimoes24 force-pushed the 1522-world-inspector-should-sort-entities-by-some-criterium branch from c2080eb to 08fb57e Compare November 2, 2025 01:08
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

⚠️ Clang-Tidy found issue(s) with the introduced code (1/1)

Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
Comment thread engine/src/tools/world_inspector/plugin.cpp Outdated
@PedroSimoes24 PedroSimoes24 force-pushed the 1522-world-inspector-should-sort-entities-by-some-criterium branch from 08fb57e to bbaa183 Compare November 2, 2025 02:13
@RiscadoA RiscadoA removed their request for review November 20, 2025 19:30
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.

World inspector should sort entities by some criterium

1 participant