User forums > Nightly builds

The 16 November 2013 build (9455) is out.

<< < (12/15) > >>

ToApolytoXaos:

--- Quote from: oBFusCATed on November 29, 2013, 09:35:32 pm ---Set "Ensure consistent EOL" in the editor settings and you're ready to go.
Probably the wizards doesn't change the EOLs for template files.

--- End quote ---
Done so; the issue remains the same. Oh well, I will try to ignore it then, unless it becomes really annoying.

oBFusCATed:
You have to change the file in order for the "ensure eol" logic to trigger. It won't fix all files in the project.

dirk_1980:
Hi,

maybe it is a bug or i have forgotten to turn something on.

After i have made a update i have seen this, maybe it was the same in the last version i used


If i write code like:
#define TEST
#ifdef TEST
....   // this code is not active in the Editor (wrong colour)
#endif

If i write this:
#define TEST 1
#if (TEST == 1)
....   // this code is active in the Editor (right colour)
#endif

Is it a Bug or is it my mistake?
Dirk

oBFusCATed:
Works for me with both variants. Are you using this nightly build?

dirk_1980:
Yes of course.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version