ID:79047
 
BYOND Version:451
Operating System:Windows XP Pro
Web Browser:Firefox 3.5.2
Status: Deferred

This issue may be low priority or very difficult to fix, and has been put on the back burner for the time being.
Descriptive Problem Summary:

Numbered Steps to Reproduce Problem:
Code Snippet provided.

Code Snippet (if applicable) to Reproduce Problem:
#define exportserver "byond://127.0.0.1:65535"


Expected Results:

byond://127.0.0.1:65535 to stay the color of the Preprocessor.

Actual Results:

After the // it colors as a comment, but stays as preprocessor text.

Does the problem occur:
Every time? Or how often? Everytime
In other games? DM Bug
In other user accounts? DM Bug
On other computers? Untested, can someone else confirm this?

When does the problem NOT occur?

when not including // in the preprocessor
Workarounds: use byond:// in export instead of including it in the preprocessor. However It works in the preprocessor, it's jsut a coloring bug.

Confirmed: BYOND Ver 451.1033
Any attempt to use // in a #define line results in the set comment color being shown.