2008/5/1 Christian J. Robinson <[EMAIL PROTECTED]>: > > Are icons tied with MIME system? So it will be different icon for > > HTML file, different for C++ .h header? > > Actually, Vim already has the filetype detection system, so an icon > for each filetype could be defined. > > I like this idea, but only if it can be implemented for all--or at > least most--of the GUI interfaces. And, of course, it should be > possible to turn the icons in the tabs off.
The same icon is currently always used, it's a first version of the patch :-) GTK provides a way to get icons from the current theme of the user, so I guess it should be possible to display the correct icon based on the mime type of the file. However, I can work on this only for GTK, as I don't have any Windows or Mac at hand. Also, I don't know what would be the best way to disable these icons. I would like to get Bram's feedback before continuing to work on this. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
