[erlang-questions] Eclipse/Erlide autoindent problem
Ladislav Lenart
lenartlad@REDACTED
Wed Jan 24 12:11:13 CET 2007
Hello,
I have installed Eclipse with Erlide plugin recently.
It is almost what I need except when I type
-module(test).
-export([f/1]).
f(Condition) ->
case Condition
true ->
do_true();
false ->
do_false()
end,
do_next1(),
do_next2().
next and all other lines after a case statement
are ill-indented (see the example above).
Is there a way how to fix this issue (maybe am I
just missing something?) or, alternatively, can
I completely disable autoindent feature?
I was looking in Preferences and in Erlide plugin
but didn't find anything related to this. But it
is fairly possible that I missed it because I am
not used to Eclipse at all.
Thank you,
Ladislav Lenart
More information about the erlang-questions
mailing list