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
b9e2da3ff9fbcc54efd72cd7b52a6c9d0af053fb
sml-projects
/
fcore
/
text-builder
History
Humza Shahid
b9e2da3ff9
add function to skip to first visible column in TextBuilderWithCursor (sometimes the function is buggy, which I need to fix)
2025-09-13 00:02:44 +01:00
..
normal-mode-text-builder.sml
fix bugs in implementing and using text buffer. Some functions did not save the drawMsg to the app's state, which we means we didn't draw in those cases. The text builder functions also drew cursors on characters even when the cursor is not at this position. Both of these bugs are fixed.
2025-09-12 23:21:53 +01:00
text-builder-utils.sml
create text builder function to call for normal mode
2025-09-12 12:05:57 +01:00
text-builder-with-cursor.sml
add function to skip to first visible column in TextBuilderWithCursor (sometimes the function is buggy, which I need to fix)
2025-09-13 00:02:44 +01:00
text-builder-with-highlight.sml
fix bugs in implementing and using text buffer. Some functions did not save the drawMsg to the app's state, which we means we didn't draw in those cases. The text builder functions also drew cursors on characters even when the cursor is not at this position. Both of these bugs are fixed.
2025-09-12 23:21:53 +01:00