Hi Leandro,

> > > One problem that you forgot to ask QtCreator developers.
> > > 
> > > But at least, it is not my problems anymore.
> > 
> > No, we didn't.
> > 
> > David Faure: "IMHO the editing of MIME types in Qt Creator should be
> > removed. I asked danimo and he was very surprised to hear that such a
> > thing existed."
> 
> I guess that simply means that danimo was not aware of the mime settings
> feature. Maybe because it's a relatively recent one (since the beginning
> of the year).
> 
> Anyway, we don't have to keep this feature. It's just one alternative we
> currently have to solve a few related issues: It allows users who want
> to use their own extensions types with our specific editors through a
> simple mechanism; The low-level magic matcher interface is particularly
> useful for the generic highlighter. Note that, as opposed to Kate, we
> don't own the highlight definitions (we ship just a few of them), so we
> can't do much beforehand on mime types that we don't know about. At
> least, in a generic cross-platform way...
> 
> There are other solutions, but in general I think it boils down to the
> fact that we don't have a proper mime database (it's really the app
> itself). So as Andre pointed, once we have the proper support in Qt we
> can implement the necessary changes in Creator.

It took me a while but I have a code base now for QtCreator that keeps all 
previous functionality.

For that I separated the MIME type handling code in QtCreator in the stuff that 
is also in qmime and the application-specific code that needs to run on top of 
that. The continued development in the qmime repository made this task quite 
challenging. Until the code in qmime becomes a part of Qt 5 I'd likd to keep 
the code synchronzied between the qmime and the QtCreator repository.

Who should I contact about adding my changes into QtCreator? My favorite 
scenario would be to add a branch where I add changes step by step. Is there a 
review person I should contact? How do you integrate contributors into the 
QtCreator team?

Thanks in advance

Michael
_______________________________________________
Qt5-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to