2.2.1.4
o Flat toolbar on Project and Properties tools.
o Rearanged Project toolbar buttons.
o Option to set Info tool colors.
o Incraced size of build option buffer.
o Added block guiders.
o Variable speed selection scrolling by mouse.
o Fixed bug with environment option if there was no entries.
o Fixed bug with project option / project groups.
2.2.1.3
o Added support for Free Pascal.
o Added support for Digital Mars C/C++ compiler. Thanks PauloH.
o Added Ignore Whitespace to find.
Example:
Find: mov eax,edx
will find:
mov eax , edx
o Added support for multiline find.
Example:
Find: mov eax,edx^Minc edx
wull find the lines:
mov eax,edx
inc edx
o Fixed fasm parser bug.
2.2.1.2b
o Fixed bug with threaded build. The handle was not closed. Thanks a lot Willok.
RadASM 2.2.1.5
--------------
2.2.1.5
o 添加字串、注释、运算符、数字及 HEX 值语法高亮中的背景色设置。
o 可以在 Api 文件中添加注释行。注释行必须以 ; 或 // 开头。
o Ini 文件添加了一个版本字段。
o 更新几个插件为最新版本。修正几个 bug。
o 修正拆分屏幕的 bug。