Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert to curly quotes & Check curly quotes (#517)
* Add Convert to curly quotes feature This commit makes the changes. Second commit will check for suspects. * Add Check curly Quotes feature Pops a dialog listing suspected quote errors such as quote at start/end of line or after/before space when curl is the wrong direction, or open quote preceded by word character, or paragraph end without closing double quotes (unless next para begins with double quotes), unconverted straight quotes. Dialog has several buttons that make corrections, and also supports Cmd/Ctrl+left/right click to make best guess fix, which is to convert to open curly if quote is straight, or to swap open & close if quote is curly. After Convert to Curly Quotes is run, the Check is run automatically. However, unlike GG1, the conversion to curly quotes does notneed to be done with the convert feature for the check to work. So if the user makes manual quote changes at any point they can just re-run the check. * Review fixes 1. Add `T'ain't` to custom contractions list 2. Change label for Swap Quote/Space button
- Loading branch information