Releases: KronicDeth/intellij-elixir
v20.0.1
v20.0.1
Massive thank you to the community for your patience and kindness.
Please see Roadmap for the Project, and new Maintainer for the Plugin #3598 for more information about the roadmap -- we've got lots coming up!
Warning
As JetBrains has made changes to how plugins should operate on the main thread, a lot of functionalities may sometimes seem not to work, such as adding an SDK. This error is usually Slow operations are prohibited on EDT
.
This is being addressed by moving slow code from the Event Dispatch Thread (EDT) to background threads. Threading Model.
Important
The plugin has been submitted for approval, and should be available in the coming days. This notice will be removed upon approval.
Installation steps
Download the Elixir-20.0.1.zip
file from below, under Assets
.
Tip
Please refer to the Install plugin from disk JetBrains documentation for how to install plugins manually.
- Ensure your IDE is 2024.3 or above.
- Open
Settings
->Plugins
. - Click the cog icon and select
Install Plugin from Disk
. - Select where the plugin
.zip
was downloaded and install it. - Ensure the plugin is version 20.0.1.
- Click
OK
to close the plugin window and reload the IDE.
Bug Fixes
- #3651 - @joshuataylor
- Support Webstorm 2024.3 (243.21565.180). Thanks to @Kae-Tempest for the report!
v20.0.0
v20.0.0
Massive thank you to the community for your patience and kindness.
Please see Roadmap for the Project, and new Maintainer for the Plugin #3598 for more information about the roadmap -- we've got lots coming up!
Warning
As JetBrains has made changes to how plugins should operate on the main thread, a lot of functionalities may sometimes seem not to work, such as adding an SDK. This error is usually Slow operations are prohibited on EDT
.
This is being addressed by moving slow code from the Event Dispatch Thread (EDT) to background threads. Threading Model.
Important
The plugin has been submitted for approval, and should be available in the coming days. This notice will be removed upon approval.
Installation steps
Download the Elixir-20.0.0.zip
file from below, under Assets
.
Tip
Please refer to the Install plugin from disk JetBrains documentation for how to install plugins manually.
- Ensure your IDE is 2024.3 or above.
- Open
Settings
->Plugins
. - Click the cog icon and select
Install Plugin from Disk
. - Select where the plugin
.zip
was downloaded and install it. - Ensure the plugin is version 20.0.0.
- Click
OK
to close the plugin window and reload the IDE.
v19.0.1
v19.0.1
Massive thank you to the community for your patience and kindness.
Please see Roadmap for the Project, and new Maintainer for the Plugin #3598 for more information about the roadmap -- we've got lots coming up!
Warning
As JetBrains has made changes to how plugins should operate on the main thread, a lot of functionalities may sometimes seem not to work, such as adding an SDK. This error is usually Slow operations are prohibited on EDT
.
This is being addressed by moving slow code from the Event Dispatch Thread (EDT) to background threads. Threading Model.
Important
The plugin has been submitted for approval, and should be available in the coming days. This notice will be removed upon approval.
Installation steps
Download the Elixir-19.0.1.zip
file from below, under Assets
.
Tip
Please refer to the Install plugin from disk JetBrains documentation for how to install plugins manually.
- Ensure your IDE is 2024.2 or above.
- Open
Settings
->Plugins
. - Click the cog icon and select
Install Plugin from Disk
.
- Select where the plugin
.zip
was downloaded and install it. - Ensure the plugin is version 19.0.1.
- Click
OK
to close the plugin window and reload the IDE.
Enhancements
-
- Support JetBrains Exception Analyzer
-
- Bump intellij platform gradle to 2.0.1 and IdeaVIM to 2.16.0
-
- Fix RubyMine freezing for umbrella projects but showing the new project wizard as a temporary workaround.
JetBrains Exception Analyzer
This release is a patch release to introduce reporting errors via JetBrains Exception Analyzer.
This allows users to submit errors/exceptions by clicking on the red report icon when an exception occurs - previously this was handled by submitting errors to GitHub as issues.
This process is entirely opt-in, and exceptions/stacktraces must be submitted manually by the user. This will always be the case, where anything you submit will be opt-in - privacy is the primary concern for anything related to error reporting.
This process is now handled via JetBrains, all data is sent to them. Stacktraces contain plugin specific errors, and should not contain your code. You can verify this when submitting - you'll see what is being sent.
Issues will be manually created when a new error is submitted, and we'll try and get something hooked up to track the amount of reports for an issue, to show publicly how many times the issue was reported by users.
I humbly ask that where possible you do submit exceptions, as it helps prioritise and understand how often certain errors are experienced.
Bonus points for creating an issue with how to reproduce (if it doesn't already exist), as this really helps too! ❤️
v19.0.0
v19.0.0
Massive thank you to the community for your patience and kindness.
Please see Roadmap for the Project, and new Maintainer for the Plugin #3598 for more information about the roadmap -- we've got lots coming up!
Warning
As JetBrains has made changes to how plugins should operate on the main thread, a lot of functionalities may sometimes seem not to work, such as adding an SDK. This error is usually Slow operations are prohibited on EDT
.
This is being addressed by moving slow code from the Event Dispatch Thread (EDT) to background threads. Threading Model.
Important
Until the plugin has been submitted and approved, you will need to download the plugin manually from the assets below and install it.
Installation steps
Download the Elixir-19.0.0.zip
file from below, under Assets
.
Tip
Please refer to the Install plugin from disk JetBrains documentation for how to install plugins manually.
- Ensure your IDE is 2024.2 or above.
- Open
Settings
->Plugins
. - Click the cog icon and select
Install Plugin from Disk
.
- Select where the plugin
.zip
was downloaded and install it. - Ensure the plugin is version 19.0.0.
- Click
OK
to close the plugin window and reload the IDE.
Breaking changes
- #3619 - @joshuataylor
- Drop support for < 2024.2 IDEs
Enhancements
- #3619 - @joshuataylor
- Support IntelliJ Gradle Plugin 2.0
v
Fix .tool-versions and release verifyPlugin (#3630)
v18.0.2-pre+20240805150727
18.0.2 (#3625)
v18.0.1-pre+20240805152548
v18.0.1 (#3626) I'm not even mad
v18.0.1
v18.0.1
Massive thank you to the community for your patience and kindness.
Please see Roadmap for the Project, and new Maintainer for the Plugin #3598 for more information about the roadmap -- we've got lots coming up!
Warning
As JetBrains has made changes to how plugins should operate on the main thread, a lot of functionalities may sometimes seem not to work, such as adding an SDK. This error is usually Slow operations are prohibited on EDT
.
This is being addressed by moving slow code from the Event Dispatch Thread (EDT) to background threads. Threading Model.
Note that support for 2024.2 is coming ASAP and will hopefully be available before its release.
Important
Until the plugin has been submitted and approved, you will need to download the plugin manually from the assets below and install it.
Installation steps
Download the intellij-elixir-18.0.1.zip
file from below, under Assets
.
Tip
Please refer to the Install plugin from disk JetBrains documentation for how to install plugins manually.
- Ensure your IDE is 2024.1.4 or above.
- Open
Settings
->Plugins
. - Click the cog icon and select
Install Plugin from Disk
.
- Select where the plugin
.zip
was downloaded and install it. - Ensure the plugin is version 18.0.1.
- Click
OK
to close the plugin window and reload the IDE.
Breaking changes
- #3569 - @ashleysommer, @joshuataylor
- Drop support for <= 2024.1.4 IDEs.
Bug Fixes
- #3600 - @joshuataylor
- Use
erl
to retrieveOTP_RELEASE
&ERLANG_SDK_HOME
if no environment variable is set when testing.
- Use
Enhancements
- #3569 - @ashleysommer, @joshuataylor
- Add compatibility for 2024.1 IDEs.
- #3582 - @rNoz
- Enabling proper code generation for comments (Comment with Line/Block Comment).
v18.0.0-pre+20240803213225
Enabling proper code generation for comments (Comment with Line/Block…
v18.0.0
Changelog
v18.0.0
Massive thank you to the community for their patience and kindness.
Please see Roadmap for the Project, and new Maintainer for the Plugin #3598 for more information about the roadmap -- we've got lots coming up!
Note that support for 2024.2 is coming ASAP, and will hopefully be before release.
Breaking changes
- #3569 - @ashleysommer, @joshuataylor
- Drop support for <= 2024.2.4 IDEs.
Bug Fixes
- #3600 - @joshuataylor
- Use erl to retrieve OTP_RELEASE & ERLANG_SDK_HOME if no environment variable is set when testing
Enhancements
- #3569 - @ashleysommer
- Add compatibility for 2024.1 IDEs