Hi all
New upload at the top.
- Improved fasm struct / macro parsing.
- When dragging selected text cursor must be moved a few pixels before drag and drop is initiated.
- Included Donkeys font addin. Lets you create an initiated LOGFONT structure easily.
KetilO
New upload at the top.
- Improved fasm struct / macro parsing.
- When dragging selected text cursor must be moved a few pixels before drag and drop is initiated.
- Included Donkeys font addin. Lets you create an initiated LOGFONT structure easily.
KetilO
Hi KetilO !
First, thank you for excellent IDE.
I have some questions:
- If I open a ASM file (no create a project for it), the make menu items run well except "Run with Debug". I have set correctly the path of OllyDbg. It run the .exe file, not OllyDbg. If I open or create a project file, the "Run with Debug" run well, open OllyDbg with .exe file.
- If I press Ctrl-BackSpace, it will not delete some characters at before the caret (comma, equal ...)
Ex:
invoke RtlZeroMemory, | <= press Ctrl-Backspace here
- In project window, if I goto Root Directory (example: C:\) then goto a subdirectory (example: Temp), the root item of tree window will display: C:\\Temp
Sorry for my bad English.
Best regards !
First, thank you for excellent IDE.
I have some questions:
- If I open a ASM file (no create a project for it), the make menu items run well except "Run with Debug". I have set correctly the path of OllyDbg. It run the .exe file, not OllyDbg. If I open or create a project file, the "Run with Debug" run well, open OllyDbg with .exe file.
- If I press Ctrl-BackSpace, it will not delete some characters at before the caret (comma, equal ...)
Ex:
invoke RtlZeroMemory, | <= press Ctrl-Backspace here
- In project window, if I goto Root Directory (example: C:\) then goto a subdirectory (example: Temp), the root item of tree window will display: C:\\Temp
Sorry for my bad English.
Best regards !
hi,
After trying to replicate the C:\\temp bug got a crash when I clicked on temp folder.
Label edit appears for temp, I dont change anything, click on item underneath = crash.
Very nice SEH :)
Module name: RadASM.exe (RadASM version 2.0.4.2)
Exception code: C0000005h
EXCEPTION_ACCESS_VIOLATION
Instruction pointer: 00401067h
Registers:
eax=00000003h ebx=0054B320h ecx=00000000h
edx=0012FBD4h esi=00000000h edi=0012F767h
ebp=0012F748h esp=0012F740h eip=00401067h
Segment registers:
CS=001Bh DS=0023h SS=0023h
ES=0023h FS=003Bh GS=0000h
Flags: PF ZF IF
Stack:
C0000000 0000004E 0012F8AC 004053D9
0012F764 00000000 77E3A2D0 000502CA
00000007 005C3A43 00000000 71755025
DCBAABCD 0012F798 77E16B21 71755025
bye
X05
After trying to replicate the C:\\temp bug got a crash when I clicked on temp folder.
Label edit appears for temp, I dont change anything, click on item underneath = crash.
Very nice SEH :)
Module name: RadASM.exe (RadASM version 2.0.4.2)
Exception code: C0000005h
EXCEPTION_ACCESS_VIOLATION
Instruction pointer: 00401067h
Registers:
eax=00000003h ebx=0054B320h ecx=00000000h
edx=0012FBD4h esi=00000000h edi=0012F767h
ebp=0012F748h esp=0012F740h eip=00401067h
Segment registers:
CS=001Bh DS=0023h SS=0023h
ES=0023h FS=003Bh GS=0000h
Flags: PF ZF IF
Stack:
C0000000 0000004E 0012F8AC 004053D9
0012F764 00000000 77E3A2D0 000502CA
00000007 005C3A43 00000000 71755025
DCBAABCD 0012F798 77E16B21 71755025
bye
X05
Thanks TQN & X05
Fixed.
KetilO
Fixed.
KetilO
Hi all
New upload at the top.
- Added include / includelib file listbox. You must update assembler.ini section
- Project wizard now has a template selection dialog.
- Project wizard now can have max 16 project types.
- Make menu can now have max 16 menu items.
- Included Donkey's DialogPreview addin.
- Fixed lots of bugs.
KetilO
New upload at the top.
- Added include / includelib file listbox. You must update assembler.ini section
- Project wizard now has a template selection dialog.
- Project wizard now can have max 16 project types.
- Make menu can now have max 16 menu items.
- Included Donkey's DialogPreview addin.
- Fixed lots of bugs.
KetilO
Hi.
The last change I made to NoteTools last year made it somehow more convinient but also it made it more iritating because due to some changes I had to make the tooltip window transparent to mouse messages that caused it not to disapear when mose was over it and you were scrolling down the properties list. This would ALWAYS cause the tooltop to popup when you scroll and so obscure part of the properties window. I hated it :) I imagine you did too. Today I found some time for a quick fix. It is not working the way I wanted it to but now it takes scroll bar width and tests mouse coordinates relative to the properties list. If they are on the right edge where scroll bar is normally shown then tooltips wont popup. If scrollbar is not present it still wont show properties on the right edge but I don't think anybody minds this?
So, here is the updated version.
The last change I made to NoteTools last year made it somehow more convinient but also it made it more iritating because due to some changes I had to make the tooltip window transparent to mouse messages that caused it not to disapear when mose was over it and you were scrolling down the properties list. This would ALWAYS cause the tooltop to popup when you scroll and so obscure part of the properties window. I hated it :) I imagine you did too. Today I found some time for a quick fix. It is not working the way I wanted it to but now it takes scroll bar width and tests mouse coordinates relative to the properties list. If they are on the right edge where scroll bar is normally shown then tooltips wont popup. If scrollbar is not present it still wont show properties on the right edge but I don't think anybody minds this?
So, here is the updated version.
Hi Milos
Thanks, works well now.
KetilO
Thanks, works well now.
KetilO
Hi, this is my small suggestion:
- When i add an item from somewhere into resource , that item auto copy to Res folder in my project folder.
- And what Platform SDK menu in Edit menu do ? I click on it and radasm say that : Couldn't load library hhctrl.ocx
- When i add an item from somewhere into resource , that item auto copy to Res folder in my project folder.
- And what Platform SDK menu in Edit menu do ? I click on it and radasm say that : Couldn't load library hhctrl.ocx
Hi neverending
I will see what I can do about resources.
The PlatSDK addin seem to be broken. Just disable it for now (use Option / Addin Manager).
KetilO
I will see what I can do about resources.
The PlatSDK addin seem to be broken. Just disable it for now (use Option / Addin Manager).
KetilO
Hi KetilO, you very fast
I'm return for new suggest :grin:
Can we Customize toolbar :
example : I don't need some button in Toolbar such as : Print, copy, cut, paste ..., we can remove that button to take a place for other addin that use toolbar (ex: Preview Dialog...)
I'm return for new suggest :grin:
Can we Customize toolbar :
example : I don't need some button in Toolbar such as : Print, copy, cut, paste ..., we can remove that button to take a place for other addin that use toolbar (ex: Preview Dialog...)
Hi neverending
Have a look at the RADToolBar addin. If activated, just double click on toolbar.
KetilO
Have a look at the RADToolBar addin. If activated, just double click on toolbar.
KetilO
- When i add an item from somewhere into resource , that item auto copy to Res folder in my project folder.
Hi Ketil,
If you decide to do that could you make it optional ? I don't like the idea of having 100 copies of an icon or bitmap, one in every project. I usually create an image folder in the project or use my main images folder for all resource images.
Hi Ketil,
I'm done with the Dialog Preview as far as I can tell, I uploaded it to the thread in the AddIns section. Just added population for treeview and listview. Also the listview header would be enumerated twice - once as part of the listview and once as a child of the dialog, this bug has been fixed.
Also I think the Font Builder needs updating in the distro, there was a bug under Windows ME
I'm done with the Dialog Preview as far as I can tell, I uploaded it to the thread in the AddIns section. Just added population for treeview and listview. Also the listview header would be enumerated twice - once as part of the listview and once as a child of the dialog, this bug has been fixed.
Also I think the Font Builder needs updating in the distro, there was a bug under Windows ME
I've copied AddAccel.Dll to Addin folder of Radasm (F:\My Documents\Radasm\Addins\).
But why the AddAccel addin don't display in Addin Manager
If i add "AddAccel.dll,1,1" line to Radasm.ini , when i run Radasm , it error that :
Cannot open the file
F:\My Documents\Radasm\Addins\AddAccel.dll
I'm using WinXp SP1
But why the AddAccel addin don't display in Addin Manager
If i add "AddAccel.dll,1,1" line to Radasm.ini , when i run Radasm , it error that :
Cannot open the file
F:\My Documents\Radasm\Addins\AddAccel.dll
I'm using WinXp SP1
Hi all
New upload at the top.
- Fixed bugs.
- Updated Donkey's addins.
KetilO
New upload at the top.
- Fixed bugs.
- Updated Donkey's addins.
KetilO
Hi neverending
Only thing I can think of:
Did you copy AddAccel.dll to addins folder ?
KetilO
Only thing I can think of:
Did you copy AddAccel.dll to addins folder ?
KetilO
Yes, i've copied that file to addins folder, but in addin manager still not show this addin, i'm using WinMe and WinXP SP1, and in WinMe everything's nomal but in WinXP this bug appear
Hi neverending
Yes you are right. The addin will not load on XP. I don't know whats wrong with it.
KetilO
Yes you are right. The addin will not load on XP. I don't know whats wrong with it.
KetilO
Hi neverending !
You can try to put RadASM to root directory. Your origin folder "My Documents" is long file name and have a space character.
You can try to put RadASM to root directory. Your origin folder "My Documents" is long file name and have a space character.