erlide_eclipse
erlide_eclipse copied to clipboard
ENTER key does not follow indention after comment
For example when writing "f() ->" and then pressing ENTER key, the cursor goes to the next line with correct indentation automatically. Example:
f() -> ok.
But if I add a comment line in my function the cursor is not correctly indented on the next line (when ENTER key is pressed). Example
f() -> %% some comment ok.
Is there a way to avoid this?
Unfortunately, no, but I think that pressing Ctrl-I should add the correct indentation.
The auto-indent is using a separate (and older) code to decide, we have to update that. Thanks for reporting!
yes, Ctrl-I works, but would be nice not need doing that. It's the small things that makes a difference :)
We'll fix that!