User forums > Nightly builds

The 21 July 2012 build (8150) is out.

<< < (3/14) > >>

Vuki:
This change in lexer_cpp.xml:

--- Code: ---                <Style name="Comment (normal)"
                        index="1,23"
                        fg="160,160,160"/>


--- End code ---
is causing problems. When i changed it back to the previous form:

--- Code: ---                <Style name="Comment (normal)"
                        index="1"
                        fg="160,160,160"/>

--- End code ---
the highlighter works correctly. The added ",23" part borks the highlighter and causes it to select colors from wrong entries.

carra:
Apart from what Vuki said, it might have something to do with the update to the new Scintilla 3.2.1.

trivia21:
I'm using svn 8162 under linux and have a problem with syntax highlighting as well.
The "Keyword" option changes the color of numbers, while I need to use "User keyword" to change the color of keywords (int, char etc.). I can't remember if there was a "Numbers" menu item, but there isn't one right now.

MortenMacFly:

--- Quote from: Vuki on July 23, 2012, 09:28:25 am ---This change in lexer_cpp.xml:

--- Code: ---                <Style name="Comment (normal)"
                        index="1,23"
                        fg="160,160,160"/>

--- End code ---

--- End quote ---
This is actually correct - style 23 refers to "wxSTC_C_PREPROCESSORCOMMENT", which shall be coloured like a normal comment therefore.

I wonder why I don't see this...?! Could it be that you simply didn't define this style?

ptDev:
The unofficial installer for Windows has also been updated to match the same revision as the nightly build. Note that it is slightly unstable in comparison and includes a number of low-risk patches (meant for early testing by more users).

See a list of differences between the two here.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version