
Improves support for right-to-left layouts.
Features
- Bidirectional text
- Improved support for right-to-left layouts.
- Tables
- Previously, both Delete and Backspace keys cleared content of selected cells. With this version:
- Delete still clears selected cells.
- Backspace now deletes rows (if rows are selected) or columns (if columns are selected), or the whole table (if all cells are selected). For all other types of selection, it does nothing.
- You can now turn off the ability to quickly delete row/column/table.
- In this release table deletion, table.DeleteSelectedRows and table.SelectedCols do not work if the operation would lead to deletion of protected items in cells.
- Previously, both Delete and Backspace keys cleared content of selected cells. With this version:
- Minor changes in drawing placeholders for text boxes.
- Added new global variable: RVAlwaysShowPlaceholders. If you set it to True, text box placeholders will always be drawn, even if rvoShowSpecialCharacters is excluded from RichView.Options.