A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
MPLAB "Go To Locator" not working - Basic Poke - May 8 9:51:52 2008
Any ideas why my MPLAB "Go To Locator" is not working? I put my cursor
on a function name, right-click, and choose Go To Locator. It should
go to the function definition. It used to work but stopped for some
reason.
Thanks
BasicPoke
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )
Re: MPLAB "Go To Locator" not working - Basic Poke - May 23 8:34:37 2008
Microchip sent me this fix:
"Go To Locator" does work in MPLAB IDE V8.10.
Follow the steps to get it functioning.
Open MPLAB IDE project.
Select "Symbols" from project workspace.
Right click on mouse in that area.
Select "Enable Tag locators"
Again Right click on mouse in that area.
Select "Go to Locator"
Now compile the project.
>From workspace window under "Symbols" category you should
find "Functions", "Prototypes", "Variables" etc.
You can expand any of these categories.
Select the element you want to locate and right click on mouse.
Select "Go To Locator".
This will open the related file in MPLAB IDE editor.
I hope details mentioned above should help you or please do get in
touch with us for further technical support.
Thanks & Regards,
Microchip Technical Support
--- In p...@yahoogroups.com, "Basic Poke"
wrote:
>
> Any ideas why my MPLAB "Go To Locator" is not working? I put my
cursor
> on a function name, right-click, and choose Go To Locator. It
should
> go to the function definition. It used to work but stopped for
some
> reason.
> Thanks
> BasicPoke
>
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )Re: MPLAB "Go To Locator" not working - Bob - Jun 10 20:10:15 2008
That works fine, but the original question was why doesn't it work
from within the editor window? I enabled the tags and recompiled as
you suggested, but when I'm in an editing window and right click on a
function or variable, the 'Go To Locator' function is greyed out and
can't be used. Is there a way to enable this function?
--- In p...@yahoogroups.com, "Basic Poke"
wrote:
>
> Microchip sent me this fix:
>
> "Go To Locator" does work in MPLAB IDE V8.10.
> Follow the steps to get it functioning.
> Open MPLAB IDE project.
> Select "Symbols" from project workspace.
> Right click on mouse in that area.
> Select "Enable Tag locators"
> Again Right click on mouse in that area.
> Select "Go to Locator"
> Now compile the project.
> From workspace window under "Symbols" category you should
> find "Functions", "Prototypes", "Variables" etc.
> You can expand any of these categories.
> Select the element you want to locate and right click on mouse.
> Select "Go To Locator".
> This will open the related file in MPLAB IDE editor.
> I hope details mentioned above should help you or please do get in
> touch with us for further technical support.
>
> Thanks & Regards,
>
> Microchip Technical Support
>
> --- In p...@yahoogroups.com, "Basic Poke" wrote:
> >
> > Any ideas why my MPLAB "Go To Locator" is not working? I put my
> cursor
> > on a function name, right-click, and choose Go To Locator. It
> should
> > go to the function definition. It used to work but stopped for
> some
> > reason.
> > Thanks
> > BasicPoke
>
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )Re: MPLAB "Go To Locator" not working - Bob - Jun 10 20:10:16 2008
OK, I found it! Go to Edit/Properties and under the 'General' tab,
select 'Enable Source Locator'. Now it works as I expected.
--- In p...@yahoogroups.com, "Basic Poke"
wrote:
>
> Any ideas why my MPLAB "Go To Locator" is not working? I put my
cursor
> on a function name, right-click, and choose Go To Locator. It should
> go to the function definition. It used to work but stopped for some
> reason.
> Thanks
> BasicPoke
>
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )