QodeAssist/context
Povilas Kanapickas bcf7b6c226
refactor: Make DocumentContextReader usable outside Qt Creator context (#89)
This makes it possible to write simple unit tests for it without running
full Qt Creator. Not coupling DocumentContextReader to
TextEditor::TextDocument unnecessarily is also a better design in
general.
2025-03-05 01:53:02 +01:00
..
ChangesManager.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ChangesManager.h chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
CMakeLists.txt feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
ContentFile.hpp Upgrade to version 0.4.4 2025-01-08 02:05:25 +01:00
ContextManager.cpp feat: Add Google AI provider and template 2025-02-25 14:26:56 +01:00
ContextManager.hpp feat: Add Google AI provider and template 2025-02-25 14:26:56 +01:00
DocumentContextReader.cpp refactor: Make DocumentContextReader usable outside Qt Creator context (#89) 2025-03-05 01:53:02 +01:00
DocumentContextReader.hpp refactor: Make DocumentContextReader usable outside Qt Creator context (#89) 2025-03-05 01:53:02 +01:00
ProgrammingLanguage.cpp feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
ProgrammingLanguage.hpp feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
TokenUtils.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
TokenUtils.hpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00