jackyglony / objectiveclipse

Automatically exported from code.google.com/p/objectiveclipse
0 stars 0 forks source link

.m files have .c icon #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When creating a .m file, the .c icon is used (since that's contributed by the C 
editor). Use a .m file 
instead if possible.

Original issue reported on code.google.com by alex.ble...@gmail.com on 22 Apr 2009 at 12:20

GoogleCodeExporter commented 9 years ago
Note that other editors have .c icons, like a CPP version. This comes about 
because we define the objCSoruce to 
be a subtype of cSource, which in turn is bound to the CEditor. Might have to 
create a new editor if we want the 
file icon to be changed.

Original comment by alex.ble...@gmail.com on 22 Apr 2009 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by alex.ble...@gmail.com on 6 Jul 2009 at 8:24