News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

MasmEd 1.0.5.3 Uploaded

Started by KetilO, February 04, 2009, 07:30:27 AM

Previous topic - Next topic

KetilO

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