Wish [SOLVED] Allow clicking in Log to jump to sub

Sandman

Expert
Licensed User
Longtime User
Let's say we did this:
B4X:
Log("[actWizard.playSound] Failed loading the sound file")

If we then double-click it in the Log, the IDE could check if the line starts with
B4X:
[<valid_module>.<valid_sub>]
and open it in the IDE. (If it doesn't start with this, the double-click is ignored, just like today.)

Obviously it would require the developer to adjust the Log message to cater for this feature.

It might be a very simple way to handle the "jump to the code that produced the log entry".


EDIT DECEMBER 2018: This has been implemented, for more info see this thread.
 
Last edited:
Top