TextStudio 0.0.763 Changelog
2008-04-04: Bug fixes and optimisations.
Optimisation
UpdateSave()avoids looping through other files if active file is unsaved.- C
Status(0).Unloadedis nowTrueto reduce crashes in various places. - Removed lots of
Debug.Printstatements. - Removed some commented-out code.
- Removed a duplicate call to
UpdateWindowList()at startup.
Edit
- Simplified deletion code.
- Delete and Delete Line now say how much was deleted in the status bar.
- Delete Line was erratic in files due to
Deletingflag staying raised. - Ctrl+X in a file now does full Cut with statusbar update.
Format
- Ctrl+I no longer does an RTF feature.
- now creates a newline before and after any selected text.
Ticking and Selecting Current File
- Created
TickWindowList()which is called from events to update Window menu. It then callsUpdateSidebarFilesSelection(). - Created
GetWindowPos()function to return the position of the active file.
Find/Replace Panel
- Buttons can now touch bottom edge before reflowing.
- Textboxes now touch bottom edge.
- Deletions no longer disable other keyboard shortcuts.
All Windows
- Fixed crash when all files are closed from this window.
- Created