T O P I C R E V I E W |
zeroes00 |
Posted - Mar 12 2012 : 06:00:49 AM It says on this page: http://www.wholetomato.com/products/features/color.asp that "Constructors are colored as methods."
Using C++ I've never seen my constructors colored as methods. They're always colored as classes, structures and typedefs. Am I missing something or is the documentation wrong? |
5 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 14 2012 : 6:54:19 PM Unfortunately we don't have any current plans to add more item "types" to VA's syntax highlighting. Just getting the current types we colour coloured correctly is challenging enough. |
nagates |
Posted - Mar 13 2012 : 1:57:39 PM I think a good idea might be to have a independent color for ctors and dtors. I think that could help. |
feline |
Posted - Mar 13 2012 : 1:52:00 PM A good catch, thank you for that, this is out of date information. I have made a note of this, to get the documentation updated.
Constructors used to be coloured as methods, but this was fixed / improved, to colour them as class instances instead. We just missed updating the documentation when this happened. |
zeroes00 |
Posted - Mar 13 2012 : 1:34:44 PM Yeah, it hasn't bothered me either. But that sentence in the docs just caught my eye. |
nagates |
Posted - Mar 13 2012 : 11:43:08 AM I actually like the idea of ctors being a different color than methods, makes them pop out a bit more. |