From 1d64d764acfd110c1717ba1602f194bd46a2e550 Mon Sep 17 00:00:00 2001
From: Leena Miettinen
Background Priority: Minimum priority, runs on idle CPUs. May leave 'performance' " "cores unused.
" "Normal Priority: Reduced priority compared to interactive work.
" - "Low Priority: Same priority as other clangd work."); + "Low Priority: Same priority as other clangd work.
"); const QString headerSourceSwitchToolTip = Tr::tr( - "Which C/C++ backend to use when switching between header and source file." - "
The clangd implementation has more capabilities, but also has some bugs not present " - "in the built-in variant." - "
When \"Try Both\" is selected, clangd will be employed only if the built-in variant " - "does not find anything."); + "
The C/C++ backend to use for switching between header and source files.
" + "While the clangd implementation has more capabilities than the built-in " + "code model, it tends to find false positives.
" + "When \"Try Both\" is selected, clangd is used only if the built-in variant " + "does not find anything.
"); using RankingModel = ClangdSettings::CompletionRankingModel; const QString completionRankingModelToolTip = Tr::tr( - "Which model clangd should use to rank possible completions." - "
This determines the order of candidates in the combo box when doing code completion." + "
Which model clangd should use to rank possible completions.
" + "This determines the order of candidates in the combo box when doing code completion.
" "The \"%1\" model used by default results from (pre-trained) machine learning and " - "provides superior results on average." + "provides superior results on average.
" "If you feel that its suggestions stray too much from your expectations for your " - "code base, you can try switching to the hand-crafted \"%2\" model.").arg( + "code base, you can try switching to the hand-crafted \"%2\" model.
").arg( ClangdSettings::rankingModelToDisplayString(RankingModel::DecisionForest), ClangdSettings::rankingModelToDisplayString(RankingModel::Heuristics)); const QString workerThreadsToolTip = Tr::tr(