I compile my project by simply running "make" in a directory.

Therefore, I have my Project Settings as follows:

Compiler: c:\dev\bin\make.exe
Parameters:
Default Directory: c:\dev\source
LOG File:
Run after compilation:

[x] Save All Files Before Compilation
[x] Capture Program Output Window
[x] Hide Output Window

Log Window Type: List

LOG Parser: %F(%L)

The output that is produced is:

** Compiling C++    lib/imglib/imgutil.cpp
c:/dev/source/lib/imglib/imgutil.cpp(35) : error C2065: 'xxx' : undeclared
identifier

The error line has a little red dot to the right. In the LOG Parser Debug, this
line appears to be parsed correctly (filename, line are found, but not count).

If I click, double-click anywhere on the line, it DOESN'T jump to the code.

But if I right-click and select "View Source" from the context menu, it jumps to
the right file and line and highlights it in red.

What am I doing wrong here? Why can't I click or double-click to get to the
file/line?

Thanks in advance.

-- 
<http://forum.pspad.com/read.php?2,45077,45077>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem