Author |
Topic |
|
straightwaytek
Ketchup Master
Canada
66 Posts |
Posted - Sep 06 2005 : 11:54:49 PM
|
Hello, I have just upgraded to Build 1421 from my previous build of 1418. When I enter code for a "for loop", and hit the open close braces, it goes {} and then when I hit return, Visual Studio (Visual C++) closes itself. I am using Visual C++ .NET 2003, on Windows XP Professional.
Sincerely,
James Simpson |
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Sep 08 2005 : 2:16:47 PM
|
that does not happen to me, using C++, VS 2003 and 1421.
what happens if you just type { presuming you have auto insert enabled you will get {} (a known bug) and then press enter?
does this happen if you make a simple test project? when you type the for loop are you using autotext? or typing all of it manually? |
zen is the art of being at one with the two'ness |
|
|
straightwaytek
Ketchup Master
Canada
66 Posts |
Posted - Sep 08 2005 : 4:00:51 PM
|
Hello again, Yes feline, when I have auto insert enabled (by default it is I believe), I get {} under the for loop, I am not sure if it is a reproducable bug, however when I did a for loop and hit the open brackets {} (as you mentioned) right under my for declaration, and upon hitting enter, the whole ide closes itself up, without any warnings or prompts.
Sincerely,
James Simpson |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Sep 08 2005 : 9:09:53 PM
|
case=746 |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Sep 10 2005 : 10:10:38 AM
|
Fixed in 1422. |
|
|
|
Topic |
|