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
668dd076994c3774b7d9b406f8cc4e7d2623a51f
sml-projects
/
fcore
/
text-builder
History
Humza Shahid
a3b00e09d8
port over bug fixes from mutually recursive functions from test-builder-with-cursor.sml to text-builder-with-highlight.sml
2025-09-13 03:02:13 +01:00
..
normal-mode-text-builder.sml
in BinSearch.equalOrMore and BinSearch.equalOrLess, return ~1 if no item is found, for the sake of less ambiguity in usage. Functions that call these have also been adapted.
2025-09-13 02:18:14 +01:00
text-builder-utils.sml
fix bug in 'TextBuilderUtils.initEnv'. When we have a wide enough space that we can centre the text, we set the 'scrollColumnEnd' field to the length of how many columns we can display. However, we want 'scrollColumnEnd' to contain the last column that can be drawn, not the length of how many columns we can draw. So now we have fixed tis.
2025-09-13 01:16:29 +01:00
text-builder-with-cursor.sml
port over bug fixes from mutually recursive functions from test-builder-with-cursor.sml to text-builder-with-highlight.sml
2025-09-13 03:02:13 +01:00
text-builder-with-highlight.sml
port over bug fixes from mutually recursive functions from test-builder-with-cursor.sml to text-builder-with-highlight.sml
2025-09-13 03:02:13 +01:00