[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
mark

Description:
Adds an item to the Function pop-up menu in the IDE's editor window.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma mark itemName
Remarks:
This pragma adds itemName to the source file's Function pop-up menu. If you open the file in the CodeWarrior Editor and select the item from the Function pop-up menu, the editor brings you to the pragma. Note that if the pragma is inside a function definition, the item will not appear in the Function pop-up menu.
If itemName begins with "--" a menu separator appears in the IDE's function pop-up menu:
#pragma mark --
This pragma does not correspond to an option in any settings panel.
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000