473,320 Members | 2,054 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Code outlining in Visual Studio2005

KK
Dear All
Recently I started using VisualStudio2005 for my C++ development.Earlier I
was using 2003.
I found difference between these two version in showing the code outlining.
For example :

In VS2003
MyClass:: Method(int x, int y ) // We can collapse here
{
if( x < y ) // we can even collapse here also
{
//Do some thing
}
else // collapsible block
{
for( int k = 0; k < ( x-y); k ++ ) // Even for loop can be
collapsible
{
//Do some thing else here
}
}
}

but in 2005
the same above code looks like this

MyClass:: Method(int x, int y ) // We can collapse only here
{
if( x < y ) // not collapsible
{
//Do some thing
}
else // not collapsible
{
for( int k = 0; k < ( x-y); k ++ ) // not collapsible
{
//Do some thing else here
}
}
}

I feel the code outlining feature in 2003 is more useful than in 2005.
Is this a bug in 2005 version or do I need to set some settings?
How can apply the same settings as like in 2003 ( CO++ code outlining that
even outlines loops, conditional statements) to C# code also?

-------------------
Thanks & Regards
Krishna

--
Thanks & Regards
Krishna
Jun 22 '06 #1
0 1107

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Adam Clauss | last post by:
I am interested in writing a plugin that deals partly with the outlining Visual Studio performs by default (regions, classes, methods, comments, etc). I've created a plugin in C#, but I cannot...
4
by: Tom Leylan | last post by:
Are we past the point when we need to print source code? I'm having two problems. The most important one is that opening a .vb file and simply printing it _does_ print the source but code...
5
by: ivaylo.hristov | last post by:
Hi, I am developing application in VB and I it seems that the Outlining option is not working. On the same studio writing a C# application the Stop Outlining option is working just fine, but in...
3
by: KK | last post by:
Dear All Recently I started using VisualStudio2005 for my C++ development.Earlier I was using 2003. I found difference between these two version in showing the code outlining. For example : ...
0
by: Anish G | last post by:
Hi, Issue: Not able to see the Code Analysis tab in Visual Studio2005? I have a .net windows appliaction project and currently fixing the FxCop shown issues. Currentlly FxCop is showing the...
1
by: jimbi2006 | last post by:
hello is there anyone who can say me how I can make a library in visual studio 2005? and how can I use it in my program?
1
by: mavi | last post by:
i am designing a website in asp.net using visual studio2005, how to use AJAX in it to enhance website appearance
0
by: azmat123 | last post by:
Hi All , I want all of you participate in this discussion and post your issues related Visual Studio 2005. First of all i wana share my issue if any one has idea about this issue then kindly tell...
5
by: sdragolov | last post by:
I would like to achieve an effect similar to the code outlining in vs.net (where you can expand and collapse sections of code) inside of a textarea in a web form. the code outlining would be...
0
by: PawelSokolowski | last post by:
Hi all, As I see, in VS2008, outlining still sucks, like in previous versions. Outlining is still not preserved between sessions. Why did they do it after all, without saving it's useless. I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.