Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 String Literals input should be highlighted

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
tiancovici Posted - Oct 08 2019 : 08:12:15 AM
When creating a set of characters in C++
We can avoid escaping sequence characters by using string literal.

R"()"

It would be more ideal if the color of the string itself would be different than the constructor of it






1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 18 2019 : 09:35:57 AM
This colouring is actually coming from the IDE its self, and doesn't have anything to do with VA.

Thinking about this, I can see why this should be like this, but also why you should not colour the constructor. The constructor is actually part of the string, it is what allows you do have the string this way, so you need to take it with you when you copy or cut the string, so from this point of view keeping it the same colour makes a degree of sense.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000