Page 1 of 1

Next build error jump not working

Posted: Mon Dec 22, 2008 3:16 pm
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

Re: Next build error jump not working

Posted: Mon Dec 22, 2008 3:18 pm
by natris
Btw installed on my Debian system via downloaded .deb package, revision 2527

Re: Next build error jump not working

Posted: Mon Dec 22, 2008 3:20 pm
by eranif
This was fixed in SVN trunk.

Eran

Re: Next build error jump not working

Posted: Mon Dec 22, 2008 5:16 pm
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"?

Re: Next build error jump not working

Posted: Mon Dec 22, 2008 5:20 pm
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

Re: Next build error jump not working

Posted: Mon Dec 22, 2008 5:40 pm
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.