Author |
Topic |
|
beylevem
Tomato Guru
102 Posts |
Posted - May 01 2008 : 10:07:57 AM
|
I have a line where I type
_refFlow = 2.0e-4; //_refVol*0.1;
If VA is turned on, the line displays as
_refFlow = 2.0e-0; //_refVol*0.1;
but if I copy paste ( as I did here), the paste has the correct text
reverting to build 1632 didn't appear to fix the problem, but reverting to build 1626 did.
================= VA_X.dll file version 10.4.1635.0 built 2008.04.18 DevEnv.exe version 9.0.21022.8 msenv.dll version 9.0.21022.8 Font: Consolas 15(Pixels) Comctl32.dll version 6.10.6001.18000 Windows Vista 6.0 Build 6001 Service Pack 1 2 processors
Platform: Custom Stable Includes:
Other Includes:
Stable Source Directories:
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - May 01 2008 : 11:41:08 AM
|
If you copy that line to a new empty file does it display properly? Assuming it does, in the original file, are there lines near it that start similarly? There is probably some combination of lines that you can copy into a new file which cause the problem to occur in the new file. Could you please try a few combinations? Or send in a chunk of the file to us and we'll try to work it out: http://www.wholetomato.com/support/contact.asp
|
|
|
feline
Whole Tomato Software
United Kingdom
19022 Posts |
Posted - May 01 2008 : 12:37:00 PM
|
So far I cannot reproduce this problem here. I am using Vista, VS2005, VA 1635, and the same font and size.
Which programming language are you working in? If you copy / paste this line to another file do you see the same problem there?
I am testing with the code:
static void testGeneralCode()
{
float _refFlow;
_refFlow = 2.0e-4; //_refVol*0.1;
}
In a cpp file. Can you copy / paste this function into your project and see if it is displayed correctly? |
zen is the art of being at one with the two'ness |
|
|
beylevem
Tomato Guru
102 Posts |
Posted - May 01 2008 : 12:56:25 PM
|
Hi Feline:
If I paste your text into my file, the problem manifests. Also, following on Sean's request, I uploaded a file and a screenshot to support |
|
|
feline
Whole Tomato Software
United Kingdom
19022 Posts |
Posted - May 01 2008 : 1:25:56 PM
|
I have the files, thank you. I have replied via email. |
zen is the art of being at one with the two'ness |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - May 13 2008 : 2:49:00 PM
|
This issue manifested when incomplete font sets were encountered; in this case, Consolas Bold Italic was present on the system but Consolas Bold was not.
case=16412
|
|
|
support
Whole Tomato Software
5566 Posts |
Posted - May 13 2008 : 2:49:11 PM
|
case=16412 is fixed in build 1638 |
|
|
|
Topic |
|