v1.0.1
Changelog
See wiki for the detailed description of API changes.
Added
- Integrated
foo_acfu
update checks (see component site). - Added Scintilla line-wrap settings to
Preferences > Tools > Spider Monkey Panel
(see wiki).
Changed
- [Experimental] Replaced
utils.CreateHtmlWindow()
withutils.ShowHtmlDialog()
. - Updated
Interfaces.js
:- Updated
window.GetProperty()
/window.SetProperty()
docs. - Updated
utils.Version
doc. - Updated
FbMetadbHandleList.UpdateFileInfoFromJSON
doc.
- Updated
Fixed
- Disabled callback invocation until script is fully evaluated.
- Fixed
fb.RunContextCommandWithMetadb()
. - Fixed samples:
- Removed left-over
.Dispose()
calls. - Rewrote html dialog sample (HtmlDialogWithCheckBox.txt).
- Removed left-over
- Added a few fixes to
ActiveXObject
for better compatibility.