In the hashtag window, for a given hashtag, the list is sorted by file/line number. This is pretty useless for me, and my suggestions is to sort by name (I have many items).
For example, in a given source file, I have these 2 lines:
// #logging LogStartup
// #logging LogQuitting
They appear in the log window as:
logging_system.cpp:78 LogStartup
logging_system.cpp:79 LogQuitting
My suggestion is to list them as:
logging_system.cpp:79 LogQuitting
logging_system.cpp:78 LogStartup
This is a minimal example, but by suggestion makes sense if you have tens of hashtags spread in different files.