T O P I C R E V I E W |
damned |
Posted - Jun 27 2006 : 10:04:10 PM I.e. i have in code :
stat_type_t stat_type, stat_type1. int index = 1; // when i type 1 ...
always, when i type 1 as first symbol in word, i get the suggestion listbox with stat_type1.
I suppose, this is wrong, because c++ (and other) symbols can`t begin with a number. At least it is annoying. |
4 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jul 09 2006 : 1:36:01 PM Fixed in 1530. |
feline |
Posted - Jun 28 2006 : 5:13:47 PM i am seeing this very clearly in 1525, but not at all in 1446, so it is a new effect. i have put in a bug report for this, since i can see how this would be unhelpful
case=1502 |
damned |
Posted - Jun 28 2006 : 03:53:21 AM Acronyms and shorthand are enabled.
"Include bits..." is enabled.
Build 1524 and 1525.
Of course the '.' at the end of line is a misprint.
Also it happens when I had functions with digits in name, like "Switch16ToBig()", they are added in the suggestion list.
Looks like this is a feature. May be it was in the previous builds. If so I ask dont show sugg.list when only symbols typed are digits (or dont select any sugg.list item).
|
support |
Posted - Jun 27 2006 : 11:34:05 PM Do you have acronyms and/or shorthand enabled in the Text Editor|Listboxes node of the VA X options dialog?
Do you have "Include bits..." enabled in Text Editor|Suggestions?
What build of VA X do you have?
Does your line definining stat_type1 end with a dot, as in your example, or a semicolon? |