-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
'show errors' is broken in 2018.2.36 #577
Comments
Actually the logic, didn't change. The reason might just be that with your current file, there are more errors in other files associated with it, or these other files are before the current on in alphabetical order. But I can understand your issue with this. |
With the Therefore the Which kind of behaviour do you suggest? (Please take a look at the newest release again, there were some fixes related to errors) |
I need to know why a specific file is not parsed completely (I see the file icon with a X on the left of the filename). At this point, I don't know how to get that info. I was expecting Show errors to show that information.
(I am using version 2018.2.77 on Centos). |
I think we have a misunderstanding of the definition of incomplete. A file is incomplete when:
Because of that, clicking The second issue was a bug, fixed with 2018.2.83 |
New beta release is available and there where some related fixes. Can you please re-evaluate if this is working as expected for you? |
No update in 3 months, closing |
'show errors' does not work as expected any more.
For example, assuming I have an 'incomplete' file displayed in Code window, when I click on 'show errors' button (right of filename), it now shows some errors in Errors window (about 10 errors) AND the file displayed is changed to a different file (the file of 1st error displayed in Error window).
Very annoying...
In previous Sourcetrail version, as I remember, the 1st click on 'show errors' would display all the errors in the Errors window, and a 2nd click would display the error of THAT source file only.
So NO CHANGE TO CURRENT FILE IN CODE WINDOW, and Errors window would display only the errors of that file only.
Basically 'show errors' should show errors of the current file (and not change the current file).
I am running 2018.2.36 - 64 bit on Centos.
The text was updated successfully, but these errors were encountered: