Idea Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
2
Kudos
It would be very useful to have a #Region directive in the Intent language as there is in .net.
For those unfamiliar: http://msdn.microsoft.com/en-us/library/sd032a17%2
Basically regions allow you to expand/collapse sections of code. This makes organization much easier.
#Region "Child Rules" Child testCenters As :IvSphere, Quantity = Length(testParts)
origin = GetTestPartPoint(child.index)
ignorePosition? = False
Radius = 5
color = "Green"
End Child #End Region
#Region "Methods"
Method GetTestPartPoint(mIndex As Integer) As Point
Dim xyz As List = nth(mIndex, testParts).CenterOfMass
Return Point(first(xyz), second(xyz), third(xyz))
End Method
#End Region
Status:
Good idea.
Comments
Options
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
Status changed to:
Accepted
Good idea.
