![]()
Toolbar
The toolbar allows quick access to commonly used menu items.
|
| Toolbar Item | Action/Explanation |
| New | Creates a new blank wcCode document. WildEdit only creates new wcCode documents. It does not allow you to create new HTML or text documents. You must open these type of files to edit them. |
| Open | Open allows you to load a wcCode, HTML or text document in to the WildEdit code window. |
| Close | Close will close the active document. |
| Save | Save will save the active dcoument and will prompt you for a file name if it does not already exist. |
| Print will print the active document. | |
| Cut | The Cut button is available if you have text selected in the editor. Clicking cut removes the selected text and places it on the clipboard. |
| Copy | The Copy button is available if you have text selected in the editor. Clicking copy creates a copy of the selected text and places it on the clipboard. |
| Paste | The Paste button is available if there is a valid item in the clipboard. Clicking paste will add the clipboard contents to the editor at the current caret position. |
| Indent | Select (highlight) one or more source code line to make this toolbar button enabled. Click Indent to indent your source code. The indent amount is user definable and is set in the Editor Options dialog. |
| Undent | Select (highlight) one or more source code line to make this toolbar button enabled. Click Undent to undent your source code. The undent amount is user definable and is set in the Editor Options dialog. |
| Cmt | Select (highlight) one or more source code line to make this toolbar button enabled. Click Comment to add comment marks // to your source code. This toolbar button has an optional dropdown menu that allows you to select the type of comment mark used and where to place it. Default (when clicking the button) is to add two forward slashes to the beginning of the text of each line. |
| Uncmt | Select (highlight) one or more source code line to make this toolbar button enabled. Click Uncomment to remove comment marks // from your source code. This toolbar button has an optional dropdown menu that allows you to choose if one set of comment marks used be remove, or if all comment marks should be removed. Default (when clicking the button) is to remove one set of comment marks. |
| Compile | The Compile toolbar button is enabled only when the current code editor document is a wcCode file. Clicking this button or using the F9 key will run wcc.exe and compile the current file and return a status dialog. Note: make sutre you have set the wcc.exe path in App Setup. |
Note: the toolbar is not movable or dockable.