The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: KetilO on February 04, 2009, 07:30:27 AM

Title: MasmEd 1.0.5.3 Uploaded
Post by: KetilO on February 04, 2009, 07:30:27 AM
Whats new:

1.0.5.3 - 2009.02.04
--------------------
o Code editor now indicates lines that have changed. Yellow: Unsaved change. Green: Saved change.
o You can close a tab by clicking the middle mouse button.
o You can rearrange tab order by dragging a tab to a new position.
o Added context menu to resource editor, tab tool, output and filebrowser.
o MasmEd can handle unicode files. You can use the Save As to convert to / from unicode.
  NOTE! The code editor does not handle unicode so convertion is done on load / save.
        The WideCharToMultiByte api is used when loding a file and the MultiByteToWideChar api
        is used when saving a file.

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

KetilO