summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/docs/tdebase/kate/mdi.docbook
blob: 38ddee1ee8eb6bba9a1d5e20ef21f961a4230b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<chapter id="kate-mdi">
<chapterinfo>
<authorgroup>
<author
>&Anders.Lund; &Anders.Lund.mail;</author>
<othercredit role="translator"
><firstname
>Malcolm</firstname
><surname
>Hunter</surname
><affiliation
><address
><email
>malcolm.hunter@gmx.co.uk</email
></address
></affiliation
><contrib
>Conversion to British English</contrib
></othercredit
> 
</authorgroup>
</chapterinfo>
<title
>Working With the &kate; <acronym
>MDI</acronym
></title>

<sect1 id="kate-mdi-overview">
<title
>Overview</title>

<para
>Window, View, Document, Frame, Editor... What are they all in the terminology of &kate;, and how do you get the most out of it? This chapter will explain all of that, and even more.</para>

<sect2 id="kate-mdi-overview-mainwindow">

<title
>The Main Window</title>

<para
><indexterm
><primary
>Main window</primary
></indexterm
> The &kate; Main Window is a standard &kde; application window, with the addition of dockable subwindows, or tool windows. It has a Menubar with all the common menus, and some more, and a toolbar providing access to commonly used commands.</para>

<para
>The most important part of the window is the Editing Area, by default displaying a single text editor component, in which you can work with your documents.</para>

<para
>The docking capabilities of the window is used for the tool windows:</para>

<itemizedlist>
<listitem
><para
><link linkend="kate-mdi-tools-file-list"
>The File List</link
></para
></listitem>
<listitem
><para
><link linkend="kate-mdi-tools-file-selector"
>The File Selector</link
></para
></listitem>
<listitem
><para
><link linkend="kate-mdi-tools-konsole"
>The Built in Terminal Emulator</link
></para
></listitem>
</itemizedlist>

<para
>And possibly other tool windows, for example provided by plugins.</para>

<para
><indexterm
><primary
>Tool Windows</primary
></indexterm
> The Tool Windows can be placed anywhere you want them inside or outside the main window by dragging the handle bar in the top of them with the &LMB; pressed, and stacked in shared tab windows if desired.</para>

<para
>When dragging a docked window, a black rectangle will be displayed to indicate where the window will be placed if you release the mouse button, unless you move the mouse cursor outside the main window, in which case the dragged window will become a free floating top level window.</para>

</sect2>


</sect1>

<sect1 id="kate-mdi-editor">

<title
>The Editor area</title>

<para
><indexterm
><primary
>Editing Area</primary
></indexterm
> &kate; is capable of having more than one document open at the same time, and also of splitting the editing area into any number of frames, similar to how for example &konqueror; or the popular <application
>emacs</application
> text editor works. This way you can view several documents at the same time, or more instances of the same document, handy for example if your document contains definitions in the top that you want to see often for reference. Or you could view a program source header in one frame, while editing the implementation file in another.</para>

<para
>When a document is available in more than one editor, changes made in one editor will immediately be reflected in the others as well. This includes changing the text as well as selecting text. Search operations or cursor movement is only reflected in the current editor.</para>

<para
>It is currently not possible to have more instances of the same document open in the sense that one instance will be edited while the other will not.</para>

<para
>When splitting an editor into two frames, it is divided into two equally sized frames, both displaying the current document of that editor. The new frame will be at the bottom (in the case of a horizontal split) or at the right (for a vertical split). The new frame gets the focus, which is visualised by a small green led in the focused frame.</para>

</sect1>

<sect1 id="kate-mdi-tools-file-list">
<title
>The File List</title>

<para
><indexterm
><primary
>File list</primary
></indexterm
> The file list displays a list of all documents currently open in &kate;. Modified files will have a small <guiicon
>floppy disk</guiicon
> icon on their left to indicate that state.</para>

<para
>If two or more files with the same name (located in different folders) are open, the names of the second will be prepended <quote
>&lt;2&gt;</quote
> and so on. The tool-tip for the file will display its full name including the path, allowing you to choose the desired one.</para
> <para
>To display a document in the currently active frame, click the document name in the list.</para>

<para
>The default location in the &kate; window is to the left of the editing area, in a dockable tab window shared with the <link linkend="kate-mdi-tools-file-selector"
>File Selector</link
>.</para>
</sect1>

<sect1 id="kate-mdi-tools-file-selector">
<title
>The File Selector</title>

<para
><indexterm
><primary
>File selector</primary
></indexterm
> The File Selector is a folder viewer, allowing you to open files from a displayed folder in the current frame.</para>

<para
>From top down, the file selector consist of the following elements:</para>

<variablelist>
<varlistentry>
<term
>A Toolbar</term>
<listitem>
<para
>This contains standard navigations tool buttons:</para>
<variablelist>
<varlistentry>
<term
><guibutton
>Home</guibutton
></term>
<listitem
><para
>Pressing it will cause the folder view to <command
>cd</command
> to your home folder.</para
></listitem>
</varlistentry>
<varlistentry>
<term
><guibutton
>Up</guibutton
></term>
<listitem
><para
>This will cause the folder view to <command
>cd</command
> to the immediate parent of the currently displayed folder if possible.</para
></listitem>
</varlistentry>
<varlistentry>
<term
><guibutton
>Back</guibutton
></term>
<listitem
><para
>Causes the folder view to <command
>cd</command
> to the previously displayed folder in the history. This button is disabled, if there is no previous item.</para
></listitem>
</varlistentry>
<varlistentry>
<term
><guibutton
>Forward</guibutton
></term>
<listitem
><para
>Causes the folder view to <command
>cd</command
> to the next folder in the history. This button is disabled, if there is no next folder.</para
></listitem>
</varlistentry>
<varlistentry>
<term
><guibutton
>Sync</guibutton
></term>
<listitem
><para
>This button will cause the folder view to <command
>cd</command
> to the folder of the currently active document if possible. This button is disabled, if the active document is a new, unsaved file, or the folder in which it resides can not be decided.</para
></listitem
> 
</varlistentry>
</variablelist>

</listitem>
</varlistentry>

<varlistentry>
<term
>A &URL; entry</term>
<listitem>
<para
>Here you can type the path of a folder to browse. The &URL; entry maintains a list of previously typed paths. To choose one use the arrow button to the right of the entry.</para>
<tip
><para
>The &URL; entry has folder auto-completion. The completion method can be set using the &RMB; menu of the text entry.</para
></tip>
</listitem
> 
</varlistentry>

<varlistentry>
<term
>A Folder View</term>
<listitem
><para
>This is a standard &kde; folder view.</para
></listitem>
</varlistentry>

<varlistentry>
<term
>A Filter Entry</term>
<listitem>
<para
>The Filter entry allows you to enter a filter for the files displayed in the folder view. The filter uses standard globs; patterns must be separated by white space. Example: <userinput
>*.cpp *.h *.moc</userinput
></para>
<para
>To display all files, enter a single asterisk <userinput
>*</userinput
>.</para>
<para
>The filter entry saves the last 10 filters entered between sessions, to use one, press the arrow button on the right of the entry and select the desired filter string.</para
> 
</listitem>
</varlistentry>

</variablelist>

</sect1>


<sect1 id="kate-mdi-tools-konsole">
<title
>The Built in Terminal Emulator</title>

<para
><indexterm
><primary
>Terminal emulator</primary
></indexterm
> The built in Terminal Emulator is a copy of the &kde; &konsole; terminal application, for your convenience. It is available from the <menuchoice
><guimenu
>Settings</guimenu
><guimenuitem
>Show Terminal Emulator</guimenuitem
></menuchoice
> menu item or by pressing the <keycombo action="simul"
><keycap
>F7</keycap
></keycombo
> key, and will get the focus whenever displayed. Additionally, if the <link linkend="config-dialog-general-sync-konsole"
>Sync &konsole; with active document</link
> option is enabled, it will change into the directory of the current document if possible when it is displayed, or when the current document changes.</para>

<para
>The default location in the &kate; window is at the bottom, below the editing area.</para>

<para
>You can configure the &konsole; using it's &RMB; menu, for more information, see the &konsole; manual.</para>

</sect1>

</chapter>