Dear people,
I'm having UltraEdit version 15.00.0.1035.
The new C++14 adds support for binary literals like 0b00010010. That's great. And you can also add digit separators with the single quotation mark to further enhance readability. Like this 0b0001'0010. But currently in UltraEdit with C++ syntax highlighting the single quote is interpreted as a character/string quotation. I think I do need to adjust my C++ wordfile in order to prevent Ultraedit to color my binary literals like strings.
I'm no guru in Regular Expressions and I'm afraid when altering the Regular Expression fields I might break something in the syntax highlighting feature.
I cannot identify anything in the wordfile that will define the syntax of the "Number" Color Group. So, I'm lost to see how I can implement this.
Would someone please show me how I should adjust the wordfile to have the syntax highlighting working properly for C++14 binary literals?
Thank you.
I'm having UltraEdit version 15.00.0.1035.
The new C++14 adds support for binary literals like 0b00010010. That's great. And you can also add digit separators with the single quotation mark to further enhance readability. Like this 0b0001'0010. But currently in UltraEdit with C++ syntax highlighting the single quote is interpreted as a character/string quotation. I think I do need to adjust my C++ wordfile in order to prevent Ultraedit to color my binary literals like strings.
I'm no guru in Regular Expressions and I'm afraid when altering the Regular Expression fields I might break something in the syntax highlighting feature.
I cannot identify anything in the wordfile that will define the syntax of the "Number" Color Group. So, I'm lost to see how I can implement this.
Would someone please show me how I should adjust the wordfile to have the syntax highlighting working properly for C++14 binary literals?
Thank you.