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
af15b974000070f53b3826d9ea9e4591cd70a6c3
sml-projects
/
shell
History
Humza Shahid
27c5d11dd7
code functions to build search list from a range in the buffer (not searching for every single match, but searching for visible matches on user's window)
2025-08-07 15:28:29 +01:00
..
exception-logger.sml
minor formatting changes to exception logging, and begin building from new search list functionality as well
2025-08-05 13:59:10 +01:00
gl-draw.sml
log exceptions that occur to a local file
2025-08-04 06:23:52 +01:00
gl-shaders.sml
add shader strings for open gl
2024-09-30 15:46:19 +01:00
search-thread.sml
don't return (buffer, searchList) tuple when building search list, but only return search list itself. (No point returning buffer as it is never modified or moved.)
2025-08-07 14:40:14 +01:00
shell.sml
code functions to build search list from a range in the buffer (not searching for every single match, but searching for visible matches on user's window)
2025-08-07 15:28:29 +01:00
update-thread.sml
use concurrency for rebuilding search list after deletion so we don't block main thread on very, very large files
2025-08-07 12:20:57 +01:00