Community
Participate
Working Groups
Build Identifier: The new build console has two buttons to jump to the next and previous error/warning. It would be very helpful to have a button to jump to the very first error. Very often, the first error (e.g. missing semicolon or include) leads to dependent errors. Reproducible: Always
After the build is finished pressing "Next" button navigates to the first error (problem marker). Is it good enough?
(In reply to comment #1) > After the build is finished pressing "Next" button navigates to the first error > (problem marker). Is it good enough? I did not know. It is not really obvious :( But I can live with it.
After thinking a little bit about comment #1 and using it I guess we can close this bug. I am fine with the workflow.
I will reopen this bug because I noticed that having a button that jumps to the first *error* is very helpful. As mentioned in comment #1 the Next button navigates to the first problem marker. But if your application generates a lot of warnings *before* the first error the Next button is pretty useless.
I agree and I would argue that it would be useful to use Next/Previous buttons to jump on errors only. For example we could have 3 options with a switch on the toolbar: 1. Jumping between errors only 2. Jumping between errors and warnings 3. Jumping between all markers (errors, warnings and inros) See also bug 307211 requesting to highlight them differently on the console.
(In reply to comment #5) > I agree and I would argue that it would be useful to use Next/Previous buttons > to jump on errors only. For example we could have 3 options with a switch on > the toolbar: > 1. Jumping between errors only > 2. Jumping between errors and warnings > 3. Jumping between all markers (errors, warnings and inros) Just to clarify things. We need two things: 1) an additional button to jump for the first error 2) a kind of filter for the Next/Previous buttons (as described above)
(In reply to comment #5) > I agree and I would argue that it would be useful to use Next/Previous buttons > to jump on errors only. For example we could have 3 options with a switch on > the toolbar: > 1. Jumping between errors only > 2. Jumping between errors and warnings > 3. Jumping between all markers (errors, warnings and inros) Not sure if this is what you mean, but it could work like the Next/Previous Annotation buttons.
(In reply to comment #7) > (In reply to comment #5) > > I agree and I would argue that it would be useful to use Next/Previous buttons > > to jump on errors only. For example we could have 3 options with a switch on > > the toolbar: > > 1. Jumping between errors only > > 2. Jumping between errors and warnings > > 3. Jumping between all markers (errors, warnings and inros) > > Not sure if this is what you mean, but it could work like the Next/Previous > Annotation buttons. That sounds good for me. Perhaps I will find some time in the next weeks to have a look at this (if no one else wants to do this, of course).