TextStudio 0.0.731 Changelog
2006-12-15: Lots of bug fixes and some new HTML formatting.
Bugs Fixed
- Accessing a files in use by another application is no longer fatal:
- Saving a file being uploaded by SmartFTP caused Error 70: Permission Denied which was fatal.
- This error is now anticipated before file access.
- Statusbar says what has happened.
- No longer crashes when run for the second time:
- Default value for
SIDEBAR_VISIBLEwas being saved underSIDEBAR_WIDTH, leaving a blank entry forSIDEBAR_VISIBLEintextstudio.ini.
- Default value for
- Status bar now says Ready when main window regains focus from a dialogue window.
Optimisation
- Removed
clsHtml. - Format > HTML Entities is now part of the HTML elements menu array.
Find/Replace Panel
- F3 now works before it has been opened.
- When focus is in a file and the panel is open, F6 gives it focus.
- Files with
CRas only newline character: - Edit > Go To Line now succeeds.
- Edit > Delete Line now succeeds and no longer crashes.
Formatting
- Line Break now produces a
<br>. - This is placed after any selecteded text.
- Ctrl+Shift+L no longer starts an RTF list.
Inline HTML
- Anchor removed.
- Bold added.
- Italic added.
- Underline added.
Old captions, with access keys and index numbers:
- Abbreviation (
<abbr>) - Acronym (
<acronym>) - Anchor (
<anchor>) - Anchor, Hyperlink (
<hyperlink>) - Citation (
<cite>) - Code (
<code>) - Defining Instance (
<dfn>) - Image (
<img>) - Emphasis (
<em>) - Keyboard (
<kbd>) - Line Break (
<br>) - Sample Output (
<samp>) - Strong (
<strong>) - Subscript (
<sub>) - Superscript (
<sup>) - Variable (
<var>)
New captions, with access keys and index numbers:
- Abbreviation (
<abbr>) - Acronym (
<acronym>) - Citation (
<cite>) - Code (
<code>) - Defining Instance (
<dfn>) - Hyperlink (
<hyperlink>) - Image (
<img>) - Italics (
<i>) - Emphasis (
<em>) - Keyboard (
<kbd>) - Line Break (
<br>) - Sample Output (
<samp>) - Strong (
<strong>) - Subscript (
<sub>) - Superscript (
<sup>) - Underline (
<u>) - Variable (
<var>)
Table HTML
- Automatic no longer adds adds a newline before
</td>at the end of each row.
Newline Logic
- When optional tags are included:
- If text is selected:
- After start tag and before end tag
- Otherwise:
- After start tag and after end tag
- If text is selected:
- Otherwise:
- If text is selected:
- After start tag.
- If text is selected:
Applied to:
- Table Row
- Table Header
- Table Body
- Table Footer
List HTML
- Automatic should create a
<dt>and a<dd>when nothing is selected. - Ordered List now handles newlines exactly like Unordered List.