Skip to content

Commit

Permalink
Add #1120 to changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed May 26, 2018
1 parent b6d3f46 commit f81d353
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
* It is easier to distinguish `alias`es and the `defmodule` that is being aliased because element description now include `alias` or `defmodule` before the Alias name based on how the Alias is defined in the scope.
* Call definitions use the same presentation for Structure View and Find Usages, so that Compile/Runtime time icons, and visibility are the same in both.
* [#1111](https://github.com/KronicDeth/intellij-elixir/pull/1111) - Regression test for [#1091](https://github.com/KronicDeth/intellij-elixir/issues/1091) - [@KronicDeth](https://github.com/KronicDeth)
* [#1120](https://github.com/KronicDeth/intellij-elixir/pull/1120) - Add regression tests for [#1116](https:/github.com/KronicDeth/intellij-elixir/issues/1116) that test that parameter and variables can be renamed. - [@KronicDeth](https://github.com/KronicDeth)

### Bug Fixes
* [#1056](https://github.com/KronicDeth/intellij-elixir/pull/1056) - Certain `.beam` files in the OTP source are purposely invalid, so ignore them when trying to parse and don't log the expected error. - [@KronicDeth](https://github.com/KronicDeth)
Expand All @@ -183,6 +184,7 @@
* ExDc
* Dbgi (Elixir & Erlang)
* [#1114](https://github.com/KronicDeth/intellij-elixir/pull/1114) - Check for suffix instead of full match to detect predefined macros when annotating. Location strings have become more complex, such as including the file path for root level modules, so the old exact matching on the module name no longer works. - [@KronicDeth](https://github.com/KronicDeth)
* [#1120](https://github.com/KronicDeth/intellij-elixir/pull/1120) - Restore parameter and variable rename. It broke because the changes to make Find Usages work and have Go To Declaration default to Find Usage when there is only one target disabled the default selected element code that the `VariableInplaceRenameHandler` used. - [@KronicDeth](https://github.com/KronicDeth)

## v7.4.0

Expand Down
9 changes: 9 additions & 0 deletions resources/META-INF/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ <h1>v7.5.0</h1>
</ul>
</li>
<li>Regression test for <a href="https://github.com/KronicDeth/intellij-elixir/issues/1091">#1091</a>.</li>
<li>
Add regression tests for <a href="https://github.com/KronicDeth/intellij-elixir/issues/1116">#1116</a> that test
that parameter and variables can be renamed.
</li>
</ul>
</li>
<li>
Expand Down Expand Up @@ -81,6 +85,11 @@ <h1>v7.5.0</h1>
become more complex, such as including the file path for root level modules, so the old exact matching on the
module name no longer works.
</li>
<li>
Restore parameter and variable rename. It broke because the changes to make Find Usages work and have Go To
Declaration default to Find Usage when there is only one target disabled the default selected element code that
the <code>VariableInplaceRenameHandler</code> used.
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit f81d353

Please sign in to comment.