You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our source have hex code coloring that begins and ends within the comment and non space characters follow.
Example, /*x'21'/M01x'20'12345 PGxx mm/dd/YY Change text /
becomes /#?/M01?2345 PGxx mm/dd/yy Change text */
The following characters in example (x'21', x'20', #?, ?) are actually only one character in the source, see bellow for images.
I only write this as I noticed the issue today on a member that another programmer was modifying and I was reviewing the code. I normally run a personal command, UNCOLOR, to remove these hex values from the source. So fixing this is a low priority for me but I understand this might be more meaningful to others to have fixed.
Attached is also a test member, seen below.
Context
Version
Code for IBM i version
2.0.2
Visual Studio Code version
1.78.2
Operating System
win32_x64
Active extensions
Binary Viewer (binary-viewer): 1.1.1
CL (vscode-clle): 1.1.1
Code Spell Checker (code-spell-checker): 2.20.5
Code for IBM i Walkthroughs (vscode-ibmi-walkthroughs): 0.3.1
Db2 for IBM i (vscode-db2i): 0.4.0
ESLint (vscode-eslint): 2.4.2
Emmet (emmet): 1.0.0
Error Lens (errorlens): 3.13.0
Excel Viewer (gc-excelviewer): 4.2.58
Git (git): 1.0.0
Git Base (git-base): 1.0.0
Git Graph (git-graph): 1.30.0
GitHub (github): 0.0.1
GitHub Authentication (github-authentication): 0.0.2
IBM i Notebooks (vscode-ibmi-notebooks): 0.0.6
JSON Language Features (json-language-features): 1.0.0
Merge Conflict (merge-conflict): 1.0.0
Microsoft Account (microsoft-authentication): 0.0.1
Node Debug Auto-attach (debug-auto-launch): 1.0.0
Overtype (overtype): 0.5.0
Partial Diff (partial-diff): 1.4.3
Project Dashboard (vscode-dashboard): 2.6.0
RPGLE (vscode-rpgle): 0.20.2
Rainbow CSV (rainbow-csv): 3.7.0
SQL Formatter VSCode (sql-formatter-vsc): 2.1.0
Text Marker (Highlighter) (text-marker): 1.11.0
Todo Tree (todo-tree): 0.0.226
TypeScript and JavaScript Language Features (typescript-language-features): 1.0.0
Version Lens (vscode-versionlens): 1.5.0
WSL: Recommender (remote-wsl-recommender): 0.0.19
XML Tools (xml): 2.5.1
classdiagram-ts (classdiagram-ts): 0.1.67
undefined (indent-rainbow): 8.3.1
Some of our source have hex code coloring that begins and ends within the comment and non space characters follow.
Example, /*x'21'/M01x'20'12345 PGxx mm/dd/YY Change text /
becomes /#?/M01?2345 PGxx mm/dd/yy Change text */
The following characters in example (x'21', x'20', #?, ?) are actually only one character in the source, see bellow for images.
I only write this as I noticed the issue today on a member that another programmer was modifying and I was reviewing the code. I normally run a personal command, UNCOLOR, to remove these hex values from the source. So fixing this is a
low priority
for me but I understand this might be more meaningful to others to have fixed.Attached is also a test member, seen below.
Active extensions
Remote system
Enabled features
Shell env
Variants
Errors
Image of test member for colors.
How it looks through SEU
HILITE.IMG.txt
The text was updated successfully, but these errors were encountered: