Vlad,

Thanks for the reply.

If I move the libraries I need access to to the erlang/lib location should that 
work as a workaround.?

Mark Geib
Principal Engineer
Cheyenne Software Engineering
mark.g...@echostar.com / 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


On Jan 8, 2014, at 1:48 AM, Vlad Dumitrescu <vladd...@gmail.com> wrote:

> Hi Mark,
> 
> Thanks for the request, it helps to prioritize. I am back from the
> holidays and getting up to speed.
> 
> We have a ticket at
> https://www.assembla.com/spaces/erlide/tickets/1085, you may want to
> follow it. I have a larger work package at the moment, so I'm not sure
> if this will make it in the next release, but I will try to get it
> fixed asap.
> 
> best regards,
> Vlad
> 
> 
> On Tue, Jan 7, 2014 at 8:07 PM, Geib, Mark <mark.g...@echostar.com> wrote:
>> 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
>> mark.g...@echostar.com / 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
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> 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
>> Erlide-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/erlide-devel
>> 
> 

Attachment: 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
Erlide-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlide-devel

Reply via email to