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.
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.
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.
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.
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.
Fixed a bug where the codecomlete list wold get smaller and smeller for each time it is shown.
Fixed several resouce editor bugs.
Most important is the integrated sourcecode debugger.