TextStudio 0.0.741 Changelog
2008-01-11: Bug fixes, interface tidying.
Editing
- Delete Line now works at the start of files starting with a blank line.
- Delete nows say how many bytes were deleted.
Interface
- Button sizes are now consistent with Windows XP:
- 75px wide (1,125 twips).
- 23px tall (345 twips).
- Statusbar now says No files opened at startup if command line included parameters but no files were opened.
Formatting
Revised Inline HTML menu captions, access keys and indices, adding an Inline Group item:
- Abbreviation (
<abbr>) - Acronym (
<acronym>) - Citation (
<cite>) - Code (
<code>) - Defining Instance (
<dfn>) - Emphasis (
<em>) - Hyperlink (
<hyperlink>) - Image (
<img>) - Italics (
<i>) - Inline Group (
<span>) - Keyboard (
<kbd>) - Line Break (
<br>) - Sample Output (
<samp>) - Strong (
<strong>) - Subscript (
<sub>) - Superscript (
<sup>) - Underline (
<u>) - Variable (
<var>)
Date and Time
- Send To File button now alongside Sample textbox:
- This makes much better use of the available space than being alongside the group box.
- Is now clearer what the button is going to send.
- Realigned all controls.
Find/Replace Panel
- Correct height is now applied when panel is first shown, even if hidden during startup.
- Height setting now remains untouched when exiting program if the panel was never shown.
Files Sidebar
- No more needless updating on File > Save:
- Was caused by an
UpdateWindowList()call inmodFile.SaveFilesByID().
- Was caused by an
- Fewer size calculations and control repaints.
- Reduced the number of redraws at startup and when resizing.
- Item width now set correctly at startup.