mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-22 02:22:44 -05:00
chore: Move settings it setups
This commit is contained in:
@ -363,7 +363,8 @@ CodeCompletionSettings::CodeCompletionSettings()
|
|||||||
Row{completionTriggerMode, Stretch{1}},
|
Row{completionTriggerMode, Stretch{1}},
|
||||||
showProgressWidget,
|
showProgressWidget,
|
||||||
useOpenFilesContext,
|
useOpenFilesContext,
|
||||||
abortAssistOnRequest};
|
abortAssistOnRequest,
|
||||||
|
ignoreWhitespaceInCharCount};
|
||||||
|
|
||||||
auto autoTriggerSettings = Column{
|
auto autoTriggerSettings = Column{
|
||||||
Row{autoCompletionCharThreshold,
|
Row{autoCompletionCharThreshold,
|
||||||
@ -373,8 +374,7 @@ CodeCompletionSettings::CodeCompletionSettings()
|
|||||||
|
|
||||||
auto hintTriggerSettings = Column{
|
auto hintTriggerSettings = Column{
|
||||||
Row{hintCharThreshold, hintHideTimeout, Stretch{1}},
|
Row{hintCharThreshold, hintHideTimeout, Stretch{1}},
|
||||||
Row{hintTriggerKey, Stretch{1}},
|
Row{hintTriggerKey, Stretch{1}}};
|
||||||
ignoreWhitespaceInCharCount};
|
|
||||||
|
|
||||||
return Column{Row{Stretch{1}, resetToDefaults},
|
return Column{Row{Stretch{1}, resetToDefaults},
|
||||||
Space{8},
|
Space{8},
|
||||||
|
|||||||
Reference in New Issue
Block a user