Skip to content

Releases: Kotlin/kotlin-eclipse

0.8.4

20 Apr 04:59
0109bcd
Compare
Choose a tag to compare
  • Support of Kotlin Language 1.2.40

0.8.3

28 Mar 14:57
Compare
Choose a tag to compare
  • Support of Kotlin Language 1.2.31

0.7.2

03 Oct 12:12
Compare
Choose a tag to compare
  • Kotlin 1.0.4 support
  • KT-14052 Configure Kotlin dependencies automatically after creating Kotlin source in Java project
  • KT-13842 Reconfigure Kotlin dependencies to avoid conflicts with other plugins
  • KT-12596 Make clean work for projects with Kotlin

0.7.1

06 Jul 15:13
Compare
Choose a tag to compare
  • Kotlin 1.0.3 support
  • Support Eclipse Neon (4.6) platform
  • KT-12350 Support advanced keyword completion

0.7.0

02 Jun 12:14
Compare
Choose a tag to compare
  • Kotlin 1.0.2 support
  • Advanced formatting for Kotlin code (KT-10354)
  • Add ability to format only selected code
  • Support organize imports action (KT-3962)
  • Support completion for non-imported types (KT-11956)
  • Enhance sorting of completion proposals
  • Make quick fixes executable from the 'problems' view
  • Add quick fix to make class/funciton/property open (KT-11930, KT-12317)
  • Add quick fix to add override modfier (KT-11928)
  • Add quick fix to make class abstract (KT-11929)
  • Add bunch of quick fixes to resolve incompatible modifiers

0.6.2

23 Mar 12:49
Compare
Choose a tag to compare
  • Kotlin 1.0.1-1 support
  • Fix exception on presence of closed or non-accessible project in the workspace

0.6.1

26 Feb 15:58
Compare
Choose a tag to compare
  • Fix lifecycle configuration metadata for maven projects (KT-8401)
  • Fix integration issue with STS about several AspectJ versions installed (KT-11083)
  • Support navigation to Kotlin from errors in output of Kotlin compiler (KT-5370)
  • Support launch configuration generation for main functions in companion and top-level objects (KT-10233)
  • Improve performance by removing redundant analysis for projects

0.6.0

15 Feb 13:38
Compare
Choose a tag to compare
  • Kotlin 1.0 support

0.5.2

09 Feb 15:18
Compare
Choose a tag to compare
  • Kotlin RC 1.0 support
  • Make plugin compatible with Eclipse Neon
  • Upgrade extract variable refactoring: support replacing of all expression occurrences
  • Add navigation to super declaration
  • Add tooltip and hover information with JavaDoc for Java classes

0.5.1

26 Dec 16:25
Compare
Choose a tag to compare
  • Kotlin Beta4 support
  • Navigation to JUnit test source by double click on test in JUnit view
  • Navigation from synthetic properties
  • 'Change return type' quick fix
  • Kotlin Analysis for project now running in a background thread