comparison kdiff3/doc/en/index.docbook @ 68:d7cafcda8c99

KDiff3 0.9.87
author joachim99
date Mon, 31 Jan 2005 22:30:47 +0000
parents efe33e938730
children 8febbfb1148c
comparison
equal deleted inserted replaced
67:ec82d69e8b0c 68:d7cafcda8c99
28 </authorgroup> 28 </authorgroup>
29 29
30 <!-- TRANS:ROLES_OF_TRANSLATORS --> 30 <!-- TRANS:ROLES_OF_TRANSLATORS -->
31 31
32 <copyright> 32 <copyright>
33 <year>2002-2004</year> 33 <year>2002-2005</year>
34 <holder>Joachim Eibl</holder> 34 <holder>Joachim Eibl</holder>
35 </copyright> 35 </copyright>
36 <!-- Translators: put here the copyright notice of the translation --> 36 <!-- Translators: put here the copyright notice of the translation -->
37 <!-- Put here the FDL notice. Read the explanation in fdl-notice.docbook 37 <!-- Put here the FDL notice. Read the explanation in fdl-notice.docbook
38 and in the FDL itself on how to use it. --> 38 and in the FDL itself on how to use it. -->
43 need them for translation coordination ! 43 need them for translation coordination !
44 Please respect the format of the date (YYYY-MM-DD) and of the version 44 Please respect the format of the date (YYYY-MM-DD) and of the version
45 (V.MM.LL), it could be used by automation scripts. 45 (V.MM.LL), it could be used by automation scripts.
46 Do NOT change these in the translation. --> 46 Do NOT change these in the translation. -->
47 47
48 <date>2004-05-29</date> 48 <date>2005-01-30</date>
49 <releaseinfo>0.9.84</releaseinfo> 49 <releaseinfo>0.9.87</releaseinfo>
50 50
51 51
52 <abstract> 52 <abstract>
53 <para></para> 53 <para></para>
54 <para> 54 <para>
57 <listitem><para>compares and merges two or three text input files or directories,</para></listitem> 57 <listitem><para>compares and merges two or three text input files or directories,</para></listitem>
58 <listitem><para>shows the differences line by line and character by character(!),</para></listitem> 58 <listitem><para>shows the differences line by line and character by character(!),</para></listitem>
59 <listitem><para>provides an automatic merge-facility,</para></listitem> 59 <listitem><para>provides an automatic merge-facility,</para></listitem>
60 <listitem><para>has an editor for comfortable solving of merge-conflicts,</para></listitem> 60 <listitem><para>has an editor for comfortable solving of merge-conflicts,</para></listitem>
61 <listitem><para>provides networktransparency via KIO,</para></listitem> 61 <listitem><para>provides networktransparency via KIO,</para></listitem>
62 <listitem><para>has options to highlight or hide changes in white-space or comments.</para></listitem> 62 <listitem><para>has options to highlight or hide changes in white-space or comments,</para></listitem>
63 <listitem><para>supports Unicode, UTF-8 and other file encodings.</para></listitem>
63 </itemizedlist> 64 </itemizedlist>
64 </para><para> 65 </para><para>
65 This document describes KDiff3-version 0.9.84. 66 This document describes KDiff3-version 0.9.87.
66 </para> 67 </para>
67 </abstract> 68 </abstract>
68 69
69 <!-- This is a set of Keywords for indexing by search engines. 70 <!-- This is a set of Keywords for indexing by search engines.
70 Please at least include KDE, the KDE package it is in, the name 71 Please at least include KDE, the KDE package it is in, the name
219 <listitem><para>Show the line numbers for each line. </para></listitem> 220 <listitem><para>Show the line numbers for each line. </para></listitem>
220 <listitem><para>Paste clipboard or drag text into a diff input window.</para></listitem> 221 <listitem><para>Paste clipboard or drag text into a diff input window.</para></listitem>
221 <listitem><para>Networktransparency via KIO.</para></listitem> 222 <listitem><para>Networktransparency via KIO.</para></listitem>
222 <listitem><para>Can be used as diff-viewer in KDevelop 3.</para></listitem> 223 <listitem><para>Can be used as diff-viewer in KDevelop 3.</para></listitem>
223 <listitem><para>Word-wrap for long lines.</para></listitem> 224 <listitem><para>Word-wrap for long lines.</para></listitem>
225 <listitem><para>Support for Unicode, UTF-8 and other codecs.</para></listitem>
226 <listitem><para>Support for right to left languages.</para></listitem>
224 <listitem><para>...</para></listitem> 227 <listitem><para>...</para></listitem>
225 </itemizedlist> 228 </itemizedlist>
226 </sect2> 229 </sect2>
227 </sect1> 230 </sect1>
228 </chapter> 231 </chapter>
691 be deleted without backup. 694 be deleted without backup.
692 </para></listitem></varlistentry> 695 </para></listitem></varlistentry>
693 </variablelist> 696 </variablelist>
694 </sect2> 697 </sect2>
695 698
699 <sect2><title>Regional and Language Options</title>
700 <variablelist>
701 <varlistentry><term><emphasis>Language:</emphasis></term><listitem><para>Adjust the language of the user interface. Changing this option doesn't affect the running program. You have to exit and restart KDiff3 so that the language is changed. (This option is not available in the KDE version of KDiff3 because the language is adjustable in the global KDE settings.)
702 </para></listitem></varlistentry>
703 <varlistentry><term><emphasis>Use the same encoding for everything:</emphasis></term><listitem><para> The following encoding options can be adjusted separately for each item or if this option is true, all values will take the first value.
704 </para></listitem></varlistentry>
705 <varlistentry><term><emphasis>Local Encoding:</emphasis></term><listitem><para>Above the codec-selectors appears a note that tells you what the local encoding is. (This is not adjustable but for your information just in case you don't know your local encoding, but need to select it.)
706 </para></listitem></varlistentry>
707 <varlistentry><term><emphasis>File Encoding for A/B/C:</emphasis></term><listitem><para> Adjust the file encoding for input files. This has an effect on how the special characters are interpreted. Since you can adjust each codec separately you can even compare and merge files that were saved using different codecs.
708 </para></listitem></varlistentry>
709 <varlistentry><term><emphasis>File Encoding for Merge Output and Saving:</emphasis></term><listitem><para> When you have edited a file, then you can adjust which encoding will be used when saving to disk.
710 </para></listitem></varlistentry>
711 <varlistentry><term><emphasis>File Encoding for Preprocessor Files:</emphasis></term><listitem><para>When you define preprocessors then they might not be able to operate on your codec. (e.g.: Your files are 16-bit-unicode and your preprocessor can only take 8-bit-ascii.) With this option you can define the encoding of preprocessor output.
712 </para></listitem></varlistentry>
713 <varlistentry><term><emphasis>Right To Left Language:</emphasis></term><listitem><para>Some languages are written right to left. When this option is enabled, KDiff3 draws the text from right to left in the diff input windows and in the merge output window. Note that if you start KDiff3 with the command line option "--reverse" then all layouting will be done right to left too. (This is a feature provided by Qt.) This documentation was written assuming that "Right To Left Language" or reverse layout are disabled. So some references to "left" or "right" must be replaced by their respective counterpart if you use these options.
714 </para></listitem></varlistentry>
715
716 </variablelist>
717 </sect2>
718
696 <sect2><title>Miscellaneous</title> 719 <sect2><title>Miscellaneous</title>
697 <para>(These options and actions are available in menus or the buttonbar.)</para> 720 <para>(These options and actions are available in menus or the buttonbar.)</para>
698 <variablelist> 721 <variablelist>
699 <varlistentry><term><emphasis>Show line numbers:</emphasis></term><listitem><para> You can select if line numbers should be 722 <varlistentry><term><emphasis>Show line numbers:</emphasis></term><listitem><para> You can select if line numbers should be
700 shown for the input files.</para></listitem></varlistentry> 723 shown for the input files.</para></listitem></varlistentry>
1509 </para></listitem><listitem><para> 1532 </para></listitem><listitem><para>
1510 Limited support for permissions. 1533 Limited support for permissions.
1511 </para></listitem><listitem><para> 1534 </para></listitem><listitem><para>
1512 No possibility to modify permissions or modification time, so permissions or time 1535 No possibility to modify permissions or modification time, so permissions or time
1513 of a copy will differ from the original. (See the option "Trust the size".) 1536 of a copy will differ from the original. (See the option "Trust the size".)
1514 (Modifying permissions or modification time is only possible for local files.) 1537 (To modify permissions or modification time is only possible for local files.)
1515 </para></listitem> 1538 </para></listitem>
1516 </itemizedlist> 1539 </itemizedlist>
1517 </sect2> 1540 </sect2>
1518 </sect1> 1541 </sect1>
1519 1542
1640 1663
1641 <para> 1664 <para>
1642 &kdiff3; - File and Directory Comparison and Merge Tool 1665 &kdiff3; - File and Directory Comparison and Merge Tool
1643 </para> 1666 </para>
1644 <para> 1667 <para>
1645 Program copyright 2002-2004 Joachim Eibl <email>joachim.eibl at gmx.de</email> 1668 Program copyright 2002-2005 Joachim Eibl <email>joachim.eibl at gmx.de</email>
1646 </para> 1669 </para>
1647 <para> 1670 <para>
1648 Several cool ideas and bugreports came from colleagues and many people out in the Wild Wild Web. Thank you! 1671 Several cool ideas and bugreports came from colleagues and many people out in the Wild Wild Web. Thank you!
1649 </para> 1672 </para>
1650 1673
1651 <para> 1674 <para>
1652 Documentation Copyright &copy; 2002-2004 Joachim Eibl <email>joachim.eibl at gmx.de</email> 1675 Documentation Copyright &copy; 2002-2005 Joachim Eibl <email>joachim.eibl at gmx.de</email>
1653 </para> 1676 </para>
1654 1677
1655 <!-- TRANS:CREDIT_FOR_TRANSLATORS --> 1678 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
1656 1679
1657 &underFDL; <!-- FDL: do not remove --> 1680 &underFDL; <!-- FDL: do not remove -->