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}},
|
||||
showProgressWidget,
|
||||
useOpenFilesContext,
|
||||
abortAssistOnRequest};
|
||||
abortAssistOnRequest,
|
||||
ignoreWhitespaceInCharCount};
|
||||
|
||||
auto autoTriggerSettings = Column{
|
||||
Row{autoCompletionCharThreshold,
|
||||
@ -373,8 +374,7 @@ CodeCompletionSettings::CodeCompletionSettings()
|
||||
|
||||
auto hintTriggerSettings = Column{
|
||||
Row{hintCharThreshold, hintHideTimeout, Stretch{1}},
|
||||
Row{hintTriggerKey, Stretch{1}},
|
||||
ignoreWhitespaceInCharCount};
|
||||
Row{hintTriggerKey, Stretch{1}}};
|
||||
|
||||
return Column{Row{Stretch{1}, resetToDefaults},
|
||||
Space{8},
|
||||
|
||||
Reference in New Issue
Block a user