Behind the scenes of building Runestone. Working on (performantly) scrolling the viewport when selection changes.
Decided to also center the selection after moving out of the left or right edge of the visible bounds. This aligns with what Nova, my favorite text editor on macOS does, and it feels very natural.
Hi @simonbs, is there a plan to make it open source? Also, how does it compare to STTextView by @krzyzanowskim ?
@HassanTaleb @krzyzanowskim It will be open-source. I don't know how it compares to STTextView. I'm not building a text editor to compete with others. I'm building a text editor because I enjoy doing so.
@simonbs What I meant by comparison is understanding the unique features that your text editor offers. For instance, does your editor have features like code folding or placeholders? And if not, is there a plan to add them?