mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-18 21:02:34 +03:00
element 't_edit' use functions 'fb_char_todown' and 'fb_char_toupper'
git-svn-id: svn://kolibrios.org@2324 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
94572b7fe1
commit
165749a220
@ -894,6 +894,30 @@ fb_char_toupper:
|
|||||||
and al, not 0x20
|
and al, not 0x20
|
||||||
ret
|
ret
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
|
fb_char_todown:
|
||||||
|
; convert character to uppercase, using cp866 encoding
|
||||||
|
; in: al=symbol
|
||||||
|
; out: al=converted symbol
|
||||||
|
cmp al, 'A'
|
||||||
|
jb .ret
|
||||||
|
cmp al, 'Z'
|
||||||
|
jbe .az
|
||||||
|
cmp al, '€'
|
||||||
|
jb .ret
|
||||||
|
cmp al, '<27>'
|
||||||
|
jb .rus1
|
||||||
|
cmp al, 'Ÿ'
|
||||||
|
ja .ret
|
||||||
|
; 0x90-0x9F -> 0xE0-0xEF
|
||||||
|
add al, 'à'-'<27>'
|
||||||
|
.ret:
|
||||||
|
ret
|
||||||
|
.rus1:
|
||||||
|
; 0x80-0x8F -> 0xA0-0xAF
|
||||||
|
.az:
|
||||||
|
add al, 0x20
|
||||||
|
ret
|
||||||
|
;---------------------------------------------------------------------
|
||||||
fb_truncated_filename_char:
|
fb_truncated_filename_char:
|
||||||
db '..'
|
db '..'
|
||||||
fb_truncated_filename_clear:
|
fb_truncated_filename_clear:
|
||||||
|
@ -59,10 +59,6 @@ ted_symbol_tab db 26 ;ascii
|
|||||||
|
|
||||||
if lang eq ru
|
if lang eq ru
|
||||||
|
|
||||||
txtFindCapt db '<27>®¨áª',0
|
|
||||||
txtFindNext db '<27> ©â¨ ¤ «¥¥',0
|
|
||||||
txtFormatCapt db '”®à¬ â',0
|
|
||||||
txtFormatApply db '<27>ਬ¥¨âì',0
|
|
||||||
txtRow db '‘âப ',0
|
txtRow db '‘âப ',0
|
||||||
txtCol db '‡ ª',0
|
txtCol db '‡ ª',0
|
||||||
txtOtm db 'Žâ¬¥ë',0
|
txtOtm db 'Žâ¬¥ë',0
|
||||||
@ -70,10 +66,6 @@ txtBuf db '
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
txtFindCapt db 'Search',0
|
|
||||||
txtFindNext db 'Find next',0
|
|
||||||
txtFormatCapt db 'Format',0
|
|
||||||
txtFormatApply db 'Apply',0
|
|
||||||
txtRow db 'Rows',0
|
txtRow db 'Rows',0
|
||||||
txtCol db 'Cols',0
|
txtCol db 'Cols',0
|
||||||
txtOtm db 'Undo',0
|
txtOtm db 'Undo',0
|
||||||
@ -99,42 +91,6 @@ EvChar db 0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0
|
|||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
db 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
db 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
;EvUpper - â ¡«¨æ ¤«ï ¯à¥®¡à §®¢ ¨ï ᨬ¢®«®¢ ª ¢¥à奬ã ॣ¨áâàã
|
|
||||||
EvUpper db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79
|
|
||||||
db 80,81,82,83,84,85,86,87,88,89,90,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159
|
|
||||||
db 0,240,0,242,0,244,0,246,0,0,0,0,0,0,0,0
|
|
||||||
;EvLover - â ¡«¨æ ¤«ï ¯à¥®¡à §®¢ ¨ï ᨬ¢®«®¢ ª ¨¦¥¬ã ॣ¨áâàã
|
|
||||||
EvLover db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111
|
|
||||||
db 112,113,114,115,116,117,118,119,120,121,122,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175
|
|
||||||
db 224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
|
||||||
db 241,0,243,0,245,0,247,0,0,0,0,0,0,0,0,0
|
|
||||||
conv_table dd 0
|
|
||||||
|
|
||||||
|
|
||||||
KM_SHIFT equ 0x00010000
|
KM_SHIFT equ 0x00010000
|
||||||
KM_CTRL equ 0x00020000
|
KM_CTRL equ 0x00020000
|
||||||
@ -1236,7 +1192,7 @@ endp
|
|||||||
;input:
|
;input:
|
||||||
; ecx = position to free insert cell
|
; ecx = position to free insert cell
|
||||||
; edx = pointer to sumbol, when insert
|
; edx = pointer to sumbol, when insert
|
||||||
; esi = pointer to added symbol
|
; esi = added symbol
|
||||||
; edi = pointer to tedit struct
|
; edi = pointer to tedit struct
|
||||||
;output:
|
;output:
|
||||||
; ecx = position to inserted cell
|
; ecx = position to inserted cell
|
||||||
@ -1258,7 +1214,7 @@ ted_char_add:
|
|||||||
push eax ebx
|
push eax ebx
|
||||||
mov eax,ted_tim_ch
|
mov eax,ted_tim_ch
|
||||||
mov dword[ecx+10],eax
|
mov dword[ecx+10],eax
|
||||||
mov al,byte[esi]
|
mov ax,si
|
||||||
mov byte[ecx],al
|
mov byte[ecx],al
|
||||||
|
|
||||||
call ted_get_text_arr_index ; *** eax=pos ***
|
call ted_get_text_arr_index ; *** eax=pos ***
|
||||||
@ -1282,14 +1238,13 @@ ted_char_add:
|
|||||||
|
|
||||||
|
|
||||||
;input:
|
;input:
|
||||||
; conv_table = pointert to convert table
|
|
||||||
; edi = pointer to tedit struct
|
; edi = pointer to tedit struct
|
||||||
;output:
|
;output:
|
||||||
; esi = count converted symbols
|
; esi = count converted symbols
|
||||||
;description:
|
;description:
|
||||||
; ”ãªæ¨ï ¨á¯®«ì§ã¥âáï ¤«ï ᬥë ॣ¨áâà ¢ë¡à ëå ᨬ¢®«®¢
|
; ”ãªæ¨ï ¨á¯®«ì§ã¥âáï ¤«ï ᬥë ॣ¨áâà ¢ë¡à ëå ᨬ¢®«®¢
|
||||||
align 4
|
align 4
|
||||||
proc ted_convert_sel_text
|
proc ted_convert_sel_text, conv_fun:dword
|
||||||
locals
|
locals
|
||||||
conv_cou dd ?
|
conv_cou dd ?
|
||||||
endl
|
endl
|
||||||
@ -1319,10 +1274,12 @@ proc ted_convert_sel_text
|
|||||||
mov edx,eax ;i=p0;
|
mov edx,eax ;i=p0;
|
||||||
mov ecx,ted_ptr_free_symb
|
mov ecx,ted_ptr_free_symb
|
||||||
@@:
|
@@:
|
||||||
mov esi,[edx]
|
push eax
|
||||||
and esi,0xff
|
mov al,byte[edx]
|
||||||
add esi,[conv_table] ;EvUpper
|
call dword[conv_fun] ;¯à¥®¡à §®¢ ¨¥ ᨬ¢®«
|
||||||
cmp byte [esi],0
|
mov esi,eax
|
||||||
|
cmp byte[edx],al
|
||||||
|
pop eax
|
||||||
je .no_change
|
je .no_change
|
||||||
m2m dword [edx+14],ted_tim_ch
|
m2m dword [edx+14],ted_tim_ch
|
||||||
call ted_char_add ;b_pos=ted_char_add(tex[i].c^32,i,false,b_pos);
|
call ted_char_add ;b_pos=ted_char_add(tex[i].c^32,i,false,b_pos);
|
||||||
@ -2562,33 +2519,27 @@ proc ted_but_paste, edit:dword
|
|||||||
endp
|
endp
|
||||||
|
|
||||||
align 4
|
align 4
|
||||||
proc ted_but_sumb_upper, edit:dword
|
proc ted_but_sumb_upper uses edi esi, edit:dword
|
||||||
push edi esi
|
mov edi,dword[edit]
|
||||||
mov edi,dword[edit]
|
|
||||||
|
|
||||||
mov [conv_table],EvUpper
|
stdcall ted_convert_sel_text,fb_char_toupper
|
||||||
call ted_convert_sel_text
|
cmp esi,0
|
||||||
cmp esi,0
|
je @f
|
||||||
je @f
|
stdcall ted_draw,edi
|
||||||
stdcall ted_draw,edi
|
@@:
|
||||||
@@:
|
ret
|
||||||
pop esi edi
|
|
||||||
ret
|
|
||||||
endp
|
endp
|
||||||
|
|
||||||
align 4
|
align 4
|
||||||
proc ted_but_sumb_lover, edit:dword
|
proc ted_but_sumb_lover uses edi esi, edit:dword
|
||||||
push edi esi
|
mov edi,dword[edit]
|
||||||
mov edi,dword[edit]
|
|
||||||
|
|
||||||
mov [conv_table],EvLover
|
stdcall ted_convert_sel_text,fb_char_todown
|
||||||
call ted_convert_sel_text
|
cmp esi,0
|
||||||
cmp esi,0
|
je @f
|
||||||
je @f
|
stdcall ted_draw,edi
|
||||||
stdcall ted_draw,edi
|
@@:
|
||||||
@@:
|
ret
|
||||||
pop esi edi
|
|
||||||
ret
|
|
||||||
endp
|
endp
|
||||||
|
|
||||||
align 4
|
align 4
|
||||||
|
Loading…
Reference in New Issue
Block a user