[Bug 19688] autoscroll to the first error/warning

Maciej Pilichowski bluedzins at wp.pl
Wed Jul 2 17:02:16 UTC 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=19688         




------- Additional Comments From bluedzins wp pl  2008-07-02 19:02 -------
Real life example:

Error:

/usr/include/boost/lambda/detail/function_adaptors.hpp:45: error: no match for call to '(const refMax) (const double&, double&)'
/usr/include/boost/lambda/detail/function_adaptors.hpp: In static member function 'static RET boost::lambda::function_adaptor<Func>::apply(A1&, A2&, A3&) [with RET = double, A1 = const refAdd, A2 = const double, A3 = double, Func = refAdd]':

but one line above is:
/home/macias/prg/mambo/source/Creator.cpp:650: instantiated from here

With current behaviour I call "goto error", then close the /usr/include/boost/lambda/detail/function_adaptors.hpp (because it is useless) and then I click on the one line above and get to the correct cause of the error.

And I repeat this over and over because Kdevelop does not automatically scroll to the error line, so it is slow but as well the fastest available way. With autoscroll it would be faster though.

Please reopen, thank you.




More information about the KDevelop-devel mailing list