1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 07:00:23 +00:00
QB64-PE/source/utilities/s-buffer
Roland Heyder ba90208c27 Add external dependencies checks
- tracks required external files for changes and triggers a rebuild if needed
- $EXEICON file
- $MIDISOUNDFONT (incl. the DEFAULT one)
- $INCLUDE (incl. nested ones)
- $EMBED files
- internal includes as forced by $COLOR or $DEBUG
2024-01-30 13:04:03 +01: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 Avoid excessive disk access while typing 2022-08-25 01:14:29 +02:00
simplebuffer.bm Add external dependencies checks 2024-01-30 13:04:03 +01: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.