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
25046dcb8849787e87cf41188ca1652eb2350392
sml-projects
/
fcore
History
Humza Shahid
25046dcb88
bug fix to search-list.sml's 'moveRightAndDelete' function by possibly deleting if start > finish, rather than terminating
2024-11-18 11:29:54 +00:00
..
app-type.sml
add search list to app type
2024-11-14 08:12:27 +00:00
app-update.sml
in search-list.sml: fix 'delRightFromHere' and 'delLeftFromHere' functions which joined newHd with left/right, rather than the tl, and therefore added new numbers to the list, which is incorrect behaviour. Fixed this by using joining with 'tl' rather than left/right. In build-search-list.sml: make fromRange function return tuple instead of an instance of app. Finally, in app-update.sml: progress towards refactoring 'helpRemoveChr' function to map and delete from searchList as desired.
2024-11-17 09:25:01 +00:00
app-with.sml
simplify and rewrite function 'del' in search-list.sml
2024-11-16 08:33:26 +00:00
bin-search.sml
fix exception in bin-search.sml, by making sure that forwardLinearSearch always starts at 0 or more
2024-11-15 09:24:48 +00:00
build-search-list.sml
in search-list.sml: fix 'delRightFromHere' and 'delLeftFromHere' functions which joined newHd with left/right, rather than the tl, and therefore added new numbers to the list, which is incorrect behaviour. Fixed this by using joining with 'tl' rather than left/right. In build-search-list.sml: make fromRange function return tuple instead of an instance of app. Finally, in app-update.sml: progress towards refactoring 'helpRemoveChr' function to map and delete from searchList as desired.
2024-11-17 09:25:01 +00:00
cursor.sml
make 'de', 'dE', 'dj' and 'dk' commands work similarly to vi (details are in comments)
2024-11-14 08:57:31 +00:00
rect.sml
replace text-builder.sml's 'buildCursor' function with a new 'Rect.lerp' function (which is in fcore/rect.sml)
2024-11-15 21:14:43 +00:00
search-list.sml
bug fix to search-list.sml's 'moveRightAndDelete' function by possibly deleting if start > finish, rather than terminating
2024-11-18 11:29:54 +00:00
text-builder.sml
replace text-builder.sml's 'buildCursor' function with a new 'Rect.lerp' function (which is in fcore/rect.sml)
2024-11-15 21:14:43 +00:00
text-constants.sml
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
text-window.sml
progress implementing searchList data structure
2024-11-11 13:23:37 +00:00