Request: possibility to sort/group compiler hints

Claus Pedersen

Member³
When you compile a large package you could potentially get a lot of compiler hints: unused variables/parameters, unused assignments, user defined naming conventions etc.

Some of these could be more relevant than others, e.g. unused variables/parameters could indicate an error in the code whereas unused assignments could be intentional.

I would therefore like an option to sort/group the hints.
There a several options:
1) the text in the program window's output window could be sorted/grouped on user request (by line number or by hint type)
2) the different hint types could be colored as defined by the user
3) right-click on a hint could give the possibility to temporarily hide thid hint type

Best regards
Claus Pedersen
 
Back
Top