I recently moved a number of erlang libs from /usr/lib/erlang/lib to a new separate location /usr/lib/cse/lib. As a result I have started to define ERL_LIBS to be "/usr/lib/erlang/lib:/usr/lib/cse/lib". This is working from a terminal doing manual compiles, etc. However, in erlide some of the functionality of erlide is not working any longer. Prior to my change I had code like:
-include("scci.hrl").
then when I hover over #record I would see the record definition in scci.hrl.
Now, I changed to
-include_lib("sms_proto/include/scci.hrl").
but I never see the record definition when I hover over #record like before.
Compiles, etc seem to work fine.
I have grown to depend on the erlide feature that will show me records, etc.
but need help to getting this resolved.
Any help is greatly appreciated.
Mark Geib
Principal Engineer
Cheyenne Software Engineering
[email protected] / 35-215
“We, the unwilling, led by the unknowing, are doing the impossible for the
ungrateful. We have done so much, for so long, with so little, we are now
qualified to do anything with nothing.”
― Mother Teresa
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________ Erlide-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/erlide-devel
