Author |
Topic |
|
Coderrrrr
New Member
4 Posts |
Posted - Oct 13 2010 : 05:49:22 AM
|
There is a bug that crept into VA a very long time ago (VA6 or so, still was OK in VA4), and still hasn't been resolved. VERY annoying. String symbols are not displayed correctly in the definition bar when standing on them in the code (i.e. when text cursor is inside them). This goes for #define's, consts, etc. Best to explain by example (L = actual line of code, D = what definition bar shows when the focus is on the symbol).
L: static const char* XML_CONST_DATA = "<Const>%s</Const>" XML_EOL; D: static const char* XML_CONST_DATA = XML_EOL
L: static const Wchar* XML_LANGUAGE_DATA_OPEN_U = STR_U("<lang>"); D: static const Wchar* XML_LANGUAGE_DATA_OPEN_U = STR_U()
L: #define XML_EOL "EOL" D: #define XML_EOL ""
It seems like the string content is omitted in the definition bar, sometimes with quotation mark, sometimes without.
Me and my collegues have been waiting for many years for this bug to be fixed in this otherwise wonderful product, to no avail. Now is as good a time as any.
Thanks a lot! |
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Oct 13 2010 : 1:29:19 PM
|
I am seeing the same effect here. Thank you for the clear description.
case=1131 |
|
|
owen.g
New Member
2 Posts |
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Oct 16 2010 : 05:36:37 AM
|
We have increased the priority of this bug, it should be fixed soon, maybe in next build. |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Nov 12 2010 : 3:28:43 PM
|
case=1131 is fixed in build 1836 |
Whole Tomato Software, Inc. |
|
|
|
Topic |
|