This is WinAsm Studio V5.1.6.0, the Programming IDE for MASM, FASM, TASM and other Assemblers.
What's new
-Menu item shortcuts are now saved as Ctrl+Shift+... and not Shift+Ctrl+...
-File - Print Accelrator fixed
-TAB / ...+TAB menu shortcuts are now displayed properly on the menu dialog of the visual RC Editor.
-The way Procedures, structures, macros are recognized is now configurable. By this means, for any Assembler these kind of blocks are now collapsed, added into the list of blocks, appear in the combobox to fast jumping and autocompleted when enter is pressed at the end of the first line they are declared (shoorick). All you have to do is declare them in the winasm.ini file. For the Flat Assembler (FASM) that would be:
[ASSEMBLER]
;FASM
Proc=proc $
EndP=endp
Macro=macro $
Endm=}
Struct=struct $
Ends=ends
The MUI developers need to do the following changes on the Options dialog (see English.wap in the attachment):
Delete "Block End:" static (106) as it is not needed
Delete ComboBox 107 as it is not needed
Rename "Block Auto Complete" static (103) to "Proc Auto Complete"
Rename "Ret (Proc only):" static (104) to "Ret:"
http://www.winasm.net/forum/index.php?act=Attach&type=post&id=10615
WinAsm Studio Upgrade Version 5.1.6.0
最新推荐文章于 2019-08-08 20:47:28 发布
WinAsmStudio V5.1.6.0已发布,此版本修复了文件打印加速器的问题,并改进了菜单项快捷键的保存方式。此外,用户现在可以配置如何识别过程、结构和宏,从而实现代码块的折叠、快速跳转及自动完成等功能。
1545

被折叠的 条评论
为什么被折叠?



