1.49.796 (24.Jan.2011)
http://forum.hippoedit.com/index.php/topic,773.msg3365.html#msg3365Added. Disable auto conversion of tabs to space on save as XML flag.
Set settings.xml ->
<Formatting><TabConvertOnSave>true</TabConvertOnSave></Formatting>
to enable once more.
The value only relevant for Tab modes which does not allow tabs.
Details...Added. Default method for tab/spaces conversion for Auto Mode: controls which mode to select, if document content is not sufficient for statistics (fex for new documents).
On default, Tabs are allowed.
Set settings.xml ->
<Formatting><AutoModeUseTabs>false</AutoModeUseTabs></Formatting>
to use space mode by default for auto mode.
Details...1.49.796
Added. New XML flag to show asterisk (*) beside modified file names in Document Tabs, Menus and Tool Windows (fex if you do not like only color indication).
To enable add this
<TabAsterisk>true</TabAstersik>
to HippoEDIT.config.
Added. File information storage location (where file bookmarks, outlining state, cursor position etc should be stored).
For 1.49 as XML setting and from 1.50 as UI setting.
<General> <Persist location="0"/> </General>
0 - file state information stored in hidden satellite file ({file_name}.heinf) in same directory. Fast way
1 - file state information stored in hidden directory shared file .heinf located in same directory. Slower.
Depends on amount of files with state information in same directory.
2 - file state information stored in current workspace file (so, workspace specific).
Slowest, Depends on amount of files with state information. Can make generic workspace loading slower.
3 - file state information stored in alternative file stream inside of same source file. Only for NTFS 5 and higher (Win 2000).
The state information will be lost if file is copied on file system different from NTFS. Fast. No additional files used.
Added. From now on it is possible to disable usage of some Clipboard Formats with XML flag in settings.xml.
Details... <General>
<Clipboard disabled_formats="(HTML, RTF)"/>
</General>
1.49.792
Fixed. XML Flag controlling collapsing of comments on Collapse All.
Details....