Submitted by LovelyA72 on
Right now header file in UECIDE shares the same icon file with c++ source file. This can sometimes be an inconvenience since when working with two files with the same file name but different extension(e.g., ADPCM.cpp and ADPCM.h). If header file has its icon, it will be much easier to identify it's a header file.
Thanks
Comments
That's a mistake. It really
Submitted by matt on
That's a mistake. It really should have a different icon.
I've uncoupled the icons from
Submitted by matt on
I've uncoupled the icons from the file type grouping and mapped it 1:1 in the icons.txt file by file extension. Adding more icons for different file types is now just a case of adding them to the configuration for an icon set.
Pages