The Code Snippet dropdown of CuteEditor by default displays a predefined set of Code Snippets. You can easily modify this default set using the following methods.
1. Edit Dropdown Configuration file (Common.config).
The dropdown configuration file (Common.config) can be found in the
CuteEditor_Files/Configuration/Shared folder. In dropdown configuration file
you can find the Codes element which contains the configuration
information for the Code Snippet dropdown within Cute Editor.
You can modify the Codes element to create your own Code Snippet list.
2. Programmatically populate the Code Snippet dropdown
Example: