erlang / erlide_eclipse

Eclipse IDE for Erlang

Home Page:http://erlide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edit rebar.config and *.app.src with Erlang editor

vladdu opened this issue · comments

Rebar.config is essentially an erlang file, which cannot be opened in erlang file in eclipse, but can only be processed as normal text files.

You can go to window->preferences->general->content types and add 'rebar.config' and 'rebar.config.script' and '*.app.src' to the 'Erlang source file' type. Then it will open them in the Erlang editor.

That said, I will add them to the default patterns.

Eclipse can't recognize *.app.src, but *.src.