Goto Error not working in Build Tab

CodeLite installation/troubleshooting forum
peterk
CodeLite Curious
Posts: 2
Joined: Tue Dec 16, 2008 3:44 pm
Contact:

Goto Error not working in Build Tab

Post by peterk »

After updating to latest version, the goto error function on build tab is not working.
It still has worked on version before.

Trace:
File: /home/peterk/work/PROJECT1/main_gui.c does not exist!

The right path is:
/home/peterk/work/gui/main_gui.c

The workspace name is:
PROJECT1

Working when using the error tab.

Thank for the great work on this awesome editor.
( Sorry for my poor english )
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Goto Error not working in Build Tab

Post by eranif »

can u provide a simple workspace so I can reproduce this ?

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Goto Error not working in Build Tab

Post by eranif »

I got several same reports that clicking on errors in the build tab does not work. I reverted the file search algorithm back back to the one used in revision 2357 (which worked AFAIK)

committed in trunk

Eran
Make sure you have read the HOW TO POST thread
peterk
CodeLite Curious
Posts: 2
Joined: Tue Dec 16, 2008 3:44 pm
Contact:

Re: Goto Error not working in Build Tab

Post by peterk »

I have attached a workspace and one of the project.

Goto build error in file CCU_API.c is not working. Hopefully it helps to find the
issue.

We have also a feature wish. ;)
It will be nice, when each project can remember which files were opened.
Switching active project shall also switch the list of opened files.

Peter
You do not have the required permissions to view the files attached to this post.
Post Reply