forked from qt-creator/qt-creator
Tasks: Show tool tips with information about the categories
When hovering an entry in the filter menu in the Issues view. Also remove some categories that shouldn't be there. Change-Id: Ifb367d69b9396c2fdc45b83ec5ffd88ac2f0eda7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -205,8 +205,13 @@ void QmlJSEditorPlugin::extensionsInitialized()
|
||||
FileIconProvider::registerIconOverlayForMimeType(ProjectExplorer::Constants::FILEOVERLAY_UI,
|
||||
"application/x-qt.ui+qml");
|
||||
|
||||
TaskHub::addCategory({Constants::TASK_CATEGORY_QML, Tr::tr("QML")});
|
||||
TaskHub::addCategory({Constants::TASK_CATEGORY_QML_ANALYSIS, Tr::tr("QML Analysis"), false});
|
||||
TaskHub::addCategory({Constants::TASK_CATEGORY_QML,
|
||||
Tr::tr("QML"),
|
||||
Tr::tr("Issues that the QML code parser found.")});
|
||||
TaskHub::addCategory({Constants::TASK_CATEGORY_QML_ANALYSIS,
|
||||
Tr::tr("QML Analysis"),
|
||||
Tr::tr("Issues that the QML static analyzer found."),
|
||||
false});
|
||||
QmllsSettingsManager::instance()->setupAutoupdate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user