T O P I C R E V I E W |
DWS |
Posted - Mar 12 2013 : 08:17:06 AM Hello, let me start by saying that I really enjoy using VAX! I mostly work with C code, and many of my variables are arrays. I've noticed that only one color (default LightCyan) is used when highlighting references to arrays (I don't think I can change the text background in the post, so I've changed the text color):
myArray[i+1] = myArray[i];
I would much prefer if the other highlight color (default MistyRose) could be used when array elements are being modified:
myArray[i+1] = myArray[i];
Thanks for your consideration and have a good day!
Best regards, Dave |
3 L A T E S T R E P L I E S (Newest First) |
DWS |
Posted - Feb 22 2018 : 09:49:35 AM Awesome, I just tried, and it works as advertised! Thank you very much! -- Dave |
sean |
Posted - Feb 21 2018 : 5:50:19 PM case=4985 is fixed in build 2258 |
feline |
Posted - Mar 15 2013 : 12:10:56 PM I am seeing the same effect here. Thank you for the clear description.
case=4985
Hopefully this is not causing to many problems. |