| Commit message (Collapse) | Author | Files | Lines |
|
|
|
It was returning only from the cursor forward.
|
|
|
|
|
|
|
|
|
|
|
|
fixes #5317
|
|
|
|
|
|
|
|
|
|
closes #4075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #4579 fixes #4580
|
|
|
|
|
|
|
|
|
|
|
|
empty, closes #4619
-Made theme editor take less vertical space by using a scroll area
|
|
|
|
|
|
|
|
Should fix broken build due to Appirater.
|
|
|
|
|
|
closes other issues
|
|
Fixes #4678 && #4745
|
|
|
|
#4456
|
|
tracks to animations, please test! closes #4425
|
|
|
|
|
|
|
|
|
|
|
|
Some compilers do not like this.
|
|
|
|
- List completion by subsequence match.
- Case insensitive.
- Sort completion list by similarity.
|
|
It was going to where the text started, now it goes to where the text
ends.
|
|
|
|
Uses the Sorensen-Dice coefficient to calculate similarity. This also adds
String.bigrams() as a convenience function needed by the comparison.
|
|
|
|
|