mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-04 14:18:58 -05:00
This PR places all LMMS symbols into namespaces to eliminate any potential future name collisions between LMMS and third-party modules.
Also, this PR changes back `LmmsCore` to `Engine`, reverting c519921306 .
Co-authored-by: allejok96 <allejok96@gmail.com>
Check strings
This tool checks for invalid strings not necessarily in the code.
Background: When you move a lot of classes and files, the code may be OK, but many strings outside the code (translations, style.css, .gitmodules etc.) may still need to be updated. This script checks whether these strings are still matching the code.
Content:
check-strings: Script to check for invalid stringsverify: Script verifyingcheck-strings- expectation.txt: Expectation file for verify script