Version 6.1.1
Thanks
- For reporting the need to install intellij-erlang to get icons to resolve
- Dmitriy Molodtsov (@sintro)
- For reporting formatter didn’t indent first line of a new
do ... endblock - For reporting still unhelpful errors from beam decoder
Changelog
v6.1.1
Bug Fixes
- #795 - When #754 made
intellij-erlanga soft-dependency, it broke the debugger’s icons that referencedErlangIcons, but it turns out all the icon constants were aliases toAllIcons.Debuggerconstants, so by using theAllIcons.Debuggericons directly, the dependency onErlangIconscan be removed without the need to copy the image files intointellij-elixir. - @KronicDeth - #796 - When
do ... endtemplate is inserted, it did not have a previous child whose attributes to use, so it used the default, which left the cursor unindented. To get the cursor indented by default, When theElementTypeisDO, apply thestabChildrenIndentrules: indent normal and determine whether to indent relative to direct parent using code style setting. - @KronicDeth - #797 - Include
VirtualFilepath in Beam read errors - @KronicDeth






















