File: AutoFormat

package info (click to toggle)
krita 1%3A3.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 430,944 kB
  • ctags: 68,203
  • sloc: cpp: 798,916; xml: 7,448; ansic: 3,844; perl: 434; sh: 140; makefile: 20
file content (52 lines) | stat: -rw-r--r-- 2,175 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Autoformat feature:
words and kpresenter have autoformat feature:
-> Simple autocorrection :
	-> Convert first letter of a sentence automatically to uppercase
	-> Convert two uppercase characters to one uppercase and one lowercase
	-> Auto format Url => when we write http://www.kde.org it is replaced
	by a link variable, we detect as an url all words started by http:// ftp://
	mailto: news:/
	-> Suppress double space
	-> Suppress space at the beginning and the end of a paragraph
	-> Automatically do bold and underline formatting => when we write
	*kde* => it replace by <bold>kde</bold> and when we write _kde_
	it replaces by <underline>kde</underline>
	-> Replace 1/2 to 1/2 => replace to fraction charactere it works for
	1/2, 1/4 3/4
	-> Use auto-numbering for numbered paragraphs, when we start a paragraph
	with a <number>+<space>+<text> and we press enter this paragraph and
	next paragraph is replace by number style.
	-> use list-formatting for bulletted paragraph, when we write "* kde" and
	press enter style of paragraph is replaced by bullet style. We can
	configurate bullet.
-> Custom Quotes :
	-> we can replace double quotes and simple quotes by specific
	characters.
-> Advanced autocorrection:
	-> we can define a word which will be replaced by another word
	=> for example calligras by calligra, or microsoft by linux
->Exception:
	-> we can define list of exception word:
		=>Do not treat as the end of a sequence
		==>don't upper case after specific word.
		
		=>there is a autoInclude. Autoformat analyse line and detect
		when we force lower case after a '.'

		=>Accept to uppercase letters :
		=> there is a autoinclude. Autoformat analyse line and detect
		when we force 2 uppercase letters.
->Auto Completion:
	->When have a manual completion by default it's CTRL+E (we can configurate
	it into words or kpresenter.
	->we can save list of completion word
	->define min word length : min equals 5
	->define max number of completion word ( max = 500 )
	->Append space after completion.

-2002-03-27- calligra 1.1post.
Laurent Montel <lmontel@mandrakesoft.com>
Be careful my English is not good, so you can change all you want in this file.