home *** CD-ROM | disk | FTP | other *** search
-
- tdecfg
- a configuration utility for
- tde, version 1.2
- 10-5-91
- Frank Davis
-
-
- Usage:
-
- If you would like to customize tde to suit your tastes, you may use this
- program to change the colors, key definitions, and help screen.
-
- At the command line type:
-
- tdecfg
-
- tdecfg prompts you for the tde executable file name. The default file name
- is tde.exe, but if you like to shorten executable file names (I rename
- tde.exe to t.exe. That way, I only have to type t to edit a file.) you
- may enter that file name at the prompt.
-
-
- Option 1. Change Colors
-
- Function Keys:
-
- F2 = Load default colors
- This function changes the colors back to the original color scheme used
- by the distribution version of tde.
-
- F3 = Quit
- Abandons any changes made in the color scheme.
-
- F10 = Write colors to tde.exe
- Stores the new color scheme in the tde executable file. tde will use
- the new color scheme each time a file is edited.
-
- ESC = Quit
-
-
-
- Option 2. Redefine keys
-
- Function Keys:
-
- F3 = Quit
- Abandons any changes made in the key definition list.
-
- F5 = Change Function
- Brings up a window of available functions. Currently, 184 keys are
- recognized as function keys by tde. There are no restrictions on what
- function you may assign or reassign to a key. You may assign a key to
- the null function, seen as "* * *". A key assigned to the null
- function no longer performs any editor function.
-
- Press <Enter> to reassign the hilited key to the hilited function.
- Press <ESC> to quit the function, no changes are made.
-
- An asterisk is placed beside all keys that have been redefined.
-
- Note: See the list of available functions with definitions at end of
- this file.
-
- F10 = Write Changes
- When you press this key, all function key assignments are written to
- the tde executable file. The changes are permanent until you redefine
- the keys.
-
- When you redefine the keys, you should also change the help screen
- to show what functions are assigned to what keys.
-
- ESC = Quit
-
-
- Option 3. Install new help screen
-
- Function keys:
-
- none
-
- This utility assumes that you have already created or modified a file
- that contains the image of the new help screen. Sample.hlp is included
- with the distribution files to show you what the initial help screen
- looks like. You may modify the sample help screen or copy it to a new
- file and make the changes in the new file. By choosing option 1, the
- configuration utility prompts for the file name with the help screen
- image. The changes are written to the tde executable file.
-
- If you enter a file name that doesn't exist, the configuration utility
- sorta gracefully exits this function. I didn't do anything fancy with
- this option. You can't press ESC to quit out; however, if you decide
- you want to quit, just enter a fictitious or outrageous file name. A
- harmless error message with be displayed and you may continue with the
- configuration utility having made no changes to the tde executable file.
-
-
- ********************************************************
-
- Available Functions in tde
-
-
- * * * Null function. No action taken by tde.
- Help Display help screen.
- Rturn Insert a line, cursor moves to inserted line.
- NextLine Move cursor to first character of next line.
- BegNextLine Move cursor to first column of next line.
- LineDown Move cursor down a line.
- LineUp Move cursor up a line.
- CharRight Move cursor right one character.
- CharLeft Move cursor left one character.
- WordRight Move cursor to first letter in next word.
- WordLeft Move cursor to first letter in previous word.
- ScreenDown Page down.
- ScreenUp Page up.
- EndOfFile Move cursor to last screen in file.
- TopOfFile Move cursor to first screen in file.
- BotOfScreen Move cursor to last line in window.
- TopOfScreen Move cursor to first line in window.
- EndOfLine Move cursor to last character in line.
- BegOfLine Toggle between first column and column 1.
- JumpToLine Move cursor to prompted line.
- CenterWindow Move cursor to center of window.
- CenterLine Move the cursor line to center of window.
- HorizontalScreenRight Page right.
- HorizontalScreenLeft Page left.
- ScrollDnLine Cursor moves with current line down.
- ScrollUpLine Cursor moves with current line up.
- FixedScrollUp Cursor does not move while text moves up.
- FixedScrollDn Cursor does not move while text moves down.
- ToggleOverWrite Toggle between insert and overwrite mode.
- ToggleIndent Toggle indent mode.
- ToggleSdel Toggle stream delete mode (delete joins lines).
- SetTabs Set the tab interval. Variable tabs not allowed.
- Tab Move to next tab (insert mode inserts spaces).
- ParenBalance Balance parenthesises under cursor - ()[]{}.
- BackSpace Move cursor left and delete left character.
- DeleteChar Delete character under cursor.
- DeleteLine Delete line under cursor.
- DelEndOfLine Delete from cursor to end of line.
- WordDelete Delete word under cursor.
- AddLine Add a line below the cursor.
- SplitLine Split the line at the cursor.
- JoinLine Join current line with line below at cursor.
- DuplicateLine Duplicate cursor line.
- AbortCommand Undo changes to current line & abort commands.
- UndoLine Undo changes to current line.
- UndoDelete Undelete lines. Saves 12 most recently deleted.
- ToggleSearchCase Match search case exactly or not.
- FindForward Prompt for string to find and search forward.
- FindBackward Prompt for string to find and search backward.
- RepeatFindForward Find next occurrence of string.
- RepeatFindBackward Find previous occurrence of string.
- ReplaceForward Prompt for find and replacement string.
- ReplaceBackward Prompt for find and replacement string.
- MarkBlock Mark box block.
- MarkLine Mark line block.
- UnMarkBlock Unmark a block.
- FillBlock Fill a box block with prompted character.
- CopyBlock Copy a block.
- KopyBlock Copy a block, original block stays marked.
- MoveBlock Move a block.
- OverlayBlock Overlay a box block.
- DeleteBlock Delete a block.
- BlockToFile Write marked block to file.
- PrintBlock Print file or marked block.
- BlockExpandTabs Expand tabs in marked block.
- File Save and exit.
- EditFile Bring in another file to editor.
- Save Save current file.
- SaveAs Save current file under new name.
- RedrawScreen Redraw all windows.
- SizeWindow Resize current window.
- SplitScreen Split current window at cursor.
- NextWindow Move cursor to next window.
- PreviousWindow Move cursor to previous window.
- ZoomWindow Make current window fill entire screen.
- NextHiddenWindow Swap current window with next hidden window.
- Quit Quit the editor without saving.