add some default formatters

This commit is contained in:
Evgenii Alekseev 2016-07-30 17:41:33 +03:00
parent bcf757477b
commit f1116d1f83
8 changed files with 124 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[Desktop%20Entry]
Comment=Default float formatter
Encoding=UTF-8
Name=Float
X-AW-Active=true
X-AW-ApiVersion=2
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
X-AW-ForceWidth=false
X-AW-Format=102
X-AW-Interval=1
X-AW-Multiplier=1
X-AW-Number=0
X-AW-Precision=1
X-AW-Summand=0
X-AW-Type=Float
X-AW-Width=5

View File

@ -0,0 +1,16 @@
[Desktop%20Entry]
Comment=Default integer formatter
Encoding=UTF-8
Name=Integer
X-AW-Active=true
X-AW-ApiVersion=2
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
X-AW-ForceWidth=false
X-AW-Format=102
X-AW-Interval=1
X-AW-Multiplier=1
X-AW-Number=2
X-AW-Precision=0
X-AW-Summand=0
X-AW-Type=Float
X-AW-Width=4

View File

@ -0,0 +1,12 @@
[Desktop%20Entry]
Comment=Default list formatter
Encoding=UTF-8
Name=List
X-AW-Active=true
X-AW-ApiVersion=2
X-AW-Filter=
X-AW-Interval=1
X-AW-Number=5
X-AW-Separator=","
X-AW-Sort=false
X-AW-Type=NoFormat

View File

@ -0,0 +1,16 @@
[Desktop%20Entry]
Comment=Float formatter with two symbols
Encoding=UTF-8
Name=FloatTwoSymbols
X-AW-Active=true
X-AW-ApiVersion=2
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
X-AW-ForceWidth=false
X-AW-Format=102
X-AW-Interval=1
X-AW-Multiplier=1
X-AW-Number=1
X-AW-Precision=2
X-AW-Summand=0
X-AW-Type=Float
X-AW-Width=5

View File

@ -0,0 +1,16 @@
[Desktop%20Entry]
Comment=Long integer formatter
Encoding=UTF-8
Name=LongInteger
X-AW-Active=true
X-AW-ApiVersion=2
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
X-AW-ForceWidth=false
X-AW-Format=102
X-AW-Interval=1
X-AW-Multiplier=1
X-AW-Number=3
X-AW-Precision=0
X-AW-Summand=0
X-AW-Type=Float
X-AW-Width=5

View File

@ -0,0 +1,16 @@
[Desktop%20Entry]
Comment=Memory in GB formatter
Encoding=UTF-8
Name=MemGB
X-AW-Active=true
X-AW-ApiVersion=2
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
X-AW-ForceWidth=false
X-AW-Format=102
X-AW-Interval=1
X-AW-Multiplier=1048576
X-AW-Number=6
X-AW-Precision=1
X-AW-Summand=0
X-AW-Type=Float
X-AW-Width=5

View File

@ -0,0 +1,16 @@
[Desktop%20Entry]
Comment=Memory in MB formatter
Encoding=UTF-8
Name=MemMB
X-AW-Active=true
X-AW-ApiVersion=2
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
X-AW-ForceWidth=false
X-AW-Format=102
X-AW-Interval=1
X-AW-Multiplier=1024
X-AW-Number=7
X-AW-Precision=0
X-AW-Summand=0
X-AW-Type=Float
X-AW-Width=5

View File

@ -0,0 +1,16 @@
[Desktop%20Entry]
Comment=Short integer formatter
Encoding=UTF-8
Name=ShortInteger
X-AW-Active=true
X-AW-ApiVersion=2
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
X-AW-ForceWidth=false
X-AW-Format=102
X-AW-Interval=1
X-AW-Multiplier=1
X-AW-Number=4
X-AW-Precision=0
X-AW-Summand=0
X-AW-Type=Float
X-AW-Width=3