Wish Slight improvement of message when error is in used library

Sandman

Expert
Licensed User
Longtime User
I'm making a lot of b4xlibs that I'm using in my main project. Today I got this message in the main project. Usually clicking the red text brings one to the error, but this only happens if the error is in the active project. In this case the error was in one of my b4xlibs. But which one..?

1670935861266.png


Obviously this wasn't overly difficult to find and fix, but it would be a nice quality of life if the message could say something like "Unknown member: geturi in library libExample" so one wouldn't have to do any research on that and can focus on fixing the problem.

(In theory it could even say something like "Unknown member: geturi in library libExample, class myClass, sub doSomething", I have no idea how complex that would be though.)
 
Top