flat assembler
Message board for the users of flat assembler.

Index > IDE Development > loose caret.....

Author
Thread Post new topic Reply to topic
Crukko



Joined: 26 Nov 2005
Posts: 118
Crukko 08 Mar 2006, 03:11
Did you ever loose the caret when writing source?? Rolling Eyes

I think I found a possible solution Twisted Evil
here it is

Code:
ASMEDIT.INC   line 376
        push    eax
        mov     eax, [caret_y]
        cmp     [rect.top], eax
        jne     .cnt
        invoke  SetBkColor,ebx,[selection_background]
        invoke  SetTextColor,ebx,[selection_text]
      .cnt:
        pop     eax

FASMW.ASM      line 1012
        invoke  SendMessage,[hwnd_asmedit],WM_SIZE,0,0
    

add these lines in the respective files, then recompile FasmW....
Wink

Let me know, ok?
Post 08 Mar 2006, 03:11
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.