diff options
Diffstat (limited to 'doc/kdevelop/file-browsers.docbook')
-rw-r--r-- | doc/kdevelop/file-browsers.docbook | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/kdevelop/file-browsers.docbook b/doc/kdevelop/file-browsers.docbook index f8b37735..93a096e5 100644 --- a/doc/kdevelop/file-browsers.docbook +++ b/doc/kdevelop/file-browsers.docbook @@ -2,7 +2,7 @@ <title>The File Browsers</title> <para> -On the left side of the main window, &kdevelop; can display various kinds of +On the left side of the main window, &tdevelop; can display various kinds of lists and trees for the selection of files: </para> @@ -13,14 +13,14 @@ lists and trees for the selection of files: <para> This shows a tree view of the file hierarchy below the project directory. If you click on a file, it is loaded into the editor. For files which do not -contain text, &kdevelop; starts an application that can handle the respective +contain text, &tdevelop; starts an application that can handle the respective MIME type. </para> <para> The file tree is regularly updated whenever something changes in the file system. For example, if you create new files or directories (even outside -&kdevelop;), this is immediately reflected in the file list. On &Linux;, +&tdevelop;), this is immediately reflected in the file list. On &Linux;, this feature makes use of the FAM library. On other operating systems or over NFS, the directories shown are polled in small intervals. </para> @@ -62,7 +62,7 @@ The groups shown in this view can be configured under <guibutton>File views</guibutton> in the <guimenuitem>Project options</guimenuitem> dialog. In order to customize the view to your needs, it is helpful to understand how files are distributed on -the groups. For each file, &kdevelop; goes through all groups from top to +the groups. For each file, &tdevelop; goes through all groups from top to bottom. In each group, it looks whether the file name matches one of the patterns. If there is a match, the file is shown in this group and the iteration is aborted. This makes it clear that more general patterns should |