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
b556fc7d6363fd1a276c650947a5873b0c7e6a3c
sml-projects
/
fcore
/
text-builder
History
Humza Shahid
428208f9bf
when text is wide enough to be centered, also centre the search bar
2025-09-14 09:14:22 +01:00
..
normal-mode-text-builder.sml
modify 'TextBuilder.initEnv' function to take 'startX' and 'startY' parameters, instead of hardcoding the startX/Y inside the function, and change width/height calculations to take these parameters into account
2025-09-14 08:24:37 +01:00
search-bar.sml
when text is wide enough to be centered, also centre the search bar
2025-09-14 09:14:22 +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 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