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
80
Commits
1
Branch
0
Tags
5e1e39ca695bd5ffd436eaf782424d2832c01bcf
Commit Graph
3 Commits
Author
SHA1
Message
Date
Humza Shahid
5e1e39ca69
fixed two issues. First is that an exception occurred when sometimes moving cursor forwards. Cause of this issue was that callee functions depended on LineGap being moved to start of line, but this did not always happen (and now it does always happen). Second issue was that moving cursor down did not scroll as expected when line wrapped. The reason for this second issue was that the 'getStartLineAfter' function did not increment 'startLine' value in loop when line wrap occurred. Both issues are now fixed.
2024-10-28 22:54:28 +00:00
Humza Shahid
0ed5a23ade
some progress moving textWindow, but it is not perfect yet
2024-10-28 10:59:18 +00:00
Humza Shahid
4b1ee33954
begin moving text window when cursor goes off screen (currently, we only move the window when cursor goes backwards but this works fine and as expected)
2024-10-28 09:34:55 +00:00