msgbartop
Rapid Application Development
msgbarbottom

17 Mar 10 RadASM 2.2.2.0 Released

o The debug register and watch windows are now in a single tool window.
o Added FPU and MMX registers to debug window.
o There can now be more than one xxxConst.api file using the same api.
o The code editor now supports unlimitted line lenghts.
o Fixed a bug when double clicking on errors in output window when using bcc.
o Fixed a buffer overrun bug on corrupted project files.
o Fixed bugs wuth project browser drag to new goroup. Disabled group name editing.

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.

15 Mar 10 FbEdit 1.0.7.6 Released

o Added support for xxxEnum.api files.
o Added api files for fmod sound.
o Added api files for RACodeComplete, RAEdit, RAFile, RAGrid, RAHexEd, RAProperty, RAResEd
  and SpreadSheet custom controls.
o Added api file creator tool to tools menu.
o Added code complete to windows api’s boolean parameters.
o There can now be more than one xxxConst.api file using the same api.
o Fixed bug that showed tooltip on wrong screen on a dual screen system.
o Fixed a bug in tooltip pre parser. Tooltip lines was not pre parsed and
  could cause wrong tooltip to be shown.
o Fixed a line continuation in blocks bug.
o Fixed a line continuation in block complete bug.
o Fixed bug with block comment / uncomment. Did not set / clear block collapse bookmark.
o Fixed a resource editor parser bug. If a control had an help id and
  no exstyle the parser would fail.

23 Feb 10 FbEdit 1.0.7.5 Released

o Holding Ctrl key while clicking on expand / collapse bookmark will expand / collapse
all child blocks in the parent block.
o The edit control now supports unlimitted line lenghts.
o Added Find All to Property context menu.
o Ctrl+F now closes the find dialog if it has focus.
o Added Debug / Break. Very useful if your program hangs in a loop.
o The debugger now breaks if there is an exception.
o Added FPU and MMX register view to debugger.
o The last directory used to open a file or project is now saved.

29 Dec 09 FbEdit 1.0.7.4 Released

o Added Edit / Empty Undo Buffer.
o Added UpdateChecker addin.
  Lets you check for new version, download and unzip FbEdit.zip.
o Added UndoSave addin.
  Saves undo information on project code files.
o Fixed a dialog editor bug that caused it imposible to
  select controls on win95,98 and me.

29 Dec 09 ResEd 2.2.0.6 Released

o Added Check for Update to tools menu.
  - It lets you check the version at Sourceforge and compare it to yours.
  - Download the ResEd.zip file.
  - Unzip ResEd.zip.
  - View the WhatsNew.txt file.
  - Update to the new version.
o Fixed a dialog editor bug that caused it imposible to select controls
  on win95,98 and me.

21 Dec 09 RadASM 2.2.1.9 Released

o Added a hidden option to disable accept command dialog.
  In RadASM.ini section [Accept] add the following line:
  DontAsk=1
o Added UndoSave addin. It saves and loads undo information
  on project code files.
  See Addin Manager help file for more info.
o Project Options no longer expands project tree.

20 Nov 09 RadASM 2.2.1.8d Released

o Fixed bug where closing Project Groups dialog using [X] made RadASM menu not responding.
o Fixed bug where clicking left and right mouse buttons at the same time on a toolbar button
  made RadASM hang.
o CreateProtoEx addin now supports C/CPP
o Improved CppParse to better support CreateProtoEx addin.
o Alex has updated the CodeSize addin.

Get complete package here:
http://radasm.cherrytree.at/download/?did=40

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.