Skip to content

Codelite 12 Search in Files no longer 'organized' #2020

@hipnition

Description

@hipnition

In Codelite 11, the file list of searched resulting files were organized by directories. In Codelite 12, the file list is seemingly random. When searching for a word that may yield many resulting files, Codelite 11 was much more helpful because I could at a glance eliminate groups of files. It is much harder in Codelite 12. (Though 12 seems to be faster!)

For example,
11:
display/x.c
display/y.c
board/x.c
board/y.c

12:
display/x.c
board/x.c
board/y.c
display/y.c

If I know I'm looking for a hit in 'display' you can see how 11 is better. This is a simple example. Our projects have 100s of files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions