Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Dec 10, 2018
1 parent 5bfe8a0 commit 9f4854b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ You will be prompted to choose a viewer for an html file containing
the encoded markdown from the current open file. If the text contains
no markdown the result will be the same text.

### Extended selection
If the file being edited is not a plain text file, selections created
by double tapping or long touching on the text will be extended to
enclosing delimiters (brackets, quotes) on the same text line.

### Unsaved file
If you touch the back or open button, and the current file has been
modified, you will be prompted whether you want to save it, else the
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
lintOptions {
disable 'IconDensities', 'ContentDescription',
'ExpiredTargetSdkVersion'
abortOnError false
// abortOnError false
}
}

Expand Down

0 comments on commit 9f4854b

Please sign in to comment.