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.