1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 03:14:45 +00:00
QB64-PE/source/utilities/s-buffer
Roland Heyder 4e49a54e2b Update buffer system
- required changes (add line seek modes)
2024-06-23 17:49:32 +02:00
..
readme.txt Simplebuffers refactoring 2022-11-04 23:08:42 +01:00
sb_qb64pe_extension.bi Avoid excessive disk access while typing 2022-08-25 01:14:29 +02:00
sb_qb64pe_extension.bm General refactoring 2023-02-12 19:47:01 +01:00
simplebuffer.bi Update buffer system 2024-06-23 17:49:32 +02:00
simplebuffer.bm Update buffer system 2024-06-23 17:49:32 +02:00

This is a massively reduced version of "The Simplebuffer System" library
by RhoSigma. The full package with many more functions for bookmarking,
searching, copy'n'paste and EOL conversion, inclusive documentation and
examples is part of the author's "Libraries Collection" and can be found
for download at the respective forum thread here:
    https://qb64phoenix.com/forum/forumdisplay.php?fid=23

Note: The sb_qb64_extension.bi/.bm files are not part of the buffer system.
      These files provide glue code for use of the buffers inside qb64pe.