erlang / erlide_kernel

Erlang IDE engine supporting source code indexing and manipulation. Currently only an Eclipse client is implemented.
http://erlide.org
16 stars 10 forks source link

Handle non-standard OTP apps #15

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_eclipse#312