Wish Logs Panel suggestion for B4A

mikhatri

Member
Hello everyone,

First of all, a huge thank you to Erel for this amazing product.

I would like to suggest a feature that could significantly improve the development experience in B4A, specifically regarding the Logs Panel.

Currently, when we want to copy specific error lines for debugging, the only available option is "Copy All to Clipboard". This makes it difficult to copy only the relevant error lines. As a workaround, I have to copy everything and then manually delete the warning and info lines from the clipboard.

It would be very helpful if the Logs Panel had filtering options such as:

  • Show Errors Only
  • Show Warnings Only
  • Show All
Additionally, it would be great to have a "Copy Selected Lines" option, similar to what we have in the Output panel.

These small additions would save a lot of time and make debugging much more efficient.

Thank you for considering this suggestion!
 

mikhatri

Member
No, this is not AI post. actually, my English is not good. so I corrected it via AI.

if "All these options are already implemented" then please explained me to how to use it.
because, i am using latest b4a 13.50 version and there is no options that i want.

please...
 

Attachments

  • 1783231705922.png
    1783231705922.png
    22.5 KB · Views: 24

Erel

B4X founder
Staff member
Licensed User
Longtime User
Sorry, I misunderstood. I thought that you are asking about the "logs" panel which is the lower one in your screenshot.

There are indeed no such options currently available for the warning/errors panel. What you can do is to ignore warnings that you are not interested in:

For example, add this to the main window (this is the place for global warnings):
B4X:
#IgnoreWarnings: 32
 

aeric

Expert
Licensed User
Longtime User
What is the use of those warnings outside the IDE?
Warnings are not errors which means you still can compile your project without problem.
 

Mashiane

Expert
Licensed User
Longtime User
No, this is not AI post. actually, my English is not good. so I corrected it via AI.

if "All these options are already implemented" then please explained me to how to use it.
because, i am using latest b4a 13.50 version and there is no options that i want.

please...
Perhaps in the meantime this could provide useful. I could be wrong..

 

aeric

Expert
Licensed User
Longtime User
One tip I want to mention is the "copy visible lines".
You can resize the panel then copy the visible lines of error messages.
 
Top