Hi KetilO,
Your email seem not working well :mad:
One question. Open C--IDE, open a C-- file (*.C--), click on new file tab to create a new file, click on C-- file tab you just open, the IDE cannot switch to the C-- file.
IF I disable (place //) line 309 file C--IDE.C--, everything goes right.
Any idea.
Your email seem not working well :mad:
One question. Open C--IDE, open a C-- file (*.C--), click on new file tab to create a new file, click on C-- file tab you just open, the IDE cannot switch to the C-- file.
IF I disable (place //) line 309 file C--IDE.C--, everything goes right.
Any idea.
Hi QS_Ong
Strange behaviour. I have no idea but noticed that if you press enter in the new file it all works again.
Guess it has to do with a line count of 0.
KetilO
Strange behaviour. I have no idea but noticed that if you press enter in the new file it all works again.
Guess it has to do with a line count of 0.
KetilO
Hi KetilO,
Is this a bug:
Open SimEd, Demo->Hilite selection->color #1, nothing happened until you press ENTER key.
Is this a bug:
Open SimEd, Demo->Hilite selection->color #1, nothing happened until you press ENTER key.
Hi QS_Ong
It's a bug. Will be corrected soon.
KetilO
It's a bug. Will be corrected soon.
KetilO
Hi KetilO, I am trying to use RAEdit as a C language source editor. I wish to discard comment highlight of assembly language, in other word, to make ';' no more meaning to RAEdit. How can I realize this?
Hi optimus
Use REM_SETCHARTAB to change the meaning of characters.
KetilO
Use REM_SETCHARTAB to change the meaning of characters.
KetilO
Thanks, I got it. And is it possible to make the lines between /* and */ displayed in comment color in RAEdit?
REM_SETCOMMENTBLOCKS
Hi KetilO,
I'm facing a problem.
Open a new file, open another file, use mouse click at first file tab to switch to first file, copy something, use ctrl-tab to switch to second file, paste it, close the file, the IDE will ask for save, but the name is the first filename, it should be the second filename, and if I click yes to save it, the IDE save at first file not second file.
I notice that when I use ctrl-tab to switch between files, in file C--IDE.C-- line 240, it call ChildSetTab(TabTools.C-- line 167) function to refresh the tab control. And it does not refresh the FileName. But if I put "lstrcpy(#FileName,#EBX.TABMEM.filename)" (in order to avoid above bug) in ChildSetTab function, the IDE cannot open file.
Any idea? How you do in RadASM? :)
Thanks
I'm facing a problem.
Open a new file, open another file, use mouse click at first file tab to switch to first file, copy something, use ctrl-tab to switch to second file, paste it, close the file, the IDE will ask for save, but the name is the first filename, it should be the second filename, and if I click yes to save it, the IDE save at first file not second file.
I notice that when I use ctrl-tab to switch between files, in file C--IDE.C-- line 240, it call ChildSetTab(TabTools.C-- line 167) function to refresh the tab control. And it does not refresh the FileName. But if I put "lstrcpy(#FileName,#EBX.TABMEM.filename)" (in order to avoid above bug) in ChildSetTab function, the IDE cannot open file.
Any idea? How you do in RadASM? :)
Thanks
Hi Ketilo,
Block menu -- Please, change F10 by F9 for comments.
Regards
ipadilla
Block menu -- Please, change F10 by F9 for comments.
Regards
ipadilla
Hi QS_Ong
Strange problem. RadASM uses a different method. Have a look at how it is done in SimEd.
KetilO
Strange problem. RadASM uses a different method. Have a look at how it is done in SimEd.
KetilO
Hi ipadilla
Thanks,
Updated SimEd is uploaded to my web-site.
KetilO
Thanks,
Updated SimEd is uploaded to my web-site.
KetilO
Strange problem. RadASM uses a different method. Have a look at how it is done in SimEd.
Hi KetilO,
C--IDE is MDI, ctrl-tab to switch between document. But SimEd is SDI, ctrl-tab didn't work. :(
Ketil,
SimEd doesn't show how RAEdit prints. Is there anything special to do?
Thanks,
JC
SimEd doesn't show how RAEdit prints. Is there anything special to do?
Thanks,
JC
Hi JimmyClif
RAEdit does not have any functions that help you print.
The latest upload of SimEd (06-01-2004) has a print function.
KetilO
RAEdit does not have any functions that help you print.
The latest upload of SimEd (06-01-2004) has a print function.
KetilO
Thanks a lot. I thought I better ask ;)
Cheers,
Jimmy
Cheers,
Jimmy
I've downloaded the latest RAEdit and RAGrid, but my program crashes when loading them (It works fine with the older ones)
It crashes here (in ragrid.dll, the same with raedit.dll):
It crashes here (in ragrid.dll, the same with raedit.dll):
100016D4 call 1000568A
100016D9 push esi
100016DA push edi
100016DB mov edi,eax
100016DD add edi,dword ptr [esi]
100016DF mov eax,dword ptr [ebp+14h]
100016E2 mov eax,dword ptr [eax]
100016E4 mov dword ptr [edi],eax <----here!!
100016E6 pop edi
100016E7 pop esi
100016E8 push dword ptr [ebx+68h]
100016EB call 10005690
100016F0 ret
Hi optimus
Thanks, bug in RAGrid fixed. For RAEdit you MUST use the latest include file. Also see the notes on text drag & drop.
KetilO
Thanks, bug in RAGrid fixed. For RAEdit you MUST use the latest include file. Also see the notes on text drag & drop.
KetilO
works ok now with both RAGrid and RAEdit!
Hi all
Here is RAEdit as a VB custom control (ocx).
Makes it easy to use RAEdit in a VB project.
KetilO
Here is RAEdit as a VB custom control (ocx).
Makes it easy to use RAEdit in a VB project.
KetilO