Details
-
Story Defect
-
Status: Open
-
Unset
-
Resolution: Unresolved
-
None
-
None
-
Second Life 3.7.7 (289490) Apr 23 2014 13:30:14 (Second Life Project Snowstorm)
Release Notes
You are at 221.8, 227.2, 60.5 in CCMTEST10 located at sim3014.aditi.lindenlab.com (216.82.16.133:13002)
SLURL: secondlife://Aditi/secondlife/CCMTEST10/222/227/60
(global coordinates 235998.0, 305635.0, 60.5)
Second Life Server 14.03.12.288004
Retrieving...
CPU: Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz (2300 MHz)
Memory: 16384 MB
OS Version: Mac OS X 10.9.2 Darwin 13.1.0 Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 x86_64
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: NVIDIA GeForce GT 750M OpenGL Engine
OpenGL Version: 2.1 NVIDIA-8.24.9 310.40.25f01
libcurl Version: libcurl/7.24.0 OpenSSL/0.9.8q zlib/1.2.5
J2C Decoder Version: KDU v7.0
Audio Driver Version: FMOD Ex 4.44.31
Qt Webkit Version: 4.7.1 (version number hard-coded)
Voice Server Version: Vivox 4.6.0009.20030
Built with GCC version 40201
Packets Lost: 11/5334 (0.2%)Second Life 3.7.7 (289490) Apr 23 2014 13:30:14 (Second Life Project Snowstorm) Release Notes You are at 221.8, 227.2, 60.5 in CCMTEST10 located at sim3014.aditi.lindenlab.com (216.82.16.133:13002) SLURL: secondlife://Aditi/secondlife/CCMTEST10/222/227/60 (global coordinates 235998.0, 305635.0, 60.5) Second Life Server 14.03.12.288004 Retrieving... CPU: Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz (2300 MHz) Memory: 16384 MB OS Version: Mac OS X 10.9.2 Darwin 13.1.0 Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 x86_64 Graphics Card Vendor: NVIDIA Corporation Graphics Card: NVIDIA GeForce GT 750M OpenGL Engine OpenGL Version: 2.1 NVIDIA-8.24.9 310.40.25f01 libcurl Version: libcurl/7.24.0 OpenSSL/0.9.8q zlib/1.2.5 J2C Decoder Version: KDU v7.0 Audio Driver Version: FMOD Ex 4.44.31 Qt Webkit Version: 4.7.1 (version number hard-coded) Voice Server Version: Vivox 4.6.0009.20030 Built with GCC version 40201 Packets Lost: 11/5334 (0.2%)
Description
With the DRTVWR-351 viewer, I see that different keyword types have (as far as I can perceive them) the same highlight color. Here are the ambiguities as I see them:
- events, string constants, and key constants are all light blue
- functions and float constants are both purple
- rotation and vector constants are both green
- they're also just a slightly lighter shade of green than a string
Syntax highlighting colors should be unambiguous - each of these keyword types should be perceptibly unique, and not black (black indicates that no keyword is recognized, which you'd see in a variable name, for example)
Here's the text from my screenshot:
attach // LSL event
|
DEBUG_CHANNEL // LSL integer constant
|
DEG_TO_RAD // LSL float constant
|
EOF // LSL string constant
|
TEXTURE_DEFAULT // LSL key constant
|
ZERO_ROTATION // LSL float constant
|
ZERO_VECTOR // LSL vector constant
|
llAbs // LSL function
|
"hello" // a string
|