MalcolmHuntermalcolm.hunter@gmx.co.ukConversion to British EnglishThe FundamentalsIf you have ever used a text editor, you will have no problem using &kate;. In the next two sections, Starting &kate; and in Working with &kate;, we'll show you everything you need to get up and running quickly. Starting &kate;You can start &kate; from the TDE menu or from the command line. From the MenuOpen the &kde; program menu by clicking on the big K icon on the toolbar at the bottom left of your screen. This will raise the program menu. Move your cursor up the menu to the Editors menu item. A list of available editors will appear. Choose &kate;. Unless you configure &kate; not to, it will load the last files you edited. See Configuring &kate; to learn how to toggle this feature on and off. From the Command LineYou can start &kate; by typing its name on the command line. If you give it a file name, as in the example below, it will open or create that file. %kateIf you have an active connection, and permission, you can take advantage of &kde;'s network transparency to open files on the internet. %kateCommand Line Options&kate; accepts following command line options:kateThis lists the most basic options available at the command line. kateThis lists the options available for changing the way &kate; interacts with &Qt;. kateThis lists the options available for changing the way &kate; interacts with &kde;. kateThis lists all of the command line options. kateLists &kate;'s authors in the terminal window. kateLists version information for &Qt;, &kde;, and &kate;. Also available through katekateShows licence information. Drag and Drop&kate; uses the &kde; Drag and Drop protocol. Files may be dragged and dropped onto &kate; from the Desktop, &konqueror; or some remote ftp site opened in one of &konqueror;'s windows. Working with &kate;Quick Start will show you how to toggle four simple options that will let you configure some of &kate;'s more powerful features right away. Keystroke Commands lays out some of the default keystroke shortcuts for those who can't or don't want to use a mouse. Quick StartThis section will describe some of the items on the Settings menu so that you can quickly configure &kate; to work the way you want it. When you start &kate; for the first time you'll see two windows with white backgrounds. Above the two windows is a toolbar with the usual labelled icons. And above that, a menu bar. The left-hand window is a dockable side bar. It combines the Filelist and Fileselector windows. Switch between the two by clicking on the tabs at the top of the window. If you've started &kate; with a file, the right-hand window will show the file you are editing and the Filelist on the side bar will show the name of the file. Use the Fileselector window to open files. You can toggle the Filelist and Fileselector window on and off in Settings menu. This menu offers you your first glimpse into &kate;'s power and flexibility. In this section we'll look at four items: Show ToolbarToggles the toolbar on and off. Show FilelistToggles the Filelist on and off. If the Filelist/Fileselector window is not open, &kate; launches the side bar as a separate, undocked, window. To dock the window grab the two thin parallel lines above the tabs by clicking on them with your &LMB; and holding the button down. Drag the the window into &kate;'s editing window and release the &LMB; when you have positioned the Filelist/Fileselector window as you prefer. If you have grabbed the two parallel lines successfully your mouse pointer will turn into two crossed arrows as you drag. Show FileselectorToggles the Fileselector on and off. This menu item is the same as Show Filelist with one difference. Toggling it on launches the window with the Fileselector on top. Show ConsoleToggles a console emulator on and off at the bottom of &kate;'s window. In other words, it gives you a command line within the application. Keystroke CommandsMany of &kate;'s keystroke commands (shortcuts) are configurable by way of the Settings menu. By default &kate; honours the following key bindings. InsertToggle between Insert and Overwrite mode. When in insert mode the editor will add any typed characters to the text and push any previously typed data to the right of the text cursor. Overwrite mode causes the entry of each character to eliminate the character immediately to the right of the text cursor.Left ArrowMove the cursor one character to the left Right ArrowMove the cursor one character to the right Up ArrowMove the cursor up one line Down ArrowMove the cursor down one line Page UpMove the cursor up one page Page DownMove the cursor down one page BackspaceDelete the character to the left of the cursor HomeMove the cursor to the beginning of the line EndMove the cursor to the end of the line DeleteDelete the character to the right of the cursor (or any selected text)&Shift;Left ArrowMark text one character to the left &Shift;Right ArrowMark text one character to the right F1Help&Shift;F1What's this?&Ctrl;FFindF3Find again&Ctrl;BSet a Bookmark&Ctrl;CCopy the marked text to the clipboard. &Ctrl;NNew document&Ctrl;PPrint &Ctrl;QQuit - close active copy of editor &Ctrl;RReplace&Ctrl;SSave your file.&Ctrl;VPaste.&Ctrl;XDelete the marked text and copy it to the clipboard. &Ctrl;ZUndo&Ctrl;&Shift;ZRedoGetting HelpWith &kate;This manualOffers detailed documentation on all menu commands, configuration options, tools, dialogues, plugins &etc; as well as descriptions of of the &kate; window, the editor and various concepts used in the application.Press F1 or use the HelpContents menu topic to view this manual.What's This HelpWhat's This help offers immediate help with single elements of graphical windows, such as buttons or other window areas.We strive to provide What's This help for any elements for which it makes sense. It is available throughout the configuration dialogue, and in many other dialogues as well.To employ What's This help, press &Shift;F1 or use the HelpWhat's This menu item to enable What's This mode. The cursor will turn into an arrow with a question mark, and you can now click any element in the window to read the What's This help for that element, if it is available.Help Buttons in DialoguesSome dialogues have a Help Button. Pressing it will start the &khelpcenter; and open the relevant documentation.With Your Text Files&kate; does not (yet!) provide any means for reading document related documentation. Depending on the file you are editing, you may find the Built in &konsole; helpful for viewing related &UNIX; manual pages or info documentation, or you can use &konqueror;.