What's Changed
Fixes
- fix: Invoke colorizer when editor is cloned or splitted #827 by @oleosterhagen in #870
- fix: do not log BadLocationException when colorizing from tokenizer thread by @markdomeng in #888
- fix: ContentTypeHelper.findContentTypes may return CTs in wrong order by @sebthom in #890
New Features
- feat: support auto-reloading changed grammars from filesystem by @sebthom in #895
- feat: prompt user when attempting to toggle comments on a read-only file by @sebthom in #896
- feat: add folding reconciler by @sebthom in #897
- feat: display external grammar injections in TextMate prefs UI by @sebthom in #901
- feat: extend updater (use peb templates, register external injections) by @sebthom in #902
Dependency updates
- feat: update language pack grammars by @sebthom in #875
- feat: update language pack grammars by @sebthom in #874
- fix(deps): upgrade joni from 2.2.1 to 2.2.3 by @sebthom in #862
- fix(deps): upgrade batik/gson/joni/snakeyaml dependencies by @sebthom in #886
- fix(deps): bump tycho-version from 4.0.12 to 4.0.13 by @dependabot in #884
- fix(deps): bump tycho-version from 4.0.11 to 4.0.12 by @dependabot in #869
- fix(deps): bump tycho-version from 4.0.10 to 4.0.11 by @dependabot in #863
- fix(deps): bump surefire-version from 3.5.2 to 3.5.3 by @dependabot in #876
- fix(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.13.0 to 5.13.1 by @dependabot in #898
- fix(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.12.2 to 5.13.0 by @dependabot in #889
- fix(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.12.1 to 5.12.2 by @dependabot in #879
- fix(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.12.0 to 5.12.1 by @dependabot in #871
- fix(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.12.0 by @dependabot in #868
- fix(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #878
- fix(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by @dependabot in #885
- fix(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #864
- fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.3.5 to 1.3.6 by @sebthom in #900
- fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.3.4 to 1.3.5 by @dependabot in #877
- fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.3.3 to 1.3.4 by @sebthom in #873
- fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.3.2 to 1.3.3 by @dependabot in #872
- fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.3.1 to 1.3.2 by @dependabot in #867
- ci: fix build failures because of outdated junit dependency by @sebthom in #866
Misc.
- test: use assertj by @sebthom in #861
- test: convert all remaining tests to assertj by @sebthom in #894
- refact: change ITokenizationSupport offsetDelta to primitive int by @sebthom in #891
- refact: move Theme to org.eclipse.tm4e.ui.internal.themes package by @sebthom in #893
- refact: deprecate snippets ext. point and add samples ext. point by @sebthom in #892
- docs: improve dev env setup documentation by @sebthom in #903
New Contributors
- @oleosterhagen made their first contribution in #870
- @markdomeng made their first contribution in #888
Full Changelog: 0.14.1...0.15.0