feat: Add refactor editor widget

This commit is contained in:
Petr Mironychev
2025-11-22 13:00:00 +01:00
parent 07de415346
commit 0aed886e31
11 changed files with 1420 additions and 7 deletions

View File

@ -67,6 +67,9 @@ public:
Utils::IntegerAspect readStringsBeforeCursor{this};
Utils::IntegerAspect readStringsAfterCursor{this};
// Display Settings
Utils::SelectionAspect displayMode{this};
// Prompt Settings
Utils::StringAspect systemPrompt{this};