File | ||
| New Document | Ctrl+N | Create a new CSPro Document. |
| New Document Set | Create a new CSPro Document Set. | |
| Open | Ctrl+O | Open an existing CSPro Document (.csdoc) or Document Set (.csdocset). |
| Close | Ctrl+W | Close the currently active file. |
| Close All | Ctrl+Shift+W | Close all files (prompting you to save any files not yet saved). |
| Save | Ctrl+S | Save the currently active file. |
| Save As | Save the current file to a new file name. | |
| Save All | Ctrl+Shift+S | Save all files. |
| Global Settings | Modify global settings for the CSDocument application. | |
Edit | ||
| Undo | Ctrl+Z | Undo your last change. |
| Redo | Ctrl+Y | Redo (reinstate) your last change. |
| Cut | Ctrl+X | Cut (delete) the currently-selected text (puts it on the clipboard). |
| Copy | Ctrl+C | Copy the currently-selected text. |
| Paste | Ctrl+V | Paste text from the clipboard. |
| Delete | Del | Delete the currently-selected text (does not put it on the clipboard). |
| Select All | Ctrl+A | Select all text in the current file. |
| Find | Ctrl+F | Find text in the document. |
| Find Next | F3 | Find the next instance of text in the file. |
| Replace | Ctrl+H | Replace text with new text in the file. |
| Word Wrap | Toggles the document view between word wrapping on or off. | |
Build | ||
| Build Document | Ctrl+K | Build (compile) the current file, displaying results in the Output window. |
| Build Document to Clipboard | Save the output of the current file's build to the clipboard. | |
| Export Document | Export the current file to other formats. | |
| Link With Document Set | If the current Document is not associated with a Document Set, this option will prompt the user to select a Document Set to associate it with. | |
| Remove Document Set Link | If the current Document is associated with a Document Set, this option allows the user to disassociate the file from that Document Set. | |
| Compile Entire Document Set | Ctrl+Shift+K | If the current Document is associated with a Document Set, this option allows the user to compile all active files, displaying results in the Build window. |
Format | ||
| View Syntax | View the formatting styles allowed within CSPro Documents. | |
| Bold | Ctrl+B | Inserts bold tags around the selected text. |
| Italic | Ctrl+I | Inserts italic tags around the selected text. |
| Font | Inserts font tags around the selected text. | |
| Subheader | Inserts subheader tags around the selected text. | |
| Center | Inserts center tags around the selected text. | |
| Link | Inserts link tags around the selected text. | |
| Table | Inserts table tags (defaulting to 2 columns), and one row of cell tags around the selected text. | |
| Logic Color | Ctrl+Shift+L | Inserts tags that will colorize CSPro logic as in the CSPro environment |
| Syntax Argument | Ctrl+Shift+G | Inserts logic argument tags around the selected text. |
| List Builder | Inserts list tags and one row around the selected text. | |