Skip to content

Releases: DevSrSouza/dropbox-focus-intellij-plugin

v0.2.2

07 May 19:39
Compare
Choose a tag to compare

Added

  • Adding support to IDEA 231.* ( IntelliJ 2023.1 and Android Studio Hedgehog Canary 2023.1)
  • Adding support for Settings block with Varargs include, example: include(":moduleA", ":moduleB")

v0.2.1

03 Oct 14:06
4b4ad93
Compare
Choose a tag to compare

Added

  • Adding support to IDEA 222.* and 223.* ( IntelliJ 2022.3 EAP and Android Studio Flamingo 2022.2)

v0.2.0

22 May 17:11
Compare
Choose a tag to compare

Added

  • Adding a clear focus button to side tool window
  • Adding clear focus action (SHIFT+SHIFT "Clear Focus")

Fixed

  • Gradle sync not being triggered in Android Studio 2022.1 Canary 1

v0.1.1

07 May 00:49
Compare
Choose a tag to compare

Changed

  • Fix IntelliJ missing dependency on com.intellij.modules.java

v0.1.0

02 May 19:47
Compare
Choose a tag to compare

Added

  • Startup Dialog for Focus projects
  • Module folder right-click action to "Focus on Module" with Sync
  • Root project folder rick-click action to "Clear focus" with Sync
  • Focus Tool Window to Select Module to Focus
  • Initial scaffold created from IntelliJ Platform Plugin Template