Talk:Using Code Folding

From RAD Studio
Jump to: navigation, search

This (C++?) preprocessor directive is not recognized (I removed it from the page):

#region Optional text that appears when the code block is folded

// ...

#endregion

Vadimb 01:21, 31 March 2011 (PDT)


XML Documentation comments (triple-slash comments: ///)
There should be an indication that this is for Delphi only.
Dkosinski 16:31, 6 April 2011 (PDT)

Near the top of the page, in this section:
The following blocks of code can be folded/unfolded:

  • Type definitions
  • Function definitions
  • Namespaces (C++) and units (Delphi)
  • preprocessor region directives (see below about regions)
  • XML Documentation comments (triple-slash comments: ///)

The last bullet point should have (Delphi) added at the end to indicate that it is for Delphi only.
Note: I edited the page directly to add this. Dkosinski 08:01, 28 April 2011 (PDT)

Response

Your changes have been made -- XML doc comments are Delphi-only.

Thanks!

KrisHouser 17:41, 28 April 2011 (PDT)