From Characters to Lines: Refactoring My Code Editor for Better Performance and Two-Way Scrolling
Mar 17, 2025 · 9 min read · In this article, I’ll walk you through how my code editor evolved into a more robust and efficient tool. In the previous article, I attempted to handle user input and text rendering at the character level. While this approach worked initially, it qui...
Join discussion