The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: KetilO on May 16, 2008, 09:52:27 AM

Title: ResEd 2.1 released
Post by: KetilO on May 16, 2008, 09:52:27 AM
2.1.0.0 - 2008.05.16
--------------------
o Previous modal dialogs are now child dialogs.
  This makes the ResEd UI more uniform.
o It is now possible to type the dialogs font.
o Fixed problem with context menu on a dual screen system.
o Fixed problem with keyboard resize after preview was used.
o Added option to set Borland compatible.
o Added option to set textmode font.
o Added option to set resource startid and increment.
o Added preview on resource files (bitmap, icon, cursor, ani cursor and avi clip).
o It is now possible to directly edit the xStyle and xExStyle hex values.
o Enhanced the custom control support. It is now possibe to add controls that are not RadASM compatible.
  Example: Old rich edit control.
  In Custom control field, type: "Riched32.dll,richedit,IDC_RED,Text,RichEdit,100,100,503110C4,00000200"
  In Style mask field, type: WS_,ES_

  This can also be used as a shortcut for often used controls.
  Example: Horizontal line.
  In Custom control field, type: ",static,IDC_LINE,,Horizontal line,100,2,50000110,00000000"
  In Style mask field, type: WS_,SS_

  Format for Custom control field: "[dll],class,name,[caption],tooltip,width,height,style,exstyle"
  Format for Style mask field: Style1[,Style2[,Style3]]
o Added option for custom styles.
o Added options for default project path and system include path.
  These paths are optional and can be left blank.
o Added option to add custom resource types. You can also specify an editor for the resource.
  Example:
  Name:   MTTEXT
  Value:  0
  Files:  Text (*.txt)|*.txt|All files (*.*)|*.*
  Editor: notpad.exe
o Added option to browse for defines file on project open.
o Added mru projects to file menu.
o Added ResEd help file.
o Added Window Styles help file by Philippe Berthault
o Added SaveSel property to richedit control.

Get it here:
http://www.radasm.com/resed/index.html

KetilO
Title: Re: ResEd 2.1 released
Post by: Biterider on May 17, 2008, 10:08:04 AM
Hi KetilO
I have some problems with the main zip file. It seems to be corrupted in some way. Can you check it please?

Regards,

Biterider
Title: Re: ResEd 2.1 released
Post by: farrier on May 18, 2008, 10:56:08 AM
No problems with the zip file, or the program and help files here.  Downloaded about 12 hours ago.

Tried a few dialogs and all worked as expected.  "Typical" high quality KetilO  product!!  Thanks.

farrier
Title: Re: ResEd 2.1 released
Post by: Ehtyar on May 18, 2008, 11:48:17 AM
Excellent, thank you KetilO!

Ehtyar.
Title: Re: ResEd 2.1 released
Post by: miaomiao on May 28, 2008, 06:23:36 AM
Very nice tools, Thank you KetilO :U