ID:94363
 
Resolved
BYOND Version:465
Operating System:Windows Vista Home Premium 64-bit
Web Browser:Firefox 3.5.9
Applies to:Dream Maker
Status: Resolved (467)

This issue has been resolved.
Duplicates:id:94466
<b>Descriptive Problem Summary:</b>
In the last version, the word "step" didn't get highlighted. Now it does, but the proc step() gets highlighted as well.

<b>Numbered Steps to Reproduce Problem:</b>
Just type step(ref,dir) in a DM-environment

<b>Code Snippet (if applicable) to Reproduce Problem:</b>
<dm>step(ref,dir)


Expected Results:
step(ref,dir)
for(var/i=0 to 10 step 2)


Actual Results:
step(ref,dir)
for(var/i=0 to 10 step 2

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked?

464

hah, so that's why we didn't highlight it before.