BMagic Snippet Manager

Started by airr, March 02, 2025, 02:54:08 PM

Previous topic - Next topic

airr

Took a stab at creating a Snippet Manager in BCX.  This started as an experiment with Windows DarkMode, and runs okay on my Win11Pro 23H2 system.

Note:  This successfully builds using the included _build.cmd file and Pelles.  There's some DarkMode issues when building with MSVC with the ListView.

This is a DarkMode app (see screenshots); I didn't include a way to toggle that because it would require additional conditional code blocks and I'm lazy.  ;D

Modify the section at the top of the cmd file to specify your paths to Pelles and BCX.

This is using the RaEdit C conversion, and Sqlite.

Additional note:  The sqlite3.dll and the snippets.db files MUST be in the same location as the BMagic.exe executable.

Released with an MIT License, do with it as you will....

AIR.

Quin

This is pretty cool. Thanks for sharing! Just got it to build myself on Win 10 21H2 :)
-Quin.
GitHub

jbk

thank you airr, been looking forward to this, was afraid you had forgotten about it 😁

dragon57