This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c4fedc6434ef8fc93d1b22e1123cf281800f9db2
sml-projects
/
fcore
/
text-builder
History
Humza Shahid
169f96f459
fix exception when the buffer is empty
2025-09-16 04:35:49 +01:00
..
normal-mode-text-builder.sml
fix exception when the buffer is empty
2025-09-16 04:35:49 +01:00
search-bar.sml
add horizontal scrolling functionality to SearchBar
2025-09-14 10:07:43 +01:00
text-builder-utils.sml
when text is wide enough to be centered, also centre the search bar
2025-09-14 09:14:22 +01:00
text-builder-with-cursor.sml
in TextBuilder.build functions, when we encounter a space, check if we are before the scroll column's start, and set the x position to startX if so. This is done in preparation for the character which is actually at the scroll column's start, which will be added at the wrong offset unless we do this.
2025-09-14 08:42:46 +01:00
text-builder-with-highlight.sml
in TextBuilderWithHighlight.build, check when we encounter a \n if we would be past the last line, and return the acc if so, or else continue looping
2025-09-14 10:39:51 +01:00