473,394 Members | 1,956 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,394 software developers and data experts.

a small bug in C# outlining

( /// <summary>
/// One type of reportlayout
) /// </summary>
( public abstract class ReportKind
{
) }

in the above example, the () signs stand for the outlining entities as
marked by VS.
the <summary> outlining entity should include the class definition, like
this:

( /// <summary>
/// One type of reportlayout
/// </summary>
( public abstract class ReportKind
{
) }
)

otherwise, dragging the summary away from the class (or vice versa)
would be possible.

Jul 19 '05 #1
0 1315

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

Similar topics

0
by: PawelSokolowski | last post by:
Hi all, Is it possible to save outlining in VC++ .NET ? It is annoying that my view that I customized using outlining is gone after closing IDE. Best Regards PawelS
1
by: Mark | last post by:
I have a staff member with VS.NET 2002 who appears to have outlining (+ or - marks) permanently turned off. The option to "Start Automatic Outlining" is there, but it doesn't appear to do...
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...
0
by: Joe Schmoe | last post by:
I am working on an ASP.NET application that generates an Excel 2003 spreadsheet on demand for the user, containing much sales information, and then editable cells for the salerep user to enter...
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...
0
by: Uri Dor | last post by:
( /// <summary> /// One type of reportlayout ) /// </summary> ( public abstract class ReportKind { ) } in the above example, the () signs stand for the outlining entities as marked by VS....
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 : ...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.