Re: VS.NET-style code outlining?
Re: VS.NET-style code outlining?
- Subject: Re: VS.NET-style code outlining?
- From: Ken Tozier <email@hidden>
- Date: Mon, 23 Feb 2004 16:04:42 -0500
For XCode to be able to do this, it would require it to collapse
matching braces and display the first comment block within the
matching braces. Something like
[italic] load preferences
could expand to something like
{
/* load preferences */
...
}
That sounds great! My only experience with collapsable code was years
ago in UserLand Frontier and I've wished for it in every development
environment since. The pseudo-code/first comment idea is great.
Sign me up!
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.