Warning, /utilities/kate/doc/kate/index.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
0003 "dtd/kdedbx45.dtd" [
0004   <!ENTITY gdb "<acronym>GDB</acronym>">
0005   <!ENTITY kparts "<acronym>KParts</acronym>">
0006   <!ENTITY configuring-chapter SYSTEM "configuring.docbook">
0007   <!ENTITY fundamentals-chapter SYSTEM "fundamentals.docbook">
0008   <!ENTITY menu-chapter SYSTEM "menus.docbook">
0009   <!ENTITY plugins-chapter SYSTEM "plugins.docbook">
0010   <!ENTITY development-chapter SYSTEM "development.docbook">
0011   <!ENTITY % addindex "IGNORE">
0012   <!ENTITY % English "INCLUDE"><!-- change language only here -->
0013 ]>
0014 
0015 <book id="kate" lang="&language;">
0016 <title>The &kate; Handbook</title>
0017 
0018 <bookinfo>
0019 <authorgroup>
0020 <author>&Anders.Lund; &Anders.Lund.mail;</author>
0021 <author>&Seth.Rothberg; &Seth.Rothberg.mail;</author>
0022 <author>&Dominik.Haumann; &Dominik.Haumann.mail;</author>
0023 <author>&TC.Hollingsworth; &TC.Hollingsworth.mail;</author>
0024 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0025 </authorgroup>
0026 
0027 <copyright>
0028 <year>2000</year>
0029 <year>2001</year>
0030 <holder>&Seth.Rothberg;</holder>
0031 </copyright>
0032 <copyright>
0033 <year>2002</year><year>2003</year><year>2005</year>
0034 <holder>&Anders.Lund;</holder>
0035 </copyright>
0036 <copyright>
0037 <year>2005</year><year>2009</year>
0038 <holder>&Dominik.Haumann;</holder>
0039 </copyright>
0040 <copyright>
0041 <year>2011</year><year>2012</year><year>2013</year><year>2014</year>
0042 <holder>&TC.Hollingsworth;</holder>
0043 </copyright>
0044 <legalnotice>&FDLNotice;</legalnotice>
0045 
0046 <date>2022-04-22</date>
0047 <releaseinfo>Applications 22.08</releaseinfo>
0048 
0049 <abstract>
0050 <para>&kate; is a programmer's text editor by &kde;.</para>
0051 
0052 <para>This handbook documents &kate; Version 22.08</para>
0053 </abstract>
0054 
0055 <keywordset>
0056 <keyword>KDE</keyword>
0057 <keyword>kdebase</keyword>
0058 <keyword>Kate</keyword>
0059 <keyword>text</keyword>
0060 <keyword>editor</keyword>
0061 <keyword>programmer</keyword>
0062 <keyword>programming</keyword>
0063 <keyword>projects</keyword>
0064 <keyword>MDI</keyword>
0065 <keyword>Multi</keyword>
0066 <keyword>Document</keyword>
0067 <keyword>Interface</keyword>
0068 <keyword>terminal</keyword>
0069 <keyword>console</keyword>
0070 </keywordset>
0071 
0072 </bookinfo>
0073 
0074 <chapter id="introduction">
0075 <title>Introduction</title>
0076 
0077 <para>
0078 Welcome to &kate;, a programmer's text editor by &kde;.
0079 Some of &kate;'s many features include configurable syntax
0080 highlighting for languages ranging from C and C++ to
0081 &HTML; to bash scripts, the ability to create and
0082 maintain projects, a multiple document interface
0083 (<acronym>MDI</acronym>), and a self-contained terminal emulator.
0084 </para>
0085 
0086 <para>
0087 But &kate; is more than a programmer's editor. Its ability to open
0088 several files at once makes it ideal for editing &UNIX;'s many
0089 configuration files.  This document was written in &kate;.
0090 </para>
0091 
0092 <para>
0093 <mediaobject>
0094 <imageobject><imagedata format="PNG" fileref="kate.png"/></imageobject>
0095 <caption><para>Editing this manual...</para></caption>
0096 </mediaobject>
0097 </para>
0098 
0099 </chapter>
0100 
0101 &fundamentals-chapter;
0102 
0103 <chapter id="kate-part">
0104 <title>Working with the &kate; Editor</title>
0105 <para>For information about the basics of working with the editor component
0106 underlying &kate;, see the 
0107 <ulink url="help:/katepart/kate-part.html">Working with the
0108 &katepart; Editor chapter of the &katepart; Handbook</ulink>.</para>
0109 </chapter>
0110 
0111 &plugins-chapter;
0112 
0113 <chapter id="advanced-editing-tools">
0114 <title>Advanced Editing Tools</title>
0115 <para>For information about the advanced editing tools included with &kate;,
0116 see the <ulink url="help:/katepart/advanced-editing-tools.html">Advanced Editing Tools chapter
0117 of the &katepart; Handbook</ulink>.</para>
0118 </chapter>
0119 
0120 &development-chapter;
0121 
0122 <chapter id="vi-input-mode-chapter">
0123 <title>The VI Input Mode</title>
0124 <para>For information about &kate;'s VI input mode, see the 
0125 <ulink url="help:/katepart/vi-input-mode-chapter.html">VI Input Mode chapter
0126 of the &katepart; Handbook</ulink>.</para>
0127 </chapter>
0128 
0129 &menu-chapter;
0130 
0131 &configuring-chapter;
0132 
0133 <chapter id="credits">
0134 
0135 <title>Credits and License</title>
0136 
0137 <para>
0138 &kate;. Program copyright 2000, 2001, 2002 - 2005 by the &kate; developer team.
0139 </para>
0140 
0141 <variablelist>
0142 <title>The &kate; team:</title>
0143 <varlistentry>
0144 <term>&Christoph.Cullmann; &Christoph.Cullmann.mail;</term>
0145 <listitem><para>Project Manager &amp; Core Developer</para></listitem>
0146 </varlistentry>
0147 <varlistentry>
0148 <term>&Anders.Lund; &Anders.Lund.mail;</term>
0149 <listitem><para>Core Developer, Perl syntax highlighting,
0150 documentation</para></listitem>
0151 </varlistentry>
0152 <varlistentry>
0153 <term>&Joseph.Wenninger; &Joseph.Wenninger.mail;</term>
0154 <listitem><para>Core Developer, syntax highlighting</para></listitem>
0155 </varlistentry>
0156 <varlistentry>
0157 <term>Michael Bartl <email>michael.bartl1@chello.at</email></term>
0158 <listitem><para>Core Developer</para></listitem>
0159 </varlistentry>
0160 <varlistentry>
0161 <term>Phlip <email>phlip_cpp@my-deja.com</email></term>
0162 <listitem><para>The project compiler</para></listitem>
0163 </varlistentry>
0164 <varlistentry>
0165 <term>&Waldo.Bastian; &Waldo.Bastian.mail;</term>
0166 <listitem><para>The cool buffer system</para></listitem>
0167 </varlistentry>
0168 <varlistentry>
0169 <term>Matt Newell <email>newellm@proaxis.com</email></term>
0170 <listitem><para>Testing...</para></listitem>
0171 </varlistentry>
0172 <varlistentry>
0173 <term>Michael McCallum <email>gholam@xtra.co.nz</email></term>
0174 <listitem><para>Core Developer</para></listitem>
0175 </varlistentry>
0176 <varlistentry>
0177 <term>Jochen Wilhemly <email>digisnap@cs.tu-berlin.de</email></term>
0178 <listitem><para>&kwrite; Author</para></listitem>
0179 </varlistentry>
0180 <varlistentry>
0181 <term>&Michael.Koch; &Michael.Koch.mail;</term>
0182 <listitem><para>&kwrite; port to &kparts;</para></listitem>
0183 </varlistentry>
0184 <varlistentry>
0185 <term>&Christian.Gebauer; <email>gebauer@bigfoot.com</email></term>
0186 <listitem><para>Unspecified</para></listitem>
0187 </varlistentry>
0188 <varlistentry>
0189 <term>&Simon.Hausmann; &Simon.Hausmann.mail;</term>
0190 <listitem><para>Unspecified</para></listitem>
0191 </varlistentry>
0192 <varlistentry>
0193 <term>Glen Parker <email>glenebob@nwlink.com</email></term>
0194 <listitem><para>&kwrite; Undo History, KSpell integration</para></listitem>
0195 </varlistentry>
0196 <varlistentry>
0197 <term>Scott Manson <email>sdmanson@alltel.net</email></term>
0198 <listitem><para>&kwrite; &XML; syntax highlighting support</para></listitem>
0199 </varlistentry>
0200 <varlistentry>
0201 <term>&John.Firebaugh; &John.Firebaugh.mail;</term>
0202 <listitem><para>Various Patches</para></listitem>
0203 </varlistentry>
0204 <varlistentry>
0205 <term>&Dominik.Haumann; &Dominik.Haumann.mail;</term>
0206 <listitem><para>Developer, Highlight wizard</para></listitem>
0207 </varlistentry>
0208 </variablelist>
0209 
0210 <variablelist>
0211 <title>Many other people have contributed:</title>
0212 <varlistentry>
0213 <term>Matteo Merli <email>merlim@libero.it</email></term>
0214 <listitem><para>Highlighting for RPM Spec-Files, Diff and more</para></listitem>
0215 </varlistentry>
0216 <varlistentry>
0217 <term>Rocky Scaletta <email>rocky@purdue.edu</email></term>
0218 <listitem><para>Highlighting for VHDL</para></listitem>
0219 </varlistentry>
0220 <varlistentry>
0221 <term>Yury Lebedev </term>
0222 <listitem><para>Highlighting for SQL</para></listitem>
0223 </varlistentry>
0224 <varlistentry>
0225 <term>Chris Ross</term>
0226 <listitem><para>Highlighting for Ferite</para></listitem>
0227 </varlistentry>
0228 <varlistentry>
0229 <term>Nick Roux</term>
0230 <listitem><para>Highlighting for ILERPG</para></listitem>
0231 </varlistentry>
0232 <varlistentry>
0233 <term>&John.Firebaugh;</term>
0234 <listitem><para>Highlighting for &Java;, and much more</para></listitem>
0235 </varlistentry>
0236 <varlistentry>
0237 <term>&Carsten.Niehaus;</term>
0238 <listitem><para>Highlighting for &latex;</para></listitem>
0239 </varlistentry>
0240 <varlistentry>
0241 <term>Per Wigren</term>
0242 <listitem><para>Highlighting for Makefiles, Python</para></listitem>
0243 </varlistentry>
0244 <varlistentry>
0245 <term>Jan Fritz</term>
0246 <listitem><para>Highlighting for Python</para></listitem>
0247 </varlistentry>
0248 <varlistentry>
0249 <term>&Daniel.Naber;</term>
0250 <listitem><para>Small bugfixes, &XML; plugin</para></listitem>
0251 </varlistentry>
0252 </variablelist>
0253 
0254 <para>Documentation copyright 2000,2001 &Seth.Rothberg;
0255 &Seth.Rothberg.mail;</para>
0256 
0257 <para>Documentation copyright 2002, 2003, 2005 &Anders.Lund;
0258 &Anders.Lund.mail;</para>
0259 
0260 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
0261 
0262 &underFDL;               <!-- FDL: do not remove -->
0263 &underGPL;               <!-- GPL License -->
0264 
0265 </chapter>
0266 
0267 <appendix id="regular-expressions">
0268 <title>Regular Expressions</title>
0269 
0270 <para>For information about using regular expressions in &kate;, see the
0271 <ulink url="help:/katepart/regular-expressions.html">Regular Expressions appendix
0272 to the &katepart; Handbook</ulink>.</para>
0273 
0274 </appendix>
0275 
0276 &documentation.index;
0277 
0278 <!--
0279 Index Word List:
0280 menu - context - syntax - markup - shortcuts - highlighting
0281 embedded terminal - editing - search - replace - regexp -> Regular Expression
0282 split window - selection - insert overwrite - selection -
0283 configure/customize/preferences - insert/overwrite - non-printing characters
0284 font - unicode - wordwrap/linewrap - project - bookmarks - docks - plugins
0285 block selection / rectangles - view - indenting - editor - word processor
0286 copy - paste - find - spelling - language (both kinds) - encoding -
0287 pretty printing - formatting - line numbers - icon border -
0288 folding - insert time - sed
0289 
0290 done
0291 comment / uncomment
0292 configure / settings / preferences
0293 
0294 -->
0295 
0296 </book>
0297 
0298 <!--
0299 Local Variables:
0300 mode: sgml
0301 sgml-namecase-general: t
0302 sgml-namecase-entity: nil
0303 sgml-general-insert-case: lower
0304 sgml-minimize-attributes: nil
0305 sgml-omittag: nil
0306 End:
0307 -->