|
|
@@ -214,7 +214,7 @@ This phase aimed to enhance the Command System to support robust, type-safe, and
|
|
|
- **Backspace Bug**: ✅ Fixed. Was a logical error in Lua's `lumacs_backward_delete_char` function regarding position calculation for `erase_char` and cursor update.
|
|
|
- **`EditorCoreTest.MoveCursorRight` Disabled**: This test has been temporarily disabled due to a persistent cursor corruption issue during `EditorCore`'s initialization in the test fixture, which needs separate debugging.
|
|
|
|
|
|
-- **`std::string::erase` Environmental Issue**: The `Buffer::erase` function (which uses `std::string::erase`) exhibits non-standard behavior in the current build environment, causing `std::string::erase(3,2)` on "Line one" to result in "Linone" instead of the expected "Lione". This is an environment/compiler/library specific problem. `RectangleManagerTest.KillRectangleBasic` is currently disabled due to this issue.
|
|
|
+
|
|
|
|
|
|
## General Instructions for the LLM Executor
|
|
|
|