2
kword and kpresenter have autoformat feature:
3
-> Simple autocorrection :
4
-> Convert first letter of a sentence automatically to uppercase
5
-> Convert two uppercasecharacters to one uppercase and one lowercase
6
-> Auto format Url => when we write http://www.kde.org it replaces
7
by a link variable, we detect a url all word we start by http:// ftp://
9
-> Suppress double space
10
-> Suppress space at the beginning and the end of paragraph
11
-> Automatically do bold and underline formatting => when we write
12
*kde* => it replace by <bold>kde</bold> and when we write _kde_
13
it replaces by <underline>kde</underline>
14
-> Replace 1/2 to 1/2 => replace to fraction charactere it works for
16
-> Use auto-numbering for numbered paragraphs, when we start a paragraph
17
with a <number>+<space>+<text> and we press enter this paragraph and
18
next paragraph is replace by number style.
19
-> use list-formatting for bulletted paragraph, when we write "* kde" and
20
press enter style of paragraph is replaced by bullet style. We can
23
-> we can replace double quotes and simple quotes by specific
25
-> Advanced autocorrection:
26
-> we can define word which will replace by a other word
27
=> for example koffices by koffice, or microsoft by linux
29
-> we can define list of exception word:
30
=>Do not treat as the end of a sequence
31
==>don't upper case after specific word.
33
=>there is a autoInclude. Autoformat analyse line and detect
34
when we force lower case after a '.'
36
=>Accept to uppercase letters :
37
=> there is a autoinclude. Autoformat analyse line and detect
38
when we force 2 uppercase letters.
40
->When have a manual completion by default it's CTRL+E (we can configurate
41
it into kword or kpresenter.
42
->we can save list of completion word
43
->define min word length : min equals 5
44
->define max number of completion word ( max = 500 )
45
->Append space after completion.
47
-2002-03-27- koffice 1.1post.
48
Laurent Montel <lmontel@mandrakesoft.com>
49
Be carefull my english is not good, so you can change all you want in this file.