| Details | Language | Abstract |
| Save Window Size Settings |
Visual Basic
| Saves a windows size to settings if the window is a normal state. |
| Save Window Location Settings |
Visual Basic
| Saves a windows location to settings if the window is a normal state. |
| Load Window Size Settings |
Visual Basic
| Loads a windows previous size from settings, checking for first use and using design default if not specified. |
| Load Window Location Settings |
Visual Basic
| Loads a windows previous location from settings, checking for first use and using design default if not specified. |
| Auto Upgrade Settings |
Visual Basic
| Auto Upgrade the settings from a previous version if it exists. |
| Insert Wait Cursor Block Default |
Visual Basic
| Inserts a block of code setting the cursor to wait, then default. |
| Insert Wait Cursor Block remembering the previous cursor |
Visual Basic
| Inserts a block of code setting the cursor to wait, then revert to the previous cursor. |
| Ternary Operator |
C#
| Insert a template Ternary operator in the format (Condition ? true : false);
Shortcut is Ternary |