首页
社区
课程
招聘
[下载]WinAsm Studio Upgrade Version 5.1.6.0
发表于: 2008-1-22 00:51 4810

[下载]WinAsm Studio Upgrade Version 5.1.6.0

2008-1-22 00:51
4810
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

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

上传的附件:
收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//