Dave Jarvis' Repositories

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

Make loading config resilient to missing options

AuthorDaveJarvis <email>
Date2021-01-02 18:36:56 GMT-0800
Commit9893293f1c07c935491ed94284854e209478f3e5
Parentcc11871
Delta4 lines added, 1 line removed, 3-line increase
src/main/java/com/keenwrite/ui/logging/LogView.java
}
+ /**
+ * Removes all the entries from the list.
+ */
public void clear() {
mEntries.clear();
/**
- * Copies the contents of the selected rows into the clipboard. From
+ * Copies the contents of the selected rows into the clipboard; code is from
* <a href="https://stackoverflow.com/a/48126059/59087">StackOverflow</a>.
*