~ubuntu-branches/ubuntu/edgy/koffice/edgy-updates

« back to all changes in this revision

Viewing changes to lib/kotext/AutoFormat

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040509113300-xi5t1z4yxe7n03x7
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Autoformat feature:
 
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://
 
8
        mailto: news:/
 
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 
 
15
        1/2, 1/4 3/4
 
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
 
21
        configurate bullet.
 
22
-> Custom Quotes : 
 
23
        -> we can replace double quotes and simple quotes by specific
 
24
        characters.
 
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
 
28
->Exception:
 
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.
 
32
                
 
33
                =>there is a autoInclude. Autoformat analyse line and detect
 
34
                when we force lower case after a '.'
 
35
 
 
36
                =>Accept to uppercase letters :
 
37
                => there is a autoinclude. Autoformat analyse line and detect
 
38
                when we force 2 uppercase letters.
 
39
->Auto Completion:
 
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.
 
46
 
 
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.
 
50
 
 
51
 
 
52