Next build error jump not working

General questions regarding the usage of CodeLite
natris
CodeLite Curious
Posts: 4
Joined: Mon Dec 22, 2008 3:10 pm
Contact:

Next build error jump not working

Post by natris »

Hello,
I am using CodeLite with custom build option; I have specified working directory, make all and clean commands. Compilation works fine. The problem is that compile errors have path relative to this working directory and CodeLite does not let me jump to the source code where the error occured. The path relative to the working directory is in format ../../dir/dir/dir/file.cpp . When using default project with default make files, it seems that it works, so I suppose the problem will be with the custom make file. What can I do to make the jumping work?
Kind regards
Ondrej
natris
CodeLite Curious
Posts: 4
Joined: Mon Dec 22, 2008 3:10 pm
Contact:

Re: Next build error jump not working

Post by natris »

Btw installed on my Debian system via downloaded .deb package, revision 2527
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Next build error jump not working

Post by eranif »

This was fixed in SVN trunk.

Eran
Make sure you have read the HOW TO POST thread
natris
CodeLite Curious
Posts: 4
Joined: Mon Dec 22, 2008 3:10 pm
Contact:

Re: Next build error jump not working

Post by natris »

Thank you for the prompt reply. Please can I have one more unrelated question? Is there a possibility to use keyboard shortcut to "Go to Definition" and "Go to Implementation"?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Next build error jump not working

Post by eranif »

natris wrote:Please can I have one more unrelated question? Is there a possibility to use keyboard shortcut to "Go to Definition" and "Go to Implementation"?
Sure: settings -> keyboard shortcuts ...

and search for it under:
Menu: C++
Action: Goto Implementation OR Goto Declaration


Eran
Make sure you have read the HOW TO POST thread
natris
CodeLite Curious
Posts: 4
Joined: Mon Dec 22, 2008 3:10 pm
Contact:

Re: Next build error jump not working

Post by natris »

I must be blind, I've searched this section without finding it. Thank you very much, sorry for bothering you and thanks for great work.
Post Reply