erlang / erlide_eclipse

Eclipse IDE for Erlang
http://erlide.org
202 stars 70 forks source link

Handle non-standard OTP apps #312

Open vladdu opened 6 years ago

vladdu commented 6 years ago

Some OTP apps (inets, diameter, snmp, wx) have a non-standard structure and the source code isn't found by erlide.

We can't search 'src' recursively because users have projects where the subdirectories should be ignored.

Probably the fastest solution is to add special cases for these apps.

Same as erlang/erlide_kernel#15