Re: comment out block
Re: comment out block
- Subject: Re: comment out block
- From: Kevin Grant <email@hidden>
- Date: Tue, 9 Dec 2003 21:55:50 -0600
The User Scripts menu has the Un/comment command (in the Comments
submenu) that will do what you describe. If you haven't installed the
User Scripts menu, look at the Xcode release notes (or help doc,
depending on the version you're using) for instructions.
A fairly efficient way to disable a block is to just type "#if 0" at
the beginning and "#endif" at the end. Sure it's not a contextual menu
command, but not too time-consuming either. :)
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
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.