forked from KolibriOS/kolibrios
element 't_edit' fix function 'ted_on_open_file'
git-svn-id: svn://kolibrios.org@2348 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5ed633942d
commit
4a23260a83
@ -817,15 +817,16 @@ proc ted_on_open_file
|
||||
add eax,2
|
||||
mov dword [eax],0 ; first sumbol 'perv=0'
|
||||
|
||||
mov edx,ted_tex
|
||||
mov edx,ted_tex ; áâனª¨ ç «ì®£® á«ã¦¥¡®£® ᨬ¢®«
|
||||
; begining sumbol 'perv=0' 'next=2'
|
||||
mov dword [edx+2],0
|
||||
mov dword [edx+6],2
|
||||
|
||||
add edx,sizeof.symbol
|
||||
add edx,sizeof.symbol ; áâனª¨ ª®¥ç®£® á«ã¦¥¡®£® ᨬ¢®«
|
||||
mov dword [edx+6],0 ; last sumbol 'next=0'
|
||||
mov dword [edx+2],ebx ; last sumbol 'perv=last'
|
||||
inc dword [edx+2]
|
||||
mov dword [edx+10],0 ; áâ ¢¨¬ ¢à¥¬ï ᮧ¤ ¨ï à ¢®¥ 0, çâ® ¡ë ᨬ¢®« ¯à ¢¨«ì® ®¡à ¡ âë¢ «áï ¯à¨ ®âªàë⨨ ä ©«®¢ ¡®«ìè¨å 28 ¡ ©â
|
||||
|
||||
mov edx,ebx
|
||||
inc edx ;2 = rezerv sumbols
|
||||
@ -1911,8 +1912,8 @@ proc ted_set_undo
|
||||
jle @f
|
||||
mov ted_tim_ls,0
|
||||
@@:
|
||||
cmp edx,ted_tex
|
||||
je @f
|
||||
cmp edx,ted_tex_1
|
||||
jle @f
|
||||
|
||||
;if(tex[i].tc>ted_tim_ch){ // ¥á«¨ ᮧ¤ ¨¥ ᨬ¢®« ¡ë«® ®â¬¥¥®
|
||||
cmp [edx+10],eax
|
||||
@ -1922,17 +1923,20 @@ proc ted_set_undo
|
||||
|
||||
mov ebx,[edx+2]
|
||||
imul ebx,sizeof.symbol
|
||||
add ebx,ted_tex;.next
|
||||
add ebx,ted_tex ;ebx=tex[i].perv
|
||||
m2m dword [ebx+6],dword [edx+6] ;tex[tex[i].perv].next=tex[i].next;
|
||||
|
||||
mov ebx,[edx+6]
|
||||
imul ebx,sizeof.symbol
|
||||
add ebx,ted_tex;.perv
|
||||
add ebx,ted_tex ;ebx=tex[i].next
|
||||
m2m dword [ebx+2],dword [edx+2] ;tex[tex[i].next].perv=tex[i].perv;
|
||||
|
||||
cmp ted_ptr_free_symb,edx
|
||||
jle .no_u1
|
||||
jle .no_cor_free
|
||||
mov ted_ptr_free_symb,edx ;¬¥ï¥¬ 㪠§ ⥫ì ᢮¡®¤ë© ᨬ¢®«, ¤«ï ¡®«¥¥ ¡ëáâண® ¯®¨áª ¯ ¬ïâ¨
|
||||
.no_cor_free:
|
||||
mov edx,ebx ;®¯â¨¬¨§¨à㥬 ¯® ᪮à®á⨠(edx ¯®á«¥ ¢ë§®¢ ted_get_text_next_pos ¡ã¤¥â à ¢¥ ebx)
|
||||
jmp @b
|
||||
.no_u1:
|
||||
|
||||
;else if(tex[i].td>ted_tim_ch) tex[i].td=0; // ¥á«¨ 㤠«¥¨¥ ᨬ¢®« ¡ë«® ®â¬¥¥®
|
||||
|
Loading…
Reference in New Issue
Block a user