QodeAssist/context
Povilas Kanapickas 3dc0d910bf
fix: Fix off by one errors in getContext{Before,After}() (#94)
This also specifies what exactly getContext*() functions do. Before this
commit linesCount was sometimes interpreted as exclusive of current
line, which was confusing as linesCount + 1 lines were being returned.
2025-03-05 19:32:53 +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 fix: Fix off by one errors in getContext{Before,After}() (#94) 2025-03-05 19:32:53 +01:00
DocumentContextReader.hpp fix: Fix off by one errors in getContext{Before,After}() (#94) 2025-03-05 19:32:53 +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