forked from KolibriOS/kolibrios
t_edit: compress images so binary file size decreased from 11558 to 9237, better INI color scheme, set INI associations to TextEdit
git-svn-id: svn://kolibrios.org@7467 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
14e47edee3
commit
7cbe11191a
@ -1,7 +1,7 @@
|
|||||||
[Associations]
|
[Associations]
|
||||||
asm=/sys/TinyPad; AsmMenu1,AsmMenu2
|
asm=/sys/TinyPad; AsmMenu1,AsmMenu2
|
||||||
inc=/sys/TinyPad
|
inc=/sys/TinyPad
|
||||||
ini=/sys/TinyPad
|
ini=/sys/develop/t_edit
|
||||||
txt=/sys/TinyPad
|
txt=/sys/TinyPad
|
||||||
jpg=/sys/media/kiv
|
jpg=/sys/media/kiv
|
||||||
jpeg=/sys/media/kiv
|
jpeg=/sys/media/kiv
|
||||||
|
@ -149,7 +149,7 @@ inc /sys/tinypad
|
|||||||
mac /sys/tinypad
|
mac /sys/tinypad
|
||||||
dbg /sys/tinypad
|
dbg /sys/tinypad
|
||||||
txt /sys/tinypad
|
txt /sys/tinypad
|
||||||
ini /sys/tinypad
|
ini /sys/develop/t_edit
|
||||||
log /sys/tinypad
|
log /sys/tinypad
|
||||||
dat /sys/tinypad
|
dat /sys/tinypad
|
||||||
inf /sys/tinypad
|
inf /sys/tinypad
|
||||||
|
@ -81,11 +81,12 @@ kf=/sys/FONT_VIEWER
|
|||||||
txt=$TinyPad
|
txt=$TinyPad
|
||||||
asm=$TinyPad
|
asm=$TinyPad
|
||||||
inc=$TinyPad
|
inc=$TinyPad
|
||||||
ini=$TinyPad
|
|
||||||
log=$TinyPad
|
log=$TinyPad
|
||||||
inf=$TinyPad
|
inf=$TinyPad
|
||||||
conf=$TinyPad
|
conf=$TinyPad
|
||||||
|
|
||||||
|
ini=$TextEditor
|
||||||
|
|
||||||
fb2=$FB2Read
|
fb2=$FB2Read
|
||||||
|
|
||||||
htm=$WebView
|
htm=$WebView
|
||||||
|
@ -8,21 +8,26 @@ db p3
|
|||||||
}
|
}
|
||||||
count_colors_text dd (text-color_wnd_text)/4
|
count_colors_text dd (text-color_wnd_text)/4
|
||||||
count_key_words dd (f1-text)/48
|
count_key_words dd (f1-text)/48
|
||||||
color_cursor dd 0xffd000
|
color_cursor dd 0xf1fcd0
|
||||||
color_wnd_capt dd 0x0000a0
|
color_wnd_capt dd 0x080808 ;sidebar bg
|
||||||
color_wnd_work dd 0x000000
|
color_wnd_work dd 0x1C1C1C ;main work area bg
|
||||||
color_wnd_bord dd 0xc0c0c0
|
color_wnd_bord dd 0x606060 ;sidebar text
|
||||||
color_select dd 0x000080
|
color_select dd 0x3E3D32
|
||||||
color_cur_text dd 0x8080ff
|
color_cur_text dd 0x808080
|
||||||
color_wnd_text:
|
color_wnd_text:
|
||||||
dd 0x808080
|
dd 0xD0D0D0 ;F8F8F2
|
||||||
dd 0xffffff
|
|
||||||
dd 0xffff00
|
dd 0xffff00
|
||||||
dd 0x008080
|
dd 0x00ff00
|
||||||
dd 0x0000ff
|
dd 0x00ffff
|
||||||
dd 0x0080ff
|
dd 0x808080
|
||||||
|
dd 0xff40ff
|
||||||
|
dd 0x4080ff
|
||||||
|
dd 0xff0000
|
||||||
|
dd 0x8080ff
|
||||||
|
dd 0x00ccff
|
||||||
text:
|
text:
|
||||||
wo<'"'>,0,4,34,3
|
wo<'"'>,0,4,34,3
|
||||||
|
wo<';'>,0,4,13,4
|
||||||
wo<'#'>,0,4,13,4
|
wo<'#'>,0,4,13,4
|
||||||
wo<'0'>,0,24,,3
|
wo<'0'>,0,24,,3
|
||||||
wo<'1'>,0,24,,3
|
wo<'1'>,0,24,,3
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 699 B After Width: | Height: | Size: 384 B |
Loading…
Reference in New Issue
Block a user