Optimize list
It is possible to clean, sort and format list files, which are identifiable by the 
 icon and the .cl extension, in the following ways:
- In the Project tool window, right-click a list file then select Optimize list.
 
Or:
- Open a list file, then in the editor right-click and select Optimize list.
 
The list of the possible available Optimize list menu items:
| Name | Description | Availability | 
|---|---|---|
| Sort Ascending | Sort the document in ascending order | Project tool window and editor | 
| Sort Descending | Sort the document in descending order | Project tool window and editor | 
| Remove Duplicates | Remove the duplicates in the document | Project tool window and editor | 
| Remove Blank Spaces | Remove the blank spaces | Project tool window and editor | 
| Remove Blank Lines | Remove the blank lines | Project tool window and editor | 
| Trim | Remove blank spaces before and after a string | Project tool window and editor | 
| UPPER CASE | Transform a selected document portion in upper case | Editor | 
| lower case | Transform a selected document portion in lower cases | Editor | 
| Title Case | Capitalize the first letter of each word of a selected document portion | Editor | 
| Sentence case | Capitalize the first letter of the first word of a selected document portion | Editor | 
| Optimize | Apply: - Remove Blank Lines - Trim - lower case - Remove blank space - Sort ascending  | 
Project tool window and editor |