ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ WELCOME TO BOXER ! ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // To help acquaint you with some of BOXER's features, a short editing // session will be simulated using the keystroke macro facility. A // message will appear on the bottom line when the macro is waiting to // proceed. Some of the more unusual and more powerful features will // be demonstrated. þ PRESS CTRL-A TO BEGIN THE DEMONSTRATION... ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ SYNTAX HIGHLIGHTING ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // BOXER can display colorized program code for all major programming // languages! Reserved words, comments, symbols and constants are // displayed in user-selectable colors. BOXER selects the configuration // automatically based on the extension of the file being edited. You // can easily extend this feature to recognize other languages! int syntax_highlight(char *text) /* sample code in full color */ { static char *array = "ABCDEF"; /* declare a static array */ register int i; /* loop variable */ for (i = 1; i <= 10; i++) strcpy(text, array); /* fill the caller's array */ ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ MULTILEVEL UNDO & REDO ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // þ Any command which modifies text can be undone with UNDO. // If you "undo too far", REDO can be used to undo UNDO! ---------------------------------------------------------- In Case of Emergency, follow these 3 simple instructions:  Shut the valve in Cooling Tower A  Close the door to Remote Chamber 3  Activate the Radioactive Alarm ---------------------------------------------------------- // þ You never need to worry about accidental deletions, because // BOXER can restore your file with a single keystroke! // þ By default, 200 changes can be undone. Up to 4,096 if you desire! ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ ALPHA & NUMERIC SORTS ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // þ A range of lines can be sorted alphabetically or numerically, in // ascending or descending order. 7. Canada 3. India 2. Morocco 8. Romania 10. Poland 4. Finland 9. Switzerland 6. Algeria 1. Thailand 5. Brazil // þ The column to sort on is indicated by the column of marked text. ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ BLOCK COMMANDS ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // A rich set of block commands is provided to operate upon marked // text blocks. These include: cut, copy, append, paste, delete, // write, print, indent, sort, entab, detab, invert, total, average, // fill with specified character, upper/lower/caps case operations, // and line, word, and character count. 52. Red 23. Blue 14. Green 8. Brown 3. Gray // þ BOXER's Block Commands provide unmatched editing power! ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ COLUMN MARKING ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // þ BOXER allows text to be marked in columns. This can greatly // simplify editing jobs which would be tedious with other editors. ÉÍÍÍÍÍÍÍÍÍÍÍËÍÍÍÍÍÍÍÍÍÍÍËÍÍÍÍÍÍÍÍÍÍÍËÍÍÍÍÍÍÍÍÍÍ» º Stock # º Qty. º Item º Total º ÇÄÄÄÄÄÄÄÄÄÄÄ×ÄÄÄÄÄÄÄÄÄÄÄ×ÄÄÄÄÄÄÄÄÄÄÄ×ÄÄÄÄÄÄÄÄÄĶ º AJ17432-P º 12 º º $100.20 º º AJ43331-R º 12 º º 98.00 º º DF03229-A º 24 º º 54.50 º º AX43821-R º 12 º º 128.00 º º AQ42901-R º 12 º º 43.00 º º RE90123-E º 36 º º 36.00 º ÈÍÍÍÍÍÍÍÍÍÍÍÊÍÍÍÍÍÍÍÍÍÍÍÊÍÍÍÍÍÍÍÍÍÍÍÊÍÍÍÍÍÍÍÍÍͼ ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ GRAPHIC DRAWING ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // þ BOXER has a graphic drawing mode to allow charts and forms to be // created easily. A variety of line styles are available. Marked // rectangles can be framed with a selected line style. President Vice President The Rest of Us ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ SYNCHRONIZED SCROLLING ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // þ BOXER even has a synchronized // scrolling mode that allows 2 // or more files to be compared // in adjacent windows. Just // press Scroll Lock, and all // windows will scroll together // Up and Down! ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ WORD PROCESSING ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; BOXER supports paragraph reformatting with several modes of text justification. Word wrap can be optionally enabled to format text as it is entered from the keyboard. Printing parameters provide control over pagination: margins, headers, footers, page numbering, line numbering, selective page printing, etc. // þ Documents can be printed single or double spaced, etc. // þ A Range of pages can be printed. // þ The starting page number can be specified. ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ ³ GOOD LUCK ! ³ ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; // BOXER is now at your control. You may edit in this sample file // if you wish, or terminate the edit session by pressing: Alt-Q to Quit * If you choose to experiment: // Use F10 to access the pull-down menu system. The message line gives // additional info about the currently highlighted item. F1 will // display the complete Help section for the highlighted menu item. * // Key assignments refer to BOXER's default keyboard layout