Skip to content

0.9.0

Compare
Choose a tag to compare
@sebthom sebthom released this 09 Jan 10:03
· 144 commits to main since this release

What's Changed

Noteworthy changes

  • feat: #572 Theme replicating the coloring of the WTP XML editor by @kevloral in #597
  • feat: add support for OnEnterRule#previousLineText by @sebthom in #609
  • refact: remove guava by @sebthom in #611
  • fix: disable broken handling of surrounding quotes pairs by @sebthom in #613
  • fix: grammar parsing errors are not reported in UI by @sebthom in #621
  • refact: re-implement TextMate parser by @sebthom in #623
  • feat: implement "Browse Workspace..." button for grammar selection by @sebthom in #625
  • feat: minor TextMate Preferences UI improvements by @sebthom in #626
  • feat: Contribute TextMate grammar for jikespg grammars by @datho7561 in #633
  • feat: enable sorting of secondary column in preferences tables by @sebthom in #634
  • feat: support parsing of lang cfg json files with trailing commas by @sebthom in #635
  • feat: re-implement language pack updater by @sebthom in #640
  • fix: ensure grammars are registered with scopeName defined in plugin.xml by @sebthom in #643
  • fix: handle grammar registrations to the same scope by different plugins by @sebthom in #644
  • feat: add LaTeX grammar by @sebthom in #646
  • feat: add PHP grammar by @sebthom in #647
  • feat: add Ruby grammar by @sebthom in #648
  • feat: add various examples for TextMate grammar preview by @sebthom in #645
  • feat: update language pack grammars by @sebthom in #641
  • build(deps): target Eclipse Platform 2023-09 (4.29) by @sebthom in #651
  • fix: referencing grammar from 3rd party plugin throws Exception (#654) by @sebthom in #656

Other changes

  • ci(deps): bump actions/checkout from 3 to 4 by @dependabot in #591
  • docs: Redirect user to Github releases page for current release infos by @sebthom in #592
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #593
  • build(deps): bump tycho-version from 4.0.2 to 4.0.3 by @dependabot in #594
  • ci(deps): bump srvaroa/labeler from 1.6.1 to 1.6.3 by @dependabot in #596
  • build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #598
  • build(deps): bump org.apache.maven.surefire:surefire-junit-platform from 3.1.2 to 3.2.1 by @dependabot in #600
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #601
  • ci(deps): bump srvaroa/labeler from 1.6.3 to 1.7.0 by @dependabot in #605
  • feat: Lookup grammars with "langpck." scope name prefix if not found by @sebthom in #602
  • refact: remove unused code by @sebthom in #606
  • refact: make ContentTypeHelper#findContentTypes not throw CoreException by @sebthom in #608
  • build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 by @dependabot in #610
  • build(deps): bump org.yaml:snakeyaml from 2.1 to 2.2 by @sebthom in #612
  • build(deps): bump org.apache.maven.surefire:surefire-junit-platform from 3.2.1 to 3.2.2 by @dependabot in #614
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #615
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #616
  • build(deps): bump tycho-version from 4.0.3 to 4.0.4 by @dependabot in #617
  • ci(deps): bump srvaroa/labeler from 1.7.0 to 1.7.2 by @dependabot in #620
  • refact: replace org.snakeyaml 2.2 with org.snakeyaml.engine 2.7 by @sebthom in #622
  • build(deps): bump org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin from 1.4.2 to 1.4.3 by @dependabot in #624
  • build(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by @dependabot in #627
  • ci(deps): bump srvaroa/labeler from 1.7.2 to 1.8.0 by @dependabot in #628
  • ci(deps): bump actions/setup-java from 3 to 4 by @dependabot in #629
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #630
  • ci(deps): bump srvaroa/labeler from 1.8.0 to 1.8.1 by @dependabot in #631
  • ci(deps): bump srvaroa/labeler from 1.8.1 to 1.8.2 by @dependabot in #632
  • build(deps): bump org.apache.maven.surefire:surefire-junit-platform from 3.2.2 to 3.2.3 by @dependabot in #636
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #637
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #638
  • ci(deps): bump srvaroa/labeler from 1.8.2 to 1.9.0 by @dependabot in #639
  • refact: improve GrammarRegistryManager by @sebthom in #642
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #649
  • build: upgrade Maven from 3.9.5 to 3.9.6 by @sebthom in #650
  • ci(deps): bump srvaroa/labeler from 1.9.0 to 1.10.0 by @dependabot in #653
  • build: set version to 0.9.0 and change versioning scheme by @sebthom in #652

New Contributors

Full Changelog: 0.8.1...0.9.0