Warning, /office/calligra/libs/text/AutoFormat is written in an unsupported language. File is not indexed.

0001 Autoformat feature:
0002 Words and Stage have autoformat feature:
0003 -> Simple autocorrection :
0004         -> Convert first letter of a sentence automatically to uppercase
0005         -> Convert two uppercase characters to one uppercase and one lowercase
0006         -> Auto format Url => when we write http://www.kde.org it is replaced
0007         by a link variable, we detect as an url all words started by http:// ftp://
0008         mailto: news:/
0009         -> Suppress double space
0010         -> Suppress space at the beginning and the end of a paragraph
0011         -> Automatically do bold and underline formatting => when we write
0012         *kde* => it replace by <bold>kde</bold> and when we write _kde_
0013         it replaces by <underline>kde</underline>
0014         -> Replace 1/2 to 1/2 => replace to fraction charactere it works for
0015         1/2, 1/4 3/4
0016         -> Use auto-numbering for numbered paragraphs, when we start a paragraph
0017         with a <number>+<space>+<text> and we press enter this paragraph and
0018         next paragraph is replace by number style.
0019         -> use list-formatting for bulletted paragraph, when we write "* kde" and
0020         press enter style of paragraph is replaced by bullet style. We can
0021         configurate bullet.
0022 -> Custom Quotes :
0023         -> we can replace double quotes and simple quotes by specific
0024         characters.
0025 -> Advanced autocorrection:
0026         -> we can define a word which will be replaced by another word
0027         => for example calligras by calligra, or microsoft by linux
0028 ->Exception:
0029         -> we can define list of exception word:
0030                 =>Do not treat as the end of a sequence
0031                 ==>don't upper case after specific word.
0032                 
0033                 =>there is a autoInclude. Autoformat analyse line and detect
0034                 when we force lower case after a '.'
0035 
0036                 =>Accept to uppercase letters :
0037                 => there is a autoinclude. Autoformat analyse line and detect
0038                 when we force 2 uppercase letters.
0039 ->Auto Completion:
0040         ->When have a manual completion by default it's CTRL+E (we can configurate
0041         it into Words or Stage.
0042         ->we can save list of completion word
0043         ->define min word length : min equals 5
0044         ->define max number of completion word ( max = 500 )
0045         ->Append space after completion.
0046 
0047 -2002-03-27- calligra 1.1post.
0048 Laurent Montel <lmontel@mandrakesoft.com>
0049 Be careful my English is not good, so you can change all you want in this file.
0050 
0051 
0052