msgbartop
Rapid Application Development
msgbarbottom

29 Mar 10 MasmEd 1.2.0.0 Released

o Added project handling.
  - The project browser handles project groups and sub groups.
    Easy drag and drop to move files or entire groups around.
    Caret positions, bookmarks, breakpoints, collapsed states and current grouping
    selection are saved.
  - Create a project from existing sources just by opening the source
    files and select Project / Create Project. If you also select a
    main file then no questions will be asked.
  - With a project created, MasmEd can comfortably handle large projects as there
    is no need to have all source files open to get full code complete and debugging
    capabilities. In addition caret positions, bookmarks, breakpoints and collapsed
    states are saved.
o Added View / Next Tab (Ctrl+Tab)
o Added View / Previous Tab (Ctrl+Shift+Tab)
o Added Option / External Files. Lets you open files in external tools.

16 Mar 10 MasmEd 1.1.0.3 Released

o Added message sensitive tooltip and codecomplete on
  SendMessage, PostMessage and SendDlgItemMessage api’s.
o Added window messages to auto case convert list.
o Moved api files to Api sub folder.
o Fixed bug that caused MasmEd to crash if you pressed enter or
  Tab on an empty codecomplete list.
o Fixed a resource editor parser bug. If a control had an help id and
  no exstyle the parser would fail.

19 Nov 09 MasmEd 1.1.0.1 Released

o Added Project addin.
  - Create a new project. You can specify a template to have files created.
  - Create a tempate from existing sources.
  - Sniplet browser. Use it to copy often used code sniplets to your code.
  - Automatic backup of files that are saved. Just create a Bak folder in the path of the main file.
  - Automatic deletion of minor files after a successful build.

09 Nov 09 MasmEd 1.1.0.0 Released

1.1.0.0 - 2009.11.09
——————–
o Added addin support. The architecture is similar to RadASM. Some useful addins are converted.
o Added Addin Manager to Option menu.
o Added TbrCreate addin. Helps you create toolbars.
o Added raASCII addin. Shows an ascii table.
o Added raBitMask addin. Lets you explore bits and bytes.
o Added raGColor addin. Lets you choose colors.
o Added more build options. Window (GUI), Console, Dll and Library build options.
o Added ‘Copy PROTO To Code’ to property context menu.
o Added ‘Recent Files’ to file menu.
o Added ‘Recent Sessions’ to file menu.
o File paths in session files are now relative to the session file.
  This makes it easier to share session files with sources.
  It is also possible to have session files with sources on a memory stick,
  even if the drive letter changes on different computers.

29 Sep 09 MasmEd 1.0.5.8 Released

o Added auto case convert.
  - Add words that you want to case convert to the masmApiWord.api file.
o Added auto block complete.
o Improved dialog editor control selection and moving with snap to grid.
o Fixed menu editor bug if enter key was pressed.
o Fixed dialog editor bug if a control was partially outside the tialog.

21 Aug 09 MasmEd 1.0.5.7b Bugfix

Fixed a bug where the codecomlete list wold get smaller and smeller for each time it is shown.
Fixed several resouce editor bugs.

13 Aug 09 MasmEd 1.0.5.7 Released

Most important is the integrated sourcecode debugger.