Difference between revisions of "TI Writer"

From Ninerpedia
Jump to navigation Jump to search
(→‎Facilities (found on TI-Writer): add description of menu option 3- utility)
(→‎TI Writer Tips: add bare bones instructions)
Line 38: Line 38:


==TI Writer Tips==
==TI Writer Tips==
TIW Editor : Unfortunately, word wrap takes a finite time, and many even moderate typists will find that it pays to check the first word at the start of the wrapped line for missing letters - our console lacks a keyboard buffer, and any keys pressed while word wrap is in progress are ignored.
TIW Formatter : You can output to disk using the FORMATTER option:— it adds a line feed to the end of every line.
TIW Formatter : You can output to disk using the FORMATTER option:— it adds a line feed to the end of every line.


TIW Formatter : Do you wish to prevent the FORM FEED at the END of printing? Make the last line of your letter etc: .PL 1 and the form feed is suppressed! NB: Do not forget to reset PL if you have another document to print!
TIW Formatter : Do you wish to prevent the FORM FEED at the END of printing? Make the last line of your letter etc: .PL 1 and the form feed is suppressed! NB: Do not forget to reset PL if you have another document to print!
===Menu Option 1: Editor===
OPTION 1. This creates a full screen editor, on which you create your text.
The screen is 80 columns wide, and is shown to you 40 columns at a time. You do not have a full single character horizontal scroll - the screen is split into three columns of 40 characters: the leftmost screen display is the first 40 columns, Then if you move the cursor to the right, you will trigger a switch to display columns 21 to 60, and finally 41 to 80.
When you select EDITOR you will note the cursor appears at the top of the screen, on what is called the COMMAND LINE.
At the top of the screen some words, with some letters in CAPITALS? For instance Edit... the capital E means that it you ENTER an E on this line you go into EDIT mode.
To return to COMMAND line, you press the keys FCTN and 9 ("BACK").
===Printing a document===
From the Editor Command Line:
PF for PRINT FILE enables you to print your text, and is followed by the printer name: ENTER PF, and then when prompted, ENTER printer name (eg PIO).
PF can also be used:
To print PART of a text file by using line numbers in
    conjunction with the printer name:
1 16 PIO will print lines 1 to 16 to PIO
24 E PIO will print from 24 to the end to PIO
===Print to Disk File for another program===
To print text to a disk:
Using PF instead of SF, you do NOT save the TAB settings to disk: important if you are using TI Writer to create a file which will he used as input for another program, such as Pilot 99, C-99 etc.
===Some Function Keys===
FCTN 0 is a toggle which enables you to display or not display the line numbers on the left side of the page - they are not printed anyway.
FCTN 2 is INSERT CHARACTER. Under normal circumstances, it opens up a line for text to be typed in. When done, remembering to end with a space! - press CTRL 2, which is REFORMAT.
FCTN 8 is INSERT LINE, and works by moving the line the cursor is on DOWN, leaving the cursor on a blank line.
CTRL 3 changes the screen colour combinations - not very many choices but better than none!
CTRL 0 (zero) toggle: WORD WRAP -. when you switch on, the cursor is a solid block, and control keys work as above. If you toggle word wrap, the cursor becomes an open box... 
If you have an underline cursor you are in Control Mode, which toggles with CTRL U and enables you to type characters 0 to 31 from the keyboard..


[[Category:Software]]
[[Category:Software]]
[[Category:Module]]
[[Category:Module]]

Revision as of 20:40, 16 October 2014

TI Writer was a text editor using an 80 column wide screen which was windowed to show 40 characters width at a time. It was supplied on a module but also required a disk. Consequently users also required a disk controller, disk drive and expansion ram plus an RS232 controller and a printer. The program manual was very large and heavy.

Facilities (found on TI-Writer)

Full screen editing

The cursor can be moved in a number of ways, using preset tabs, word tab, block movement (24 lines at a time) and the usual cursor control keys.

Text can be deleted or inserted.

Movement of paragraphs to different places in the text. Ability to merge files, and save parts of files.

Ability to change one word in the text to another, wherever it may occur (for instance, replacing 99/4a with 99/4A).

Centering of text is possible using TI Writer, as is 'right justification', where all lines finish in the same column at the right (the normal style of a book). TI-Writer does this by inserting extra spaces between words. The result is quite effective.

Mailing list option

It is possible to write personalised circular letters (the sort which begins: Dear Mr Smith, You have been selected from the people in Acacia Avenue.....)

File compatability

The module is compatible with programs which have been LISTed to disk (eg LIST "DSK1.PROGNAME") which allows programs to be inserted into text, and also manipulated with the various editing options allowed.

TI Writer can also be used to create or edit any disk file using 'DISPLAY VARIABLE 80' format, such as the Editor/Assembler uses for machine code. You may use the TI Writer to edit data created and used in your own programs.

Screen Format

The screen is changed to 40 columns, but the TI Writer page is 80 columns long. These 80 columns are displayed in three windows, covering columns 1 to 40, 20 to 60 and 40 to 80.

Although the page is 80 columns wide, by using the commands provided with the TEXT FORMATTER (one of the TI Writer programs), it is possible to print up to the maximum length your printer will allow.

Printer required

The module allows the use of any printer connected to the RS232 Card, using either the serial or parallel interfaces.

The command codes used by your printer can be inserted into your text, to allow you to switch say from normal print to italic print.

Menu Option 3: Utility

Option 3 is a LOADER for MACHINE CODE PROGRAMS in memory image format - shown as PROGRAM on disk directories. The TI Writer loader creates a unique environment, and is intended to be used for utility programs specially written for the module (none were written) but in practice you may find you can load many machine code programs with this option: if the console locks up or does strange things, it is probably because the program requires a specific part of the Editor/Assembler environment which is missing.

TI Writer Tips

TIW Editor : Unfortunately, word wrap takes a finite time, and many even moderate typists will find that it pays to check the first word at the start of the wrapped line for missing letters - our console lacks a keyboard buffer, and any keys pressed while word wrap is in progress are ignored.

TIW Formatter : You can output to disk using the FORMATTER option:— it adds a line feed to the end of every line.

TIW Formatter : Do you wish to prevent the FORM FEED at the END of printing? Make the last line of your letter etc: .PL 1 and the form feed is suppressed! NB: Do not forget to reset PL if you have another document to print!

Menu Option 1: Editor

OPTION 1. This creates a full screen editor, on which you create your text.

The screen is 80 columns wide, and is shown to you 40 columns at a time. You do not have a full single character horizontal scroll - the screen is split into three columns of 40 characters: the leftmost screen display is the first 40 columns, Then if you move the cursor to the right, you will trigger a switch to display columns 21 to 60, and finally 41 to 80.

When you select EDITOR you will note the cursor appears at the top of the screen, on what is called the COMMAND LINE.

At the top of the screen some words, with some letters in CAPITALS? For instance Edit... the capital E means that it you ENTER an E on this line you go into EDIT mode.

To return to COMMAND line, you press the keys FCTN and 9 ("BACK").

Printing a document

From the Editor Command Line:

PF for PRINT FILE enables you to print your text, and is followed by the printer name: ENTER PF, and then when prompted, ENTER printer name (eg PIO).

PF can also be used:
To print PART of a text file by using line numbers in 
   conjunction with the printer name:
1 16 PIO will print lines 1 to 16 to PIO 
24 E PIO will print from 24 to the end to PIO

Print to Disk File for another program

To print text to a disk:

Using PF instead of SF, you do NOT save the TAB settings to disk: important if you are using TI Writer to create a file which will he used as input for another program, such as Pilot 99, C-99 etc.

Some Function Keys

FCTN 0 is a toggle which enables you to display or not display the line numbers on the left side of the page - they are not printed anyway.

FCTN 2 is INSERT CHARACTER. Under normal circumstances, it opens up a line for text to be typed in. When done, remembering to end with a space! - press CTRL 2, which is REFORMAT.

FCTN 8 is INSERT LINE, and works by moving the line the cursor is on DOWN, leaving the cursor on a blank line.

CTRL 3 changes the screen colour combinations - not very many choices but better than none!

CTRL 0 (zero) toggle: WORD WRAP -. when you switch on, the cursor is a solid block, and control keys work as above. If you toggle word wrap, the cursor becomes an open box...

If you have an underline cursor you are in Control Mode, which toggles with CTRL U and enables you to type characters 0 to 31 from the keyboard..