![]()
Main Menu
The Main Menu has your typical document fucntions: open, close, save, cut, copy, find, replace, etc; plus some WildEdit specific menus:
Insert Menu |
![]() |
| Menu Item | Action/Explanation |
| <input> | Invokes the Tag/API Code Editor with the <input> property editor. |
| <img> | Invokes the Tag/API Code Editor with the <img> property editor. |
| <font> | Invokes the Tag/API Code Editor with the <font> property editor. |
| Space | Inserts the string " " at the current caret position. |
| Break | Inserts the string "<br>" at the current caret position. |
| Bookmark | Prompts you for a bookmark name, then inserts the custom bookmark at the current caret position. Custom bookmarks are defined by any source code line that begins with "//! [bm] " (2 foward slashes, bang, space, open bracket, B, M, space) then follow it by the bookmark name: //! [bm] Bookmark Name See source code comments. |
| Tools Menu | ![]() |
| Menu Item | Action/Explanation |
| HTML Code Editor | Invokes the Tag/API Code Editor dialog. |
| Editor Properties | Invokes the Editor Options dialog. |
| App Setup | Invokes the App Setup dialog. |
| Program Explorer | Toggles the Program Explorer window on and off. |
| Tag/API List Editor | Invokes the Tag/API Config Editor dialog. |
The Compile menu, not shown, has two menu items:
| Menu Item | Action/Explanation |
| Compile | Use compile to launch wcc.exe and compile the current source code document. Results are always displayed. |
| Find Error... | Use Find Error to find a run time error in the current source code document. If while executing a wcCode application, it gives you a run time error, put the run time error # into the Find Error dialog and wcc.exe will attempt to find what source code line error is on. |
Also note the added menu item Goto Line #... in the Search menu. Select this menu item or hit ctrl-G to quick jump to a specific source code line number