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.
Posted on 2004-03-09 08:10:48 by QS_Ong
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
Posted on 2004-03-10 01:58:29 by KetilO
Hi KetilO,
Is this a bug:
Open SimEd, Demo->Hilite selection->color #1, nothing happened until you press ENTER key.
Posted on 2004-03-11 08:11:54 by QS_Ong
Hi QS_Ong

It's a bug. Will be corrected soon.

KetilO
Posted on 2004-03-11 08:29:32 by 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?
Posted on 2004-04-03 06:42:56 by optimus
Hi optimus

Use REM_SETCHARTAB to change the meaning of characters.

KetilO
Posted on 2004-04-05 03:35:46 by KetilO
Thanks, I got it. And is it possible to make the lines between /* and */ displayed in comment color in RAEdit?
Posted on 2004-04-05 08:23:49 by optimus
REM_SETCOMMENTBLOCKS
Posted on 2004-04-05 15:09:03 by KetilO
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
Posted on 2004-04-08 08:51:23 by QS_Ong
Hi Ketilo,

Block menu -- Please, change F10 by F9 for comments.
Regards
ipadilla
Posted on 2004-04-15 12:18:33 by ipadilla
Hi QS_Ong

Strange problem. RadASM uses a different method. Have a look at how it is done in SimEd.

KetilO
Posted on 2004-04-19 03:22:09 by KetilO
Hi ipadilla

Thanks,
Updated SimEd is uploaded to my web-site.

KetilO
Posted on 2004-04-19 03:23:27 by 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. :(
Posted on 2004-04-21 09:00:45 by QS_Ong
Ketil,

SimEd doesn't show how RAEdit prints. Is there anything special to do?

Thanks,
JC
Posted on 2004-05-31 22:53:55 by JimmyClif
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
Posted on 2004-06-01 04:38:50 by KetilO
Thanks a lot. I thought I better ask ;)

Cheers,
Jimmy
Posted on 2004-06-01 16:36:45 by JimmyClif
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):


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
Posted on 2004-06-01 20:08:52 by optimus
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
Posted on 2004-06-02 03:55:14 by KetilO
works ok now with both RAGrid and RAEdit!
Posted on 2004-06-03 08:40:34 by optimus
Hi all

Here is RAEdit as a VB custom control (ocx).
Makes it easy to use RAEdit in a VB project.

KetilO
Posted on 2004-07-09 04:21:50 by KetilO