hey KetilO,
i have some bugs and suggestion for radAsm.
Bugs:
1. it seems there are some GDI glitches on the editor - check the pics below!
or this:
2. in the properties window, i check the "selected project file" tab to keep my propertie window auto refresh, but it seems it doesn't work all the time!
i check and saw that it works only 1 time, in this order:
1. check the "selected project file" tab
2. goto an asm file (tab/tree)
3. press refresh
4. goto an asm file (tab/tree) again - refresh auto works!
5. goto oter asm file (tab/tree) - refresh doesn't work
6. goto 3
any chance on fixing it?
suggestion:
VisualC++ has a nice thingi that when a file is not saved, the title is changed like this: project-
and when it saved its like the normal title radasm has: project-
it's a good thing to know when ur file is saved or not insted pressing the save button every time unknown if its saved or not.
can Radasm has this on the next version?
Best regards,
-Wizzra
i have some bugs and suggestion for radAsm.
Bugs:
1. it seems there are some GDI glitches on the editor - check the pics below!

or this:

2. in the properties window, i check the "selected project file" tab to keep my propertie window auto refresh, but it seems it doesn't work all the time!
i check and saw that it works only 1 time, in this order:
1. check the "selected project file" tab
2. goto an asm file (tab/tree)
3. press refresh
4. goto an asm file (tab/tree) again - refresh auto works!
5. goto oter asm file (tab/tree) - refresh doesn't work
6. goto 3
any chance on fixing it?
suggestion:
VisualC++ has a nice thingi that when a file is not saved, the title is changed like this: project-
and when it saved its like the normal title radasm has: project-
it's a good thing to know when ur file is saved or not insted pressing the save button every time unknown if its saved or not.
can Radasm has this on the next version?
Best regards,
-Wizzra
KetilO ?
Hi wizzra
1. No pics are shown?
2. Yes there is a bug. It should NOT auto update unless that file is changed. I will have a look at it.
Suggestion:
RadASM has a little green dot shown in upper left corner if the file is modified since last save.
1. No pics are shown?
2. Yes there is a bug. It should NOT auto update unless that file is changed. I will have a look at it.
Suggestion:
RadASM has a little green dot shown in upper left corner if the file is modified since last save.
hi KetilO,
pics are shown :)
pics are shown :)
Hi wizzra
Yes, now they are shown :?
This is as it should be as it is only a tab marker. If the line starts with spaces, the tab markers are not shown. Good to have a way to not show the tab markers.
KetilO
Yes, now they are shown :?
This is as it should be as it is only a tab marker. If the line starts with spaces, the tab markers are not shown. Good to have a way to not show the tab markers.
KetilO
Hi.. I just updated 2.1.0.3 to 2.1.0.6 and ollydbg won't run anymore.
The directory it is in is not called OllyDbg, but the debugger path has /OllyDbg added to it, is this a folder or filename without extension ?
The path is "D:\Program Files\Tools\odbg109d"
For selecting the path, I get this:
D:\Program Files\Tools\odbg109d\OllyDbg
For selecting the path + file, I get this:
D:\Program Files\Tools\odbg109d\ollydbg.exe\OllyDbg
Am I missing some setting, or is this a bug ? 2.1.0.3 worked fine with Olly on this path.. :wink:
~Hk~
The directory it is in is not called OllyDbg, but the debugger path has /OllyDbg added to it, is this a folder or filename without extension ?
The path is "D:\Program Files\Tools\odbg109d"
For selecting the path, I get this:
D:\Program Files\Tools\odbg109d\OllyDbg
For selecting the path + file, I get this:
D:\Program Files\Tools\odbg109d\ollydbg.exe\OllyDbg
Am I missing some setting, or is this a bug ? 2.1.0.3 worked fine with Olly on this path.. :wink:
~Hk~
Hi
The problem is the space in the path. The filename must be quoted.
Project options:
Run/w debug: 0,0,"$E\OllyDbg.exe",5
Path options:
Debug: D:\Program Files\Tools\odbg109d
KetilO
The problem is the space in the path. The filename must be quoted.
Project options:
Run/w debug: 0,0,"$E\OllyDbg.exe",5
Path options:
Debug: D:\Program Files\Tools\odbg109d
KetilO
Ah right, thank you. :)
~Hk~
~Hk~