WinAsm Studio, The Assembly IDE - Free Downloads, Source Code
Forum

Pages: (6) [1] 2 3 ... Last »  ( Go to first unread post ) Reply to this topicStart new topicStart Poll

The Assembler IDE, WinAsm Studio V5.1.6.0, the programming IDE for MASM, FASM, TASM and other Assemblers.

akyprian
Posted: Nov 15 2007, 02:05 PM
Quote Post


Administrator
******

Group: Admins
Posts: 2014
Member No.: 1
Joined: 12-May 04


Hi all,

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:
CODE
[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:"

Regards,

Antonis

Attached File ( Number of downloads: 1894 )
Attached File  WinAsm_V5.1.6.0_.zip

PMEmail PosterUsers Website
Top
shoorick
Posted: Nov 15 2007, 10:25 PM
Quote Post


Extremely Active Member
******

Group: Admins
Posts: 1256
Member No.: 160
Joined: 22-June 04


Thank you very much!!!
PMEmail Poster
Top
Jupiter
Posted: Nov 16 2007, 12:26 AM
Quote Post


Extremely Active Member
******

Group: Moderators
Posts: 574
Member No.: 773
Joined: 10-November 04


WOW!!!
Awesome update!
Thank you.
PMEmail Poster
Top
akyprian
Posted: Nov 16 2007, 12:31 AM
Quote Post


Administrator
******

Group: Admins
Posts: 2014
Member No.: 1
Joined: 12-May 04


Thank you guys. I am glad you like it.
PMEmail PosterUsers Website
Top
samael
Posted: Nov 16 2007, 05:09 AM
Quote Post


Typo-lord
******

Group: Admins
Posts: 354
Member No.: 5187
Joined: 10-June 07


Thank you very much, Antonis!
PM
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Pages: (6) [1] 2 3 ... Last » Reply to this topicStart new topicStart Poll