Skip to content

Commit

Permalink
Rewrite of the abbreviation feature.
Browse files Browse the repository at this point in the history
* Fixes some bugs in multi-cursor scenarios.
* Gets rid of several hacks by introducing a more general system.
* Removes now obsolete command "lean.input.convertWithNewline".
* Abbreviations are now replaced as soon as possible if the abbreviation is unique.
* Adds mobx dependency and makes the abbreviation config observable.
  • Loading branch information
hediet committed Jan 7, 2021
1 parent cafc38f commit 67e5d37
Show file tree
Hide file tree
Showing 19 changed files with 8,848 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = {
"no-throw-literal": "error",
"no-trailing-spaces": "error",
"no-undef-init": "error",
"no-underscore-dangle": "error",
"no-underscore-dangle": "off",
"no-unsafe-finally": "error",
"no-unused-expressions": "error",
"no-unused-labels": "error",
Expand Down
Loading

0 comments on commit 67e5d37

Please sign in to comment.