1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 23:35:13 +00:00
QB64-PE/source/utilities/s-buffer/readme.txt
Roland Heyder 51667125c9 Avoid excessive disk access while typing
- No longer constantly (over)writes files in the `internal\temp` folder while typing in the IDE, as the generated C/C++ code is buffered internally now.
- Buffers are automatically written out to disk on a `Make` request (F5/F11).
2022-08-25 01:14:29 +02:00

9 lines
488 B
Plaintext

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 can be downloaded from the respective forum post here:
https://qb64phoenix.com/forum/showthread.php?tid=486
Note: The sb_qb64_extension.bi/.bm files are not part of the buffer system.
These files provide glue code for use of the system inside qb64pe.