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.
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.
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.
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.
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
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 register window to debug.
o Fixed bug where the string !”Hello \n\”world\”!” would not be highlighted correctly.
o Fixed bug where Loop instruction in an Asm block caused collapse problems.
o Fixed bug in masmParse.dll that caused sluggis editing on older machines.
o Fixed bug where red dot was missing if file is readonly or missing.
o Fixed bug where autoload was not saved if a file was unsaved on project close.
o Added ‘Build’ command to make menu.
o The ‘Link’ toolbar button has been changed to ‘Build’.
o Added Goto Declare and Return to Edit menu.
o The ‘Edit/Next Error’ and ‘Edit/Clear Errors’ menu now shows the correct accelerator ‘F6′.
o Resource editor id names are now validated.