Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
520 stars 102 forks source link

Workspace and root files are now ordered by name. #634

Closed dbukki closed 1 year ago

dbukki commented 1 year ago

The issue originally mentions only workspaces not being in the correct order. But I noticed that root files in the file browser pane were also not ordered, and the fix is very similar in both cases (missing std::sort).

Fixes #626.

intjftw commented 1 year ago

@dbukki Can you please link the corresponding issue? Writing "Fixes #" will automatically link it.

dbukki commented 1 year ago

Fixes #626

mcserep commented 1 year ago

Fixes #626

You have to place that into the initial PR description to make it work, I have updated it.