From 72126a12899fcfbdb1261c4acd9cbf33eecc8378 Mon Sep 17 00:00:00 2001 From: Kit <74026992+aouwt@users.noreply.github.com> Date: Fri, 5 Nov 2021 00:46:28 -0400 Subject: [PATCH] Make `$NOPREFIX`-friendly versions of `$COLOR` includes (#206) * Create `$NOPREFIX`-friendly version of `color0.bi` * Create color32_noprefix.bi * add conditional for noprefix $color * oh. it was that easy? * Update CHANGELOG.md * Update help files [ci-skip] Co-authored-by: all-other-usernames-were-taken <74026992+all-other-usernames-were-taken@users.noreply.github.com> --- CHANGELOG.md | 1 + internal/help/$COLOR.txt | 14 +- internal/support/color/color0_noprefix.bi | 19 ++ internal/support/color/color32_noprefix.bi | 272 +++++++++++++++++++++ source/qb64.bas | 25 +- 5 files changed, 325 insertions(+), 6 deletions(-) create mode 100644 internal/support/color/color0_noprefix.bi create mode 100644 internal/support/color/color32_noprefix.bi diff --git a/CHANGELOG.md b/CHANGELOG.md index 9453d8438..f29b29b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Implement the `_Bin$` function as counterpart to `&B` prefixed number strings. Usage is analog to the legacy OCT$ and HEX$ functions. - Add "Check For Newer Version" option in the Help menu. - Save Watch Panel position and size. +- Add `$NOPREFIX` support for `$COLOR`