Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Upgrade JMathTeX to fix macros

AuthorDaveJarvis <email>
Date2020-09-14 21:22:05 GMT-0700
Commit2cd62d5309664b8dbcbd67d3a5022a8450c660bb
Parent75fe545
Delta2 lines added, 1 line removed, 1-line increase
src/main/java/com/scrivenvar/editors/DefinitionNameInjector.java
* where the caret is located. There are a few different scenarios, where
* the caret can be at: the start, end, or middle of a word; also, the
- * caret can be at the end or beginning of a punctuated word.
+ * caret can be at the end or beginning of a punctuated word; as well, the
+ * caret could be at the beginning or end of the line or document.
*/
private int[] getWordBoundariesAtCaret() {