Generic highlighter: Fix matching the right definition
No longer uses artificial mime types for highlighting files that do not
specify a mime type. No longer registers mime types that are specified
but that Qt Creator does not know about.
Instead, try to match the mime type, and if that fails, or if the result
does not match the file name pattern, try to match file name patterns
instead.
This also fixes the potential problem that mime types were always only
added, never removed, even if the user removed definitions and triggered
a reparse.
Also fixes that a highlight definition in the fallback location could
overwrite a highlight definition in the preferred location, if it has a
higher priority setting.
Task-number: QTCREATORBUG-13912
Change-Id: I86ce10f4f4341f6add0d2b58a04f080501d0cbf4
Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
Showing
- src/plugins/texteditor/generichighlighter/highlightersettingspage.cpp 8 additions, 8 deletions...texteditor/generichighlighter/highlightersettingspage.cpp
- src/plugins/texteditor/generichighlighter/highlightersettingspage.h 1 addition, 1 deletion...s/texteditor/generichighlighter/highlightersettingspage.h
- src/plugins/texteditor/generichighlighter/manager.cpp 88 additions, 125 deletionssrc/plugins/texteditor/generichighlighter/manager.cpp
- src/plugins/texteditor/generichighlighter/manager.h 8 additions, 6 deletionssrc/plugins/texteditor/generichighlighter/manager.h
- src/plugins/texteditor/highlighterutils.cpp 2 additions, 28 deletionssrc/plugins/texteditor/highlighterutils.cpp
- src/plugins/texteditor/highlighterutils.h 1 addition, 3 deletionssrc/plugins/texteditor/highlighterutils.h
- src/plugins/texteditor/texteditor.cpp 3 additions, 2 deletionssrc/plugins/texteditor/texteditor.cpp
- src/plugins/texteditor/texteditorplugin.cpp 1 addition, 1 deletionsrc/plugins/texteditor/texteditorplugin.cpp
Loading
Please register or sign in to comment