TextStudio 0.0.773 Changelog
2008-04-28: Sidebar sizing, whitespace handling for Inline HTML.
Format
- Moved Custom HTML > Code Sample to Block HTML > Code Sample.
- Added Custom HTML > Image in its place.
- Enties now use named entities instead of NCRs.
- Abbreviation and Acronym now trim speechmarks and whitespace before dictionary search.
- Trailing
"is now removed by elements with applyTrimSpeechmarks(). - Leading and trailing whitespace is collapsed to a single space and placed outside of Inline HTML tags.
Sidebar
- Toggled by Fit Sidebar to Item Width menu item,
mnuViewSidebarFit_Click(). - If resized by user while in fit to width mode:
- Untick Fit Sidebar to Item Width, updating the
SIDEBAR_MODEsetting.
- Untick Fit Sidebar to Item Width, updating the
- Resizing logic in
SetListViewItemWidth():- Fit to width on: Widest item.
- Fit to width off: User sizing.
- Made
UpdateWindowList()callSelectActiveFile()every time. - Renamed
TickWindowList()toSelectActiveFile(). - This has greatly improved reliability.
- Selection is retained after Save requires a new filename. Save As works correctly.
- Is now smarter about vertical scrollbar.
- Fit Sidebar to Item Width menu now ticked/unticked correctly at startup.
Find/Replace Panel
- Now begins searching after the end of current selection to prevents Replace working recursively.
Interface
- Replace Shift+Ctrl+Key with Ctrl+Shift+Key.
- Refined border drawing logic.
Optimising
- Removed lots of
Debug.Printstatements. Many of were commented out. - Simplified border drawing code.
- Removed unused
FilterPreset()array.