Menu EntriesThe File Menu&Ctrl;NFileNew
This command starts a new document in the editing
window. In the Filelist on the left the new file
is named Untitled.
&Ctrl;OFileOpen
This command does not open a file. It
launches &kde;'s open file dialog box which waits for you
to select the files you want to open.
The open file dialog box works like a simple version of &konqueror;. Use
your &LMB; to click on a file name to select it. Double-click on a file
name to open that file. Once you've selected a file name, you can also
press the OK button to open the
file.
Select multiple files by holding down the &Ctrl; or the
&Shift; key along with the &LMB;.
&Ctrl;Left
click selects one file at a time.
&Shift;Left
click selects a contiguous set of files.
Clicking on a directory name in the file selection window
opens that directory and displays its contents.
Clicking on a file name shows a thumbnail view of the file in the
preview window to the right of the file system window.
Use the buttons and combo box on the toolbar above the file selection
window to move through the file system or to adjust the properties of
the open file dialog box.
Below the file selection window is the Location
combo box. Type the name of the file you want to edit
here. If you click the arrow on the right of the drop down
box, you can choose from recently used files. Open several
files at once by quoting each file name.
Below the Location combo box is the Filter combo box. Enter file masks
here to filter the kinds of files shown in the selection window. For
example, typing the filter *.txt and
pressing Enter will limit the display to files with a
.txt extension. The Filter combo
contains a list of your most recently used filters.
FileOpen Recent
This command allows you to open a file from a submenu
that contains a list of recently edited files.
&Ctrl;SFileSave
This command saves your file. Use it often. If the file is
Untitled then
Save becomes
Save As.
FileSave AsName and rename files with this command.
It launches the save file dialog box. This dialog works just as
the open file dialog box does. You can use it to navigate through
your file system, preview existing files, or filter your file
view with file masks.
Type the name you want to give the file you are saving in the
Location combo box and press the
OK button.
&Ctrl;LFileSave All
This command saves all open files.
F5FileReloadReloads the active file from disk. This command is
useful if another program or process has changed the file while you have
it open in &kate;
FileOpen with
This command launches the open with dialog box that allows you to
select another application to open the active
file. Your file will still be open in &kate;.
&Ctrl;PFilePrintPrint the active file.
&Ctrl;WFileCloseClose the active file with this command. If you
have made unsaved changes, you will be prompted to save
the file before &kate; closes it.
FileClose All
This command closes all the files you have open
in &kate;.
FileNew WindowOpens another instance of &kate;.
The new instance will be identical to your previous instance.
&Ctrl;QFileQuit
This command closes &kate; and any files you were
editing. If you have made unsaved changes to any of the files you were
editing, you will be prompted to save them.
The Edit MenuThe Edit menu contains a host of commands,
all to work with the currently active document.Menu Entries&Ctrl;ZEditUndoUndo the last editing command (typing, copying, cutting etc.)If grouped undo is enabled, this may undo several editing commands of the same type, like typing in characters.&Ctrl;&Shift;ZEditRedoRedo the last undo step.&Ctrl;XEditCutRemoves selected text if any, and places a copy of the removed text in the clipboard.&Ctrl;CEditCopyCopies selected text, if any, to the clipboard.&Ctrl;VEditPasteCopies the first item in the clipboard into the editor at cursor position.If Overwrite Selection is enabled, the pasted text will overwrite the selection, if any.&Ctrl;AEditSelect AllSelects all text in the editor.&Ctrl;&Shift;AEditDeselectDeselects the selected text in the editor if any.F4EditToggle Block SelectionToggles Selection Mode. When the Selection Mode is BLOCK, you can make vertical selections,
ie select column 5 to 10 in lines 9 to 15.The status bar shows the current state of the Selection Mode, either NORM or BLK.&Ctrl;FEditFindLaunch the Find Dialog to allow you to search for text in the edited document.F3EditFind NextGo to the nearest downwards match of the last text or regular expression searched for, starting from cursor position&Shift;F3EditFind PreviousGo to the nearest upwards match of the last text or regular expression searched for, starting from cursor position&Ctrl;REditReplaceLaunch the Replace Dialog to replace one or more instances of a defined text with something else.&Ctrl;IEditIndentAdds one indent step to the current line, or all lines covered by a possible selection.The indentation depends on the settings in the Indent Page of the Configuration Dialog.&Ctrl;&Shift;IEditUnindentRemoves one indent step from the current line, or all lines covered by a possible selection.The indentation depends on the settings in the Indent Page of the Configuration Dialog.&Ctrl;#EditCommentEnclose or prepend the current line, or any selected text, with (a) comment marker(s), according to the rules defined by the
syntax rules for the document. Does nothing if no comment rules are defined.This is interesting mostly when working with source code, for example with C/C++, perl, python &etc;,
as well as with markup text like HTML, &XML;, CSS and so on.&Ctrl;&Shift;#EditRemove comment marker(s) from the current line, or a possible selection, according to the
syntax rules for the document.
See also EditComment&Ctrl;GEditGo to line...Launches the Go To Line Dialog, allowing you to enter the number of a line to find in
the documentThe DocumentMenuThe Document menu has two purposes:Allowing you to change the document-specific settings for the
currently active document.Choosing which of the open documents to work onA menu entry for each open document will be available below the entries documented here.
Clicking one of these will bring the requested document to focus. If you have multiple
frames, an editor for that document will be displayed in the currently active frame.Menu items&Alt;LeftDocumentBackThis will bring the previous document in the stack in focus. If you have
multiple frames, an editor for the document will be displayed in the currently
active frame.The order is the order in which documents were
opened, rather than a logical history. This behavior may change in future
versions of &kate;.&Alt;RightDocumentForwardThis will bring the previous document in the stack in focus. If you have
multiple frames, an editor for the document will be displayed in the currently
active frame.The order is the order in which the documents were opened,
rather than a logical history. This behavior may change in future versions of
&kate;.DocumentHighlight ModeThe Highlight Mode menu allows you to manually
decide which syntax rules to use for highlighting and
comment'ing
the active document. The menu groups the available syntax rule sets into logical groups.DocumentEnd of LineThis menu allows you to manually set the End of Line mode for
the active document. Changing the mode will replace all line
separators in the document with the character sequence for the new
mode.The available modes are:UnixOn &UNIX; systems, end of line is a single newline
character.DOSOn DOS (and &Windows;) systems, end
of line is represented by a carriage return followed by a
newline.MacOn &Mac; systems, end of line is represented by a by a
carriage return.The View menuThe View menu allows you to manage settings
specific to the active editor, and to manage frames.Menu Items&Ctrl;&Shift;LViewSplit VerticalThis will split the frame (which may be the main editing area) in two equally sized frames,
the new one to the left of the current one. The new frame gets the focus, and will display the
same document as the old one.See also Working with the &kate; MDI&Ctrl;&Shift;TViewSplit HorizontalSplits the current frame (which may be the main editing area) in two equally sized frames,
the new one at the bottom half. The new frame gets the focus, and displays the same document as
the old one.See also Working with the &kate; MDI&Ctrl;&Shift;RViewClose CurrentCloses the active frame. This is disabled, if there is only one frame
(the main editing area).No documents get closed by closing a
frame – they will still be available in the Documents Menu as well as in
the File List.See also Working with the
&kate; MDIF6ViewShow Icon BorderThis is a toggle item. Setting it on checked will make the
side of the active editor, and vice versa.F11ViewShow Line NumbersThis is a toggle Item. Setting it on checked will make a pane displaying
the line numbers of the document visible in the left border of the active editor,
and vice versa.ViewGoF8Next ViewMove focus to the next frame; the order is following order of creation rather than
that of visual logic. This behavior may change in a future version of &kate;See also Working with the &kate; MDI&Shift;F8Previous ViewMove focus to the previous frame; the order is following order of creation rather than
that of visual logic. This behavior may change in a future version of &kate;See also Working with the &kate; MDIThe Bookmarks MenuThe Bookmarks menu allows you to work with
the bookmarks in the currently active document.Below the entries described here, one entry for each bookmark in
the active document will be available. The text will be the first few
words of the marked line. Choose an item to move the cursor to the
start of that line. The editor will scroll as necessary to make that
line visible.Menu Items&Ctrl;BBookmarksToggle BookmarkSets or removes a bookmark in the current line of the active document. (If it's there, it is removed, otherwise one is set.)BookmarksClear BookmarksClears (removes) all bookmarks of the active document.The Tools MenuThe Tools menu contains commands of two categories:
Tools doing advanced editing of the current document,
for example Editing
Command.Tools adding functionality to the application, for example the
Find in
Files tool.&Ctrl;MEditEditing Command...Launch the Editing Command Dialog&Ctrl;&Shift;FEditFind in Files...Launch the Find In Files Dialog to search for a specified text in files on disk.EditApply Word WrapApply word wrap to ? according to the settings in the ? EditSpelling...Spell check the current document using the &kde; spell checkerThe Settings MenuThe Settings menu allows you to change the properties
of the main window, such as showing/hiding toolbars and boxes, and provides
access to the configuration dialogs.SettingsShow ToolbarToggles the display of the main toolbar.SettingsShow FilelistToggle the display of the &kate; FilelistSettingsShow FileselectorToggle the display of the &kate; File SelectorF7SettingsShow KonsoleToggles the display of the built in terminal emulator.When activated the first time, the terminal will be created.When the terminal emulator is displayed, it will get the focus, so that you can start
typing in commands immediately. If the Sync Konsole with Active
Document option is enabled in the General Page of the
Main configuration dialog
the shell session will be cd'd to the directory of the active document, if it
is a local file.SettingsConfigure ShortcutsDisplay the the familiar &kde; Keyboard Shortcut Configuration Dialog.SettingsConfigure ToolbarsDisplay the the familiar &kde; Toolbar Configuration Dialog.SettingsConfigure &kate;Launch the Main Configuration DialogThe Help MenuThe Help menu provides
access to the online help available for &kate;; as well as to the usual about
dialogs.As well as the standard &kde; Help menu items
described below, if you have installed the tdeaddons package with
additional &kate; plugins, you will have a menu entry to show the
Plugins User Manuals.
&help.menu.documentation;