mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-12-01 06:52:53 -05:00
feat: Add side by side refactor widget (#276)
This commit is contained in:
@ -67,6 +67,14 @@ public:
|
||||
Utils::IntegerAspect readStringsBeforeCursor{this};
|
||||
Utils::IntegerAspect readStringsAfterCursor{this};
|
||||
|
||||
// Display Settings
|
||||
Utils::SelectionAspect displayMode{this};
|
||||
Utils::SelectionAspect widgetOrientation{this};
|
||||
Utils::IntegerAspect widgetMinWidth{this};
|
||||
Utils::IntegerAspect widgetMaxWidth{this};
|
||||
Utils::IntegerAspect widgetMinHeight{this};
|
||||
Utils::IntegerAspect widgetMaxHeight{this};
|
||||
|
||||
// Prompt Settings
|
||||
Utils::StringAspect systemPrompt{this};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user